* [[http://www-106.ibm.com/developerworks/linux/library/l-python6.html|Charming Python: Curses Programming (David Mertz)]]
 * [[http://www.amk.ca/python/howto/curses/curses.html|Curses Programming with Python (A.M. Kuchling, Eric S. Raymond)]]
 * [[http://www.vex.net/parnassus/apyllo.py?i=243256747|Parnassus: Text Based UI]]
 * [[http://pyncurses.sourceforge.net/|PyNcurses Home Page]]
 * [[http://excess.org/urwid/|urwid]] Python/curses widget/interface library
 * [[http://bitbucket.org/jimd/trite-snippets/src/tip/tput/raw_sample.py|tput/raw_sample.py]] (Example of using Python curses for `tput` like functions)