Todo app help

Miki Tebeka miki.tebeka at gmail.com
Wed Aug 8 15:17:51 EDT 2012


> Can someone point me a good tutorial about making a Todo app or similar apps?
What do you mean by "app"?

For a web app - there are many frameworks out there. Django is the big kid in the block but there are many others (flask, bottle, cherrypy, ...)

For GUI application, look at PyQt, wxPython, Tkinter ...

There's no support (that I know of) to writing phone (iPhone, Android ...) python application.



More information about the Python-list mailing list