Title: learning python Author: waterapple Pastebin link: http://pastebin.com/fTiY4nK1 First Edit: Wednesday 16th of May 2012 02:25:03 AM CDT Last Edit: Wednesday 16th of May 2012 02:25:03 AM CDT here's some links that might help you with learning python.   I use python 2.6 because there is extensive documentation and many libraries http://python.org/download/   I used to use portable python but it was a real pain in the ass to install additional libraries to it so i switched to the regular version.   I use a combination of notepad plus and pyscripter at the moment Pyscripter; what i use to run and debug my programs during develop http://wiki.python.org/moin/PyScripter http://code.google.com/p/pyscripter/   notepad plus plus; what i use for most text editing stuff: http://notepad-plus-plus.org/       Wikibooks python 2.6 guide, i used it when i was beginning: http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6     Pyquick, the series by google i showed you: https://code.google.com/edu/languages/google-python-class/     some series i'm looking at reading, looks like it's for kids so it should be good for beginners: http://python4kids.wordpress.com/   List of guides and such from the official python wiki: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers http://wiki.python.org/moin/BeginnersGuide/Programmers   mostly maths stuff: http://www.khanacademy.org/#computer-science     Notes on the different version of python, there are changes to syntax and such between 2 and 3 so this is worth a look: http://wiki.python.org/moin/Python2orPython3     Code examples: Dagr: http://www.lovecastle.org/dagr/   pixivutil, another downloader script for a japanese site: http://nandaka.wordpress.com/