Contribute Media
A thank you to everyone who makes this possible: Read More

Code Reading Python

Summary

You know enough Python now to write small programs, but you want to be able to write bigger ones. A good step towards that is studying existing programs, and open source provides lots to learn from. You may even want to choose one so you can contribute to it.

Reading code is an acquired skill, we will explore ways to do that effectively.

Details

Improve this page