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

Brian Wilkinson brian.wilkinson at ssfs.org
Mon Mar 19 09:20:06 EDT 2012


On Mar 19, 2:30 am, yan xianming <xianming.... at gmail.com> wrote:
> 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



More information about the Python-list mailing list