Programs developed by pythonxy.com |
|
|
|
|
Spyder is the Scientific PYthon Development EnviRonment with a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features. Also provides a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra).
|
|
Pydev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development.It comes with many goodies such as: - Django integration - Code completion - Code completion with auto import - Syntax highlighting - Code analysis - Go to definition - Refactoring - Mark occurrences - Debugger
|
|
Pylint is a python tool that checks if a module satisfies a coding standard.Pylint is similar to PyChecker but offers more features, like checking line-code's length, checking if variable names are well-formed according to your
coding standard, or checking if declared interfaces are truly implemented, and much more (see the complete check list).
|
|
pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM data in an easy "pythonic" way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.
|
|
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.
|
|
pyExcelerator is a library for generating Excel 97/2000/XP/2003 and OpenOffice Calc compatible spreadsheets. pyExcelerator has full-blown support for UNICODE in Excel and Calc spreadsheets, allows using variety of formatting features, provides interface to printing options of Excel and OpenOffice Calc. pyExcelerator contains also Excel BIFF8 dumper and MS compound documents dumper.
|
|
A small but fast and easy to use stand-alone template engine written in pure python.
Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| | 1 2 3 4 5 6 Next |
|
|