Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.587.243 Times

Python Emulator freeware
Filter: All | Freeware | Demo
 

Python Emulator

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 537

List information about installed Python packages This script provides a quick way to search and retrieve information about installed Python packages and modules in your Python installation. It classifies the retrieved module information into types (built-in, source files, c-extensions etc) and prints module information under each type as a...



Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 395

Colorize Python source This script converts Python source code to HTML markup, rendering comments, keywords, operators,numeric and string literals in different colors. It shows how to use the built-in keyword, token and tokenize modules to scan Python source code and re-emit it with no changes to its original...





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Colorize Python source Download

Added: May 10, 2013 | Visits: 547

Tail -f in Python This script represents a simple implementation of the standard UNIX utility tail -f in Python.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Tail -f in Python Download

Added: August 03, 2013 | Visits: 434

python-bz2 The python-bz2 module provides a comprehensive Python interface for the bz2 compression library. It implements a complete file interface, one shot (de)compression functions, and types for sequential (de)compression. Features python-bz2 provides the following features: BZ2File implements...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (48): python-bz2 Download

Added: May 10, 2013 | Visits: 394

Embed a Python shell in a user interface This script provides the ability to write your own Python shell, which you can use to filter out input or output, and embed it in another application.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Embed a Python shell in a user interface Download

Added: May 10, 2013 | Visits: 2.076

Voidspace Python Guestbook Guestbook is a Python script that allows you to add a 'guestbook' facility to your website. It is fully customisable using HTML templates - so the guestbook can be fully integrated with your website. The entries are saved in a plain text file, for easy editing, and there is a naughty word filter...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (73): Voidspace Python Guestbook Download

Added: May 10, 2013 | Visits: 412

Python scripts without .py extension in DOS shells One problem with ending all of your python scripts in .py is that you have to type the full name of the command. On Unix you can symlink to it with the shortened name, or wrap it in a bourne-shell script, or a shell alias. None of these solutions is particularly clean. On MS Windows, file...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 503

Romantic love poem in Python Romantic love poem in Python script demonstrates the use of basic Python functions.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Romantic love poem in Python Download

Added: May 10, 2013 | Visits: 352

Simple ldap with python Simple ldap with python script shows some example of ldap library use with python.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Simple ldap with python Download

Added: May 10, 2013 | Visits: 448

Editable buffer for the Python shell This script is a useful wrapper around the python command line shell to allow editing of the last typed in lines of code in an external editor.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Editable buffer for the Python shell Download

Added: May 10, 2013 | Visits: 557

Python symbols Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Python symbols Download

Added: May 10, 2013 | Visits: 444

Some python style switches Some python style switches script shows several ways of making a 'switch' in pyshows sevbr />


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Some python style switches Download

Added: May 10, 2013 | Visits: 1.020

Execute Python program from Windows Cmd. file This script generates a Windows command file that executes a Python program. The windows command file will have the same filename as the Python program, but will have a '.cmd' extension instead of '.py. It will pass its command line arguments to the Python progxtension br />


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 513

Regular expression for python string literals For quick-and-dirty processing of Python source files, it can be convenient to have a regular expression that matches Python string literals. This script provides such a regular expression. The example use case above shows how it could be used to rename a variable in a P shows hoe.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 413

Constants in Python In Python, any variable can be re-bound at will -- and modules don't let you define special methods such as an instance's __setattr__ to stop attribute re-binding. This script allows you to manage constants in Python.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Constants in Python Download

Added: May 10, 2013 | Visits: 543

Memento design pattern in python Memento design pattern in python script allows you to cache instances based on what arguments are passed to them.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Memento design pattern in python Download

Added: May 10, 2013 | Visits: 571

Allowing the Python profiler to profile C modules This script lets you take into account time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 556

Dynamically change the Python system path This script contains a function that adds the specified path to the Python system path if it is not already there. It takes into account terminating slashes and case (on Windows). It returns -1 if the path does not exist, 1 if it was added, and 0 if it was not (because it is already present).


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Dynamically change the Python system path Download

Added: May 10, 2013 | Visits: 454

Python Database Objects PDO: Python Database Objects, is a collection of objects for use with Phase or with the Python Programing Language. PDO is designed to be robust and simple at the same time, allowing access to multiple styles of databases, with one set of instructions. This means never having to worry again about...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Python Database Objects Download

Added: May 10, 2013 | Visits: 460

Python Dialog This is a Python module for making simple Text/Console-mode user interfaces on Unix/Linux systems.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Python Dialog Download

< 1 2 3 4 5 >