Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Python Book for a C Programmer?

55 views
Skip to first unread message

hsa...@gmail.com

unread,
May 23, 2012, 7:45:05 PM5/23/12
to
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?

Thanks.

Ulrich Eckhardt

unread,
May 24, 2012, 2:58:30 AM5/24/12
to
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

alister

unread,
May 24, 2012, 8:56:25 AM5/24/12
to
Dive into python seems to be quite popular & can be read online fro free



--
If life gives you lemons, make lemonade.

Javier Novoa C.

unread,
May 24, 2012, 9:28:49 AM5/24/12
to
On 2012-05-24, alister <aliste...@ntlworld.com> wrote:
> On Wed, 23 May 2012 16:45:05 -0700, hsaziz wrote:
>
>> 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?
>>
>> Thanks.
>
> Dive into python seems to be quite popular & can be read online fro free
>
>

Learning Python by Mark Lutz, from O'Reilly is a good one, I've been
reading it and it also enforces a comparison between C programming and
Python. However, it's focused on Python 2, but it also mentions Python
3 things in the text...


--
Javier Novoa C.

--- Posted via news://freenews.netfront.net/ - Complaints to ne...@netfront.net ---

Jim Wilson

unread,
May 24, 2012, 3:13:14 PM5/24/12
to
On 05/23/2012 07:45 PM, hsa...@gmail.com wrote:
> 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?
>
> Thanks.

My opinion: Martelli's "Python in a Nutshell" is the K&R of Python.

Alas, it does discuss if statements, but it doesn't slap you silly with them.
0 new messages