What are the most interesting python related projects?

There are many neat projects that extend the usefulness of python inside and outside the main language and standard library. Some of them come to mind:

What are some of the projects that excite you, turn this list on and off?

+6
python
source share
6 answers

My favorites:

  • Fully featured web frameworks like Django simplify basic web development.
  • PyQt - binding the full power of the Qt framework to Python
  • Pygame - easy and fun game development
  • matplotlib - the scientific horizons of publishing quality for any purpose
+4
source share

Sage : "Sage is a free open source software system licensed under the GPL. It combines the power of many existing open source software into a common Python-based interface."

+1
source share

Pajamas (PyJS) is a unified structure of the web interface and GUI with all components running on native python (no more annoying JS).

+1
source share

Reportlab - Programmatically create PDF files.

Secondly, all Eli offers, all really great things, especially PyQt and PySide .

0
source share

I like zope and plone very much.

0
source share

PLY - Python Lex-Yacc

It (ab) uses Python docs so that you can embed BNF grammar files directly in your code.

0
source share

All Articles