More Resources

Recommended Reference / Further-Learning Resources

Reference

W3 Schools Python Syntax Tutorials

As a reference source for brief and clear summaries of different pieces of Python syntax, with interactive examples, we recommend using W3 School's Python tutorials.

Stackoverflow

Any problems you encounter which don't seem to have a trivial solution have probably been seen by someone else before - if you're lucky, they'll have posted about it on stackoverflow and gotten someone's advice.

Further Learning

Codecademy

Great Python 2 Course with plenty of exercises (there are some minor syntax differences between Python 2 and Python 3).

Harvard CS50

Much of this course is based on the materials used in Harvard's acclaimed CS50 course - these are available online and offer a lot of details which we omit.

Last updated

Was this helpful?