New learner of Python--any suggestion on studying it?

Y

yan xianming

Hello all,

I'm a new learning of Python.



Can someone give me some suggestion about it?

thanks
xianming
 
A

Antti J Ylikoski

Hello all,

I'm a new learning of Python.



Can someone give me some suggestion about it?

thanks
xianming

The best textbooks on Python that I have come across are:

Learning Python by Mark Lutz, O'Reilly, http://oreilly.com,
ISBN 978-0-596-15806-4

Programming Python by Mark Lutz, O'Reilly, http://oreilly.com,
ISBN 978-0-596-15810-1

regards, Antti "Andy" Ylikoski
Helsinki, Finland, the EU
 
B

Brian Wilkinson

Hello all,

I'm a new learning of Python.

Can someone give me some suggestion about it?

thanks
xianming

Once you have a few of the basics down (using the resources others
have suggested), a good way to practice those skills is to visit
Project Euler (http://projecteuler.net/) or The Python Challenge
(http://www.pythonchallenge.com/). Project Euler is a site with math
problems that can be best solved using basic programming skills. The
first problem asks for the sum of all the multiples of 3 or 5 below
1000. The problems build in difficulty and in the programming skills
you need.

The Python Challenge (best completed using version 2.7 of Python) is
hard to explain, but a lot of fun to do.

Good luck!

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top