Python 3 per a no programadors/PMF

Com puc creo una interfície gràfica amb el python?
Pots utilitzar el TKinter a http://www.python.org/topics/tkinter/, el WXPython a http://www.wxpython.org/ o bé el gtk a http://www.pygtk.org/. Per a gràfics molt simples, pots utilitzar els gràfics de tortuga, amb import turtle
Com puc crear un joc amb el Python?
El millor mètode és probablement el PYgame a http://pygame.org/
Com creo un executable a partir d'un programa Python?
Resposta curta: El Python és un llenguatge interpretat i per tant és impossible. La resposta llarga és que es pot crear quelcom similar a un executable agafant l'interpretador de Python i el fitxer i ajuntant-los. Per a més informació vegeu http://www.python.org/doc/faq/programming/#how-can-i-create-a-stand-alone-binary-from-a-python-script
No he trobat resposta a la meva pregunta
Demana-ho a la pàgina de discussió o envia un correu als autors.

Per a altres PMFs, vegeu el PMF de python (en anglès).