2014-06-25 14:13:17

hai guies i downloaded the python2.7 instaler and i want a guide to learn the language?, would love any help.. jak best regards.. thanks

2014-06-25 19:50:44

try [url=http://www.learnpythonthehardway.org
or the books
learning python
programming  with python
and the python pocket reference

nvda is my life

2014-06-26 00:53:11

Second
Learn Python the hard way!

2014-06-26 03:19:40

In addition to the suggestions already given don't forget about docs.python.org which contains all the official Python documentation . It may not make sense when your a newbie, but it will become important later on when you begin to understand the basics and need to refer to the official documentation to see which modules are available for this or that.

Sincerely,
Thomas Ward
USA Games Interactive
http://www.usagamesinteractive.com

2014-06-26 12:17:32

And there is a tutorial in the documentation itself:
https://docs.python.org/2/tutorial/index.html

2020-04-14 23:05:51

I see this is a very old post, but people often search the forums with questions like this. My friend over at nathantech.net has made a really nice audio tutorial on coding in python. I personally recommend this as it helped me get started.
https://nathantech.net/products/tutorials/index.php

Even a blind lion still has his teeth and claws.