Class Notes: Getting Started


  1. Logistics and Preliminaries
  2. Running Python
  3. Hello World in Python
  4. Python Comments
  5. Basic Console Output
  6. Syntax, Runtime, and Logical Errors
  7. Basic Console Input
  8. Importing Modules


  1. Logistics and Preliminaries
  2. Running Python

  3. Note: Your TA's will be happy to help with any of these steps!

  4. Hello World in Python
  5. Python Comments
  6. Basic Console Output
  7. Syntax, Runtime, and Logical Errors
  8. Basic Console Input
  9. Importing Modules
  10. Python has many different features already implemented, but not available immediately. To use these features, you must import a module. You can find these modules by reading the Python documentation online.