Skip to content

Latest commit

 

History

History
 
 

session-six

Beginner's Python: Session Six

Session Content

Standard Content

  • Create functions to modularise your code
  • Add function parameters
  • Apply recursive strategies to solve common problems
  • Understand the nature of variable scope

Additional Notes

  • Using None
  • Passing by reference/value
  • Args and kwargs
  • Lambda Functions
  • Functional programming
  • Accessing global variables
  • Memoisation

Session Recording

<iframe width="560" height="315" src="https://www.youtube.com/embed/A7h1ZGwxQfw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Session Resources

Session Homework

Additional Content