Anonymous

Workshops/Python for Beginners: Difference between revisions

From London Hackspace Wiki
m
No edit summary
Line 10: Line 10:
=Things you will Need=
=Things you will Need=


We'll be working in Python3, so to begin with, you'll need a copy of that. If you are using Windows, Linux or MacOSX you can get a copy from
[http://www.python.org/download/releases/3.3.2/ http://www.python.org/download/releases/3.3.2/]
3.3.2 is a good version to use. Grab the one you need.
Alternatively, if you are a l33t haxor you can use something like
  apt-get install python3
or python3.2 or whichever your version of Ubuntu is.
If you like to use [http://mxcl.github.io/homebrew/ Mac Homebrew] you can use something like
  brew install python32


''' THIS IS BEING UPDATED FOR PYTHON 3! WATCH THIS SPACE '''


==Setting up Your System==
==Setting up Your System==
240

edits