Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 710 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 710 Bytes

Learning Python

This is an introduction to Python.

Day 1 Summary

  • 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

Day 2 Summary

  • 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

Day 3 Summary

  • Completed our discussion on collection
    • List
    • Dictionaries
    • Strings
    • Tuples
    • Range
    • Sets
  • Basics of exceptions: try, except, throw
  • Comprehensions