Don't like ads? PRO users don't see any ads ;-)
Guest

learning python

By: waterapple on May 16th, 2012  |  syntax: None  |  size: 1.53 KB  |  hits: 64  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. here's some links that might help you with learning python.
  2.  
  3. I use python 2.6 because there is extensive documentation and many libraries
  4. http://python.org/download/
  5.  
  6. 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.
  7.  
  8. I use a combination of notepad plus and pyscripter at the moment
  9. Pyscripter; what i use to run and debug my programs during develop
  10. http://wiki.python.org/moin/PyScripter
  11. http://code.google.com/p/pyscripter/
  12.  
  13. notepad plus plus; what i use for most text editing stuff:
  14. http://notepad-plus-plus.org/
  15.  
  16.  
  17.  
  18. Wikibooks python 2.6 guide, i used it when i was beginning:
  19. http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6
  20.  
  21.  
  22. Pyquick, the series by google i showed you:
  23. https://code.google.com/edu/languages/google-python-class/
  24.  
  25.  
  26. some series i'm looking at reading, looks like it's for kids so it should be good for beginners:
  27. http://python4kids.wordpress.com/
  28.  
  29. List of guides and such from the official python wiki:
  30. http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
  31. http://wiki.python.org/moin/BeginnersGuide/Programmers
  32.  
  33. mostly maths stuff:
  34. http://www.khanacademy.org/#computer-science
  35.  
  36.  
  37. Notes on the different version of python, there are changes to syntax and such between 2 and 3 so this is worth a look:
  38. http://wiki.python.org/moin/Python2orPython3
  39.  
  40.  
  41. Code examples:
  42. Dagr:
  43. http://www.lovecastle.org/dagr/
  44.  
  45. pixivutil, another downloader script for a japanese site:
  46. http://nandaka.wordpress.com/