Skip to content

OniDaito/PythonCourse

Repository files navigation

  / \ / \ / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \ 
( B | E | G | I | N | N | I | N | G ) ( P | Y | T | H | O | N )
  \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/ 

By Benjamin 'oni' Blundell - oni@benjaminblundell.com

VERSION HISTORY

  • 22/06/13 - Version 2 with Python 3.0
  • 14/11/10 - Version 1 with Python 2.6

PREREQUISITES

There are some things you'll need for the course before you start. Of couse, if you wish to learn outside the course, there are different things you can play with but I shall list as many as I can that I think are relevant to learning Python

Windows

OSX (10.6+)

Linux

Generally, this is up to your distribution. Under ubuntu you can do the following:

apt-get install python3
apt-get install python3-dev
apt-get install python-pyglet

You'll probably have a text editor you like already. Kate and Gedit are great for this sort of thing but emacs, vi, vim, nano, Komodo edit etc etc are all fine too!

Online, there are some ESSENTIAL webpages you can look at:

* http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
* http://docs.python.org/py3k/
* http://docs.python.org/
* http://www.pyglet.org/doc/programming_guide/index.html

Releases

No releases published

Packages

No packages published