
python exercises
Get flash to fully experience Pearltrees
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers; people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques. Each program is very short, never more than a couple of pages and accompanied with a write-up. I have found Python to be an excellent language to express algorithms clearly. Some of the ideas here originated in other programs in other languages.
Python for Fun
The Python Challenge
"This challenge is fantastic. Clever, addictive and really gets your mind working. I feel like I'm playing Myst.Python Programming
Keep the book Learning Python nearby and learn to use it as a reference. The series of introductions is intended to get to useful scientific programming quickly and, in doing so, leaves out many of the details that the book systematically develops. The introductions are schematic. They assume you will use iPython to probe around and test the features and commands that are described.Python exercises to hone your skills - Stack Overflow
What is Project Euler? Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context. Who are the problems aimed at?

