Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 602 Bytes

lesson_one.md

File metadata and controls

19 lines (15 loc) · 602 Bytes

Python for Beginners 1

Lesson Overview

  • Get teh Python 3! (NOT THE PYTHON 2 GET 3) Go to python.org/download
    • If you are running Windows, be sure to put a checkmark in the box to add Python to PATH (Thanks Lisa!)
  • Open the REPL (Read-Eval-Print-Loop)
  • Print something
  • Make a source file
  • Types (int, float, str, bool)
  • Basic math
  • Basic string manipulation
  • Operations

Resources

  • PEP 8 -- Style Guide for Python Code
  • atom.io (if you don't have a preferred text editor, this is my recommendation)
  • Sublime Text (I use this text editor because I like it but it costs money)