Python

Creation: 30 septembre 2009
Mise à jour: 13 juillet 2010
Version: 1.0
Author: Jean-Louis Bicquelet-Salaün
Location: http://jlbicquelet.free.fr
Copyright: (c) 2004-2010 Jean-Louis BICQUELET-SALAÜN

Python is able to do everything. If you should learn a language, that's the one!

A list of links for python

I don't like to put url links to other websites, because urls often change, links are often broken with time, but sometime, it could be useful to have a little list that introduce you to a topic, rather than searching by oneself at random.

I give you a little list of python urls.

python

python
The entry point.
developpez.com
A generalist site , where you can find evereything, and even python items, tutorials, faq, librairies, and all.
effbot
A great ressources site.
sebsauvage
snippets, examples and programs.
python snippets
A list of examples. Don't hesitate to look for if what you want doesn't look like an example.

tkinter

tkinter is the integrated graphic interface.

TkInter
The official presentation of tkinter on the www.python.org website, lessons, presentation, extensions...
thinking in tkinter
a tutorial to download.
Tkinter 8.4 reference: a GUI for Python
a présentation rather complete.