Any Good Tutorials?
Ben Finney
ben+python at benfinney.id.au
Sun Nov 17 00:13:38 EST 2013
lazytotoro <globecom at hush.com> writes:
> I am just starting to learn Python
Welcome, and congratulations on finding this language.
> and was wondering if there are any good tutorials out there that
> anyone can recommend? Thanks!
The official Python tutorial is definitely worth working through
thoroughly, you will learn the full language and a lot of the standard
library <URL:http://docs.python.org/3/tutorial/>.
Note that you should definitely learn Python 3 first. Only learn Python
2 later; it is obsolescent, and has numerous glitches fixed in Python 3.
--
\ “We can't depend for the long run on distinguishing one |
`\ bitstream from another in order to figure out which rules |
_o__) apply.” —Eben Moglen, _Anarchism Triumphant_, 1999 |
Ben Finney
More information about the Python-list
mailing list