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 50.480.082 Times

Python Devel software
Filter: All | Freeware | Demo
 

Python Devel

< 1 2 3 4 5 > 
Added: June 11, 2010 | Visits: 1.471

python-dvb3 python-dvb3 is Python bindings for the Linux DVB v3 API.. Kamaelia - making concurrency simpler in python - index Platforms: *nix

License: Freeware Size: 7.17 KB Download (155): python-dvb3 Download

Added: March 13, 2010 | Visits: 734

Devel::Modlist Devel::Modlist is a Perl extension to collect module use information. SYNOPSIS perl -d:Modlist script.pl The Devel::Modlist utility is provided as a means by which to get a quick run-down on which libraries and modules are being utilized by a given script. Just as compiler systems like gcc... Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Devel::Modlist Download

Added: June 01, 2010 | Visits: 877

Devel::Messenger Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1, wrap => ["< !--", "-- >n"], }; # print a note... Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Devel::Messenger Download

Added: January 10, 2010 | Visits: 730

Devel::Leak Devel::Leak is a utility for looking for perl objects that are not reclaimed. SYNOPSIS use Devel::Leak; ... setup code my $count = Devel::Leak::NoteSV($handle); ... code that may leak Devel::Leak::CheckSV($handle); Devel::Leak has two functions NoteSV and CheckSV. NoteSV walks the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Devel::Leak Download

Added: January 25, 2010 | Visits: 831

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #... Platforms: *nix

License: Freeware Size: 36.86 KB Download (116): Devel::Graph Download

Added: May 11, 2010 | Visits: 884

Devel::Monitor Devel::Monitor is a Perl module that can monitor your variables/objects for memory leaks. You have memory leaks, and you want to remove it... You can use this tool to help you find which variables/objects that are not destroyed when they should be, and thereafter, you can visualise exactly... Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Devel::Monitor Download

Added: May 09, 2010 | Visits: 726

Devel::TraceLoad Devel::TraceLoad is a Perl module to trace loadings of Perl Programs. # with perldb perl -d:TraceLoad script.pl # without perldb perl -MDevel::TraceLoad script.pl # without perldb and with options perl -MDevel::TraceLoad=after,path script.pl # with perldb and options perl -d:TraceLoad... Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Devel::TraceLoad Download

Added: April 15, 2010 | Visits: 1.384

Python CD Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX. The special thing about it is that it has lots of Python stuff! Installable Python packages In the top level directory of the CD is a directory python/, containing several packages of Python: - Python for Linux - most Linux... Platforms: *nix

License: Freeware Size: 669.5 MB Download (116): Python CD Download

Added: July 22, 2010 | Visits: 1.304

Extended Python Debugger Extended Python Debugger is a complete debugger for Python than the stock pdb.py debugger. It supports a "restart" command and stack traces that show fewer ?s and give better information for exec statements. Stepping/nexting skips over method/function "defs". It tries to follow gdbs command... Platforms: *nix

License: Freeware Size: 96.26 KB Download (140): Extended Python Debugger Download

Added: February 03, 2010 | Visits: 1.358

Python library for PS3 Python library for PS3 (Sony Playstation 3) game development under Linux. Includes: rendering to the PS3 frame buffer on a per pixel basis or with blittable objects (solid, masked or alpha blended), support for PS3 controllers and integration with PIL. As you may know, Ive been writing my PS3... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): Python library for PS3 Download

Added: April 19, 2010 | Visits: 1.326

Stanis Python Editor Stanis Python Editor is a python IDE with auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, uml viewer, class explorer, source index, auto todo list, sticky notes, integrated pycrust shell, python file browser, recent file browser, drag&drop, context help, ...... Platforms: *nix

License: Freeware Size: 11.7 MB Download (102): Stanis Python Editor Download

Added: July 11, 2010 | Visits: 551

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Devel::LeakTrace Download

Added: February 13, 2010 | Visits: 1.030

Spyce - Python Server Pages SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages (PSP). Those who are familiar with JSP, PHP, or ASP and like Python, should have a look at Spyce. Its modular design makes it very flexible and... Platforms: *nix

License: Freeware Size: 450.56 KB Download (93): Spyce - Python Server Pages Download

Added: September 05, 2010 | Visits: 1.323

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: November 04, 2010 | Visits: 1.708

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs... Platforms: *nix

License: Freeware Size: 614.4 KB Download (148): Python Web Graph Generator Download

Added: March 01, 2010 | Visits: 1.816

Python Imaging Library The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. The current free version is PIL 1.1.5, which has been tested with Python 1.5.2 and newer,... Platforms: *nix

License: Freeware Size: 430.08 KB Download (118): Python Imaging Library Download

Added: May 12, 2010 | Visits: 700

Devel::Pointer Devel::Pointer is a Perl module that can fiddle around with pointers. SYNOPSIS use Devel::Pointer; $a = address_of($b); # a = &b; $b = deref($a); # b = *a; $a = unsmash_sv(0+$scalar_ref); @a = unsmash_av(0+$array_ref); %a = unsmash_hv(0+$hash_ref); &a = unsmash_cv(0+$code_ref); # OK,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Devel::Pointer Download

Added: March 14, 2010 | Visits: 1.257

Python SRS Library Python SRS Library is a Python implementation of the Sender Rewriting Scheme. Python SRS Library is a fairly direct translation of the draft implementation in Perl by Shevek. It includes a test suite, which currently checks four levels of forwarding and subsequent reversal for the Guarded, DB,... Platforms: *nix

License: Freeware Size: 37.89 KB Download (112): Python SRS Library Download

Added: November 09, 2010 | Visits: 757

Python milter Python milter module provides a python interface to Sendmails libmilter that exploits all its features. Milters can run on the same machine as sendmail, or another machine. The milter can even run with a different operating system or processor than sendmail. Sendmail talks to the milter via a... Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Python milter Download

Added: May 18, 2010 | Visits: 1.057

python-jabberbot python-jabberbot application is a Jabber bot framework for Python that makes it easy to write simple Jabber bots. One can use these Jabber bots to provide information about running systems, to make Web sites interact with Jabber-enabled visitors, or notify the bot owner about updates or changes... Platforms: *nix

License: Freeware Size: 5.12 KB Download (118): python-jabberbot Download

< 1 2 3 4 5 >