240
edits
mNo edit summary |
|||
Line 4: | Line 4: | ||
You will most definitely need a laptop or other computer that is capable of running pyglet and python. Windows, Linux or OSX is supported for this course. The most important thing you will need is the [http://www.section9.co.uk/PythonCourse.zip PythonCourse.zip] file which contains all the couse notes, readme files and python exercises we'll be doing. | You will most definitely need a laptop or other computer that is capable of running pyglet and python. Windows, Linux or OSX is supported for this course. The most important thing you will need is the [http://www.section9.co.uk/PythonCourse.zip PythonCourse.zip] file which contains all the couse notes, readme files and python exercises we'll be doing. | ||
All the information is held in the '''README.txt''' file (so please, really DO read it! ). There are resources, PDFs, notes and many other things in the zip but to make life easy for us all, if you can install python and pyglet before the day, it'd be a great help! | |||
==Setting up Your System== | ==Setting up Your System== | ||
Line 34: | Line 36: | ||
Kate or gedit are fine text editors for python (I'm sure there are VI, emacs people out there too, but chances are you already know python anyways) | Kate or gedit are fine text editors for python (I'm sure there are VI, emacs people out there too, but chances are you already know python anyways) | ||
==Resources for the Day== | |||
There are a great many resources for Python on the web. Here are a few of the ones I like: | |||
=== Learning Python in General === | |||
* [http://wiki.python.org/moin/BeginnersGuide/NonProgrammers http://wiki.python.org/moin/BeginnersGuide/NonProgrammers] | |||
* [http://docs.python.org/release/2.6.6/ http://docs.python.org/release/2.6.6/] | |||
* [http://docs.python.org/py3k/ http://docs.python.org/py3k/] | |||
* [http://docs.python.org/ http://docs.python.org/ ] | |||
=== Pyglet Related === | |||
* [http://www.pyglet.org/doc/programming_guide/index.html http://www.pyglet.org/doc/programming_guide/index.html] | |||
==Tickets== | ==Tickets== |
edits