Need help to learn Python

kyosohma at gmail.com kyosohma at gmail.com
Fri Mar 23 09:20:15 EDT 2007


On Mar 23, 12:03 am, "PythonBiter" <tpar... at gmail.com> wrote:
> Hi everyone,
>
> I'm very new in this Group as well Python language. I want to learn
> Python. So could you please advice me, and guide me how can i become
> master in Python !
>
> Thanks,
> Partha

If you need books for a beginner in Python, go with "Python
Programming for the Absolute Beginner" by Dawson, or "Python
Programming: An Introduction to Computer Science" by Zelle.

Core Python Programming is mostly theory and very little code. It's
good for reference and digging deeper into the language, if you don't
mind some screwy grammatical errors here and there. Programming Python
3rd Ed (by Lutz) has lots of code to dig into, but I would say it is
for intermediate to advanced users. It also contains many practical
useful scripts in it.

Mike




More information about the Python-list mailing list