Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 382 Bytes

File metadata and controls

16 lines (14 loc) · 382 Bytes
group hidden
Intermediate
true

Advanced Python Development

In this section of the course we look at some advanced Python features, such as:

  • Mutability
  • Default parameter values and how mutability plays into that
  • Argument unpacking
  • Python collections
  • Working with dates and times
  • Timing your code
  • Regular Expressions
  • Higher order functions and decorators