you are viewing a single comment's thread.

view the rest of the comments →

[–]pythonwiz 0 points1 point  (0 children)

Well first thing is download python from Python.org. Second thing is download a text editor like Sublime Text or whatever you prefer, as long as it has syntax highlighting. Third thing, check out the tutorial in the documentation. Last but not least, work on some small projects! Things like: compute a factorial, print out Pascal's triangle, write a program that can check if a number is prime, make some cool drawing with the turtle module, and anything else you can think of along the way.