Lesson
For details and installation, please see the video recording of lesson 7. File Operations Read and write to files Try Exceptions Handle and raise exceptions Tuples A tuple is a list that cannot be modified So tuples are immutable tuples are enclosed […] Functions: switcher Functions: match..case In Python 3.10 ..match..case option Lambda Functions Fahrenheit to Celcius Map Functions Fahrenheit to Celcius Looping through a Dictionary Modify a Dictionary Nested Dictionary Add new functionality to the target A decorator is a wrapper function that adds new functionality to a target function without modifying its structure. A decorator has a wrapper function […] Parent Class Child Class Multiple Inheritance and MRO Override Parent Class! Hunt?! Objects are Instances of a Class Classes Objects Classes and Objects Row of houses Blueprint of a house Sketch pens Color Write Draw Paperclips Color Clip Paper Classes & Encapsulation […] Functions are blocks of code ✔The def keyword is used to define a function ✔Functions have arguments although an option