Dates and Times - 0 views
wxPython Tutorial part 1 - 1 views
Epydoc -- automatic Python documentation - 0 views
-
Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in reStructuredText, Javadoc, and plaintext. For a more extensive example of epydoc's output, see the API documentation for Python 2.5.
Vim Python development | Peter's Blog - 0 views
-
mdb/
Eight tips to start with Python " Carpet Python - 1 views
PyCHM -- wrapper for CHM files - 0 views
-
PyCHM - Python bindings for CHMLIB PyCHM is a package that provides bindings for Jed Wing's CHMLIB library. The chm package contains four modules, namely chm.chm, chm.chmlib, chm.extra and chm._chmlib. chm.chmlib is a low level wrapper module around the API provided by the C library chmlib. Quoted from Jed's README: chmlib is a small library designed for accessing MS ITSS files. The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years, having superceded the previously used .hlp file format. chm.chm provides some high level functionality over chm.chmlib, such as access to the .chm file contents tree. chm.extra contains extra functionality to allow detection encodings in the CHM archives and to support full-text search.
pyobfuscate - 0 views
-
pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter. For more information, see the README.
PyChecker: a python source code checking tool - 0 views
-
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
Index of /~matloff/Python - 0 views
Manning: wxPython in Action - 0 views
Swiginac Homepage - 0 views
GiNaC is Not a CAS - 0 views
« First
‹ Previous
301 - 320 of 552
Next ›
Last »
Showing 20▼ items per page