githubEdit

week one

Week 1 focuses on Python fundamentals: what Python is, basic syntax, variables, and numbers.

This week builds the foundation for everything else in the course. Keep these notes handy and try the examples in a Python REPL or a small .py file.

Learning Goals

  • Explain what Python is and why it is used.

  • Read and write basic Python syntax and indentation.

  • Create variables and understand naming rules.

  • Work with numbers and recognize core numeric types.

File Map

  • week1/what_is_python.md

  • week1/python_syntax.md

  • week1/variables.md

  • week1/numbers/README.md

  • week1/numbers/numbers-integers.md

Next

Last updated