Python Resources
Python Books
Lots of free Python books http://pythonbooks.revolunet.com/
Hitch hikers guide to Python http://docs.python-guide.org/en/latest/
Python Web Development http://pypix.com/python/get-started-python-web-development/
Python Learn http://www.pythonlearn.com
Python for Beginners http://www.pythonforbeginners.com
Dive into Python http://www.diveintopython3.net
Python Libraries http://docs.python.org/3/library/
CS Learning 4 U http://home.cc.gatech.edu/csl/CSLearning4U
Python IDEs
Skulpt http://www.skulpt.org
CodeSkulptor http://www.codeskulptor.org
Python Anywhere https://www.pythonanywhere.com
PyScripter http://code.google.com/p/pyscripter/
Python Games
Tetris http://www.codeskulptor.org/#demos-tetris-clone.py
Doodle Jump http://www.codeskulptor.org/#demos-doodleJump.py
Python GUIs
GUI https://wiki.python.org/moin/GuiProgramming
Minecraft on Pi
Craig Richardson’s Minecraft Programming Book http://arghbox.wordpress.com/2013/06/13/programming-minecraft-pi-with-python-early-draft/
David Whale’s Minecraft Flashcards http://blog.whaleygeek.co.uk/minecraft-pi-with-python/
Martin O’Hanlon’s guide to Minecraft Pi Edition http://www.stuffaboutcode.com/p/minecraft.html
Algorithm for a building in Minecraft (Github) https://github.com/brooksc/mcpipy/blob/master/gf_drawbuilding.py