how to start python

Started by
3 comments, last by jbadams 16 years, 7 months ago
hi, Finely i decide to learn python due to its features and low level access. so please tell me how to start python ? as I've not any previous experience in any type of language before. i already downloaded python 2.4 from a website. (Manual too) . so please tell me which book will best for me to start python. and please share with me some online resources too. thanks Regard SAKES
Advertisement
First you will need to get an IDE. I would check it out here
also a good place for help with python is http://python-forum.org/py/index.php.
And if you're looking for some tuts, here are a few.
http://www.diveintopython.org/ (I found very useful when I was learning).
http://coolnamehere.com/geekery/python/pythontut.html (this covers the setup of python and very basics)
http://www.sthurlow.com/python/ (covers same as above, but goes a little farther).
http://www.pygame.org/news.html (a library to help you with game dev after you got basics down)


Hope I helped you out and good luck,

Joe
Visit my general programming site to get help, tutorials, as well as get experience by joining projects or making your own - My Site
Wingware 101 is a pretty good IDE also, but any text editor that does syntax highlighting, combined with the command prompt is all you need.

To start off with I'd go to http://docs.python.org/tut/.
Then, once you've got the basics of the language down, check out pygame, when you're ready to start trying to make a game.

If you're looking for a book, I can't be of much help to you, although if Deitel & Deitel makes a Python book, I'd get that. I found their C++ and Java books to be excellent, with many examples, excerises, etc. They are thick and heavy as hell though, and not cheap, although maybe you could get a used one on Amazon or BN for less.
Eric Richards
Thanks Friends i am really thank full to you for your cooperation with me.
Python Resources.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement