Learning Outcomes: Python Brief Intro
At the completion of this module you should
- Understand what Python is and, broadly, what it can do
- Be able to run a Python program, either from the interpreter or from a script
- Be able to distinguish among five core data types: integers, floats, strings, booleans, and lists
- Understand a few core programming concepts, such as variables, loops, and conditionals
- Know how to use simple types of error output to debug a program you’ve written
- Know how to find and import code from external sources to solve more complex problems