Any Good Python Tutorials?

Started by
3 comments, last by CyberSlag5k 18 years, 11 months ago
Does anyone know any good python (or pyGame) tutorials, or books, for ABSOLUTE begginers? I'm starting with python and would like to sart of from scratch. I thank you all for taking the time to read this PDO
Advertisement
Yes, on the PyGame website, they have a line at the top:
Quote:For a nice introduction to pygame, examine the line-by-line chimp tutorial, and the introduction for python programmers.


After that look at the documents section for it has A LOT of neat stuff there too. Good luck! [smile]
Dive into Python
Download Pygame and the python docs. They are free and a great source of learning. Also you could google the book: think like a computer scientist using python. Hope that helps.
I'd recommend the Python.org tutorial as it's very straightforward. I can't speculate on how it would read to someone with no programming experience, though.

[edit]
Just checked the site and also found a Beginner's Guide. That might be a little more what you're looking for. Also, here's a direct link to the tutorial.

Good luck!
Without order nothing can exist - without chaos nothing can evolve.

This topic is closed to new replies.

Advertisement