Bazsites.com Python
Directory Topics
On the Web
- Python for Delphi - A set of components that wrap up the Python 1.5 DLL into Delphi. Execute Python scripts, create new Python modules and new Python types, and create Python extensions as DLLs.
- Programming Python, 2nd Edition - The second edition of Programming Python focuses on advanced applications of Python, an increasingly popular object-oriented scripting language. Endorsed by Python creator Guido van Rossum, it demonstrates advanced Python programming techniques, and addresses software design issues such as reusability and object-oriented programming.
- mxBase package extensions for Python - The eGenix.com mx Extensions for Python are a collection of professional quality Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.
- Java-Python Extension - A seamless, complete, and efficient integration of Java and standard Python (C Python). JPE provides Java access to Python's native extension, and Java's Swing to Python developers. [Open Source, MPL]
- The Ant-Hill Python from Western Australia - This article, published in Reptiles Magazine in 1995, discusses the natural history, conservation and captive care of the Ant-Hill Python, aka Western Children's Python or Pygmy Python.
- PYRO - Python Remote Objects - Python Remote Objects is a distributed object system written entirely in Python, and for use in Python only. It is small, simple and free. [Open Source, LGPL]
- Python Cryptography Toolkit - A collection of cryptographic algorithms and protocols, implemented for use from Python. [Open Source, Python license]
- Corran Webster's Python Pages - Includes documentation on W and how to compile Python under MPW, plus a few Python additions.
- Python Standard Library - The Python Standard Library is an essential guide for serious Python programmers, delivering accurate, author-tested documentation of all the modules in the Python Standard Library, along with over 300 annotated example scripts using the modules.
- SIG for XML Processing in Python - While Python includes basic XML processing capabilities, the goal of this SIG is to make Python become the premier language for XML processing. The SIG, through the mailing list and the PyXML project hosted on SourceForge, is helping to decide what software is required for this purpose, and coordinate its implementation and documentation.
Wikipedia Articles
- Python Night - 30 Years of Monty Python - Python Night - 30 Years of Python was a special run of Monty Python related programs broadcast on BBC2 on October 5 1999, the 30th Anniversary of the first broadcast of Monty Python's Flying Circus.
- PyPy - PyPy is an interpreter for the Python programming language written in Python itself. By enabling Python developers to play with the Python implementation in Python (rather than in the reference implementation of the interpreter written in the C programming language), PyPy makes it easy to identify areas where the Python implementation can be improved.
- Numerical Python - Numerical Python (often abbreviated NumPy although technically NumPy refers uniquely to the latest edition of Numerical Python) is an extension to the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays. Numerical Python was originally created by Jim Hugunin but it is open source and has ...
- Mod python - mod_python is an Apache HTTP Server module that integrates the Python programming language into the Apache server. It is intended to replace Common Gateway Interface (CGI) as a method of executing Python scripts on a web server.
- Python-newt - Python-newt is a text mode user interface builder for the Python programming language using the Newt programming library. The Python extension used to do this is called Snack.