1. Foreword
  2. 1. Intro to Code
    1. 1.1. Computing and Code
    2. 1.2. Building Blocks
    3. 1.3. Exercises & Debugging
    4. 1.4. Miscellaneous: Beginner FAQ
    5. 1.5. Conclusion
  3. 2. Getting Started: Guessing Game
    1. 2.1. IDEs
    2. 2.2. Installing all The Things
    3. 2.3. Working with the Terminal
    4. 2.4. Project: Guessing Game
  4. 3. Intro to Development
    1. 3.1. Packages and Modules
    2. 3.2. Project: HyperM
  5. 4. About Classes
    1. 4.1. Classes and Objects
    2. 4.2. Final Project: Pong
  6. 5. Appendix
    1. 5.1. Git Basics
    2. 5.2. More Exercises

Code 101 With Python

Basic Development