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.  

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

  5. Hello World in Python
  6.  

  7. Python Comments
  8.  

  9. Basic Console Output
  10.  

  11. Syntax, Runtime, and Logical Errors
  12.  

  13. Basic Console Input
  14.  

  15. Importing Modules
  16.   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.