Skip to content

hugo-valle/intro-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages