Advanced Python
From Tech Artists Wiki
Contents |
[edit] Advanced Tutorials
[edit] General
- Operator Overloading 101
- How to Think Like a Pythonista Great essay explaining Python's object/reference-based behavior.
[edit] Graphics
- An Introduction to OpenGL in Python
- Getting Setup With PyOpenGL
- Creating an OpenGL viewport with wxPython
- CGKit, a library for manipulating 3d data in python
[edit] GUI Development
[edit] Toolkits, Extensions
There are many GUI toolkits available in Python. It ships with Tkinter, but you should also have a look at the various third-party extension packages listed here.
- wxPython Popular GUI Toolkit for Python. Wraps around the cross-platform wxWidgets library
- PyGTK Python bindings for the GTK GUI Toolkit
- PyQt Bindings for Qt 2 and 3. PyQT4 also handles Qt4
[edit] RAD Designers
Most Python GUI Toolkits offer at least one Rapid Application Development (RAD) tool. These help you visually design GUIs and dialogs, generating Python code on the back-end.
to be completed...
[edit] Python and MEL
[edit] Game Programming with Python
- Pygame Game development library for Python.
- PurpleStatic - Game Scripting Game Scripting with Python, from a class taught at the Academy of Art University
- Panda3d A 3d game engine with Python as its main interface.
