Python Book for a C Programmer?

Ulrich Eckhardt ulrich.eckhardt at dominolaser.com
Thu May 24 02:58:30 EDT 2012


Am 24.05.2012 01:45, schrieb hsaziz at gmail.com:
> I am trying to join an online class that uses python. I need to brush
> up on the language quickly. Is there a good book or resource that
> covers it well but does not have to explain what an if..then..else
> statement is?

First thing to check first is whether the online course uses Python 2 or
Python 3. For Python 2, try starting at docs.python.org. There you will
find library documentation, language specifications and also tutorials.

Uli




More information about the Python-list mailing list