This is an introduction to Python.
- Overall very quick review of some of the basics of Python
- Basics of numberic objects
- Basics of conditionals
- Basics of Iterations
- Basics of functions (def)
- The concept of modularity
- Learn about opening youtube videos (webbrowser module)
- Learn about time module
- Learn about definitions:
- Require parameters
- Optional parameters
- Tuples and unpacking tuples
- Learn more about strings
- Completed our discussion on collection
- List
- Dictionaries
- Strings
- Tuples
- Range
- Sets
- Basics of exceptions: try, except, throw
- Comprehensions