Python Resources
Some Starting Points
An introduction to Python Ecosystem
Learning
Learning Python Links to free ebooks, presentations, samples, applications and cookbooks.
Recommended Code Sample Links – Thanks to my Quora friends.
Doing
Tiny Projects These are the first 10 simple programs I ask all my students to work on. They are actually one single program developed incrementally in small steps. I will add more projects to this list.
Project Euler For more mathematically minded, this is a good resource. See the About Page first before you jump in to solve the problems.
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.