Introduction
Python is a cross-platform object-oriented language that can be used for scripting, application development, web development... it is a lot faster and easier to program and maintain than Java or C++. After performance tuning, some parts can be rewritten in C++.
Python Tutorials
- Python Tutorial: a good introduction to python
- Dive into Python: a very good reference and tutorial book (for experienced programmers)
- www.python.org: Introductory Material on Python: links on the official python website
- Python Cookbook: A useful collection of recipes using Python
Cross-platform GUI Toolkits for Python
Glade - a User Interface Designer for GTK+
