Yesterday I introduced Django and covered some Python basics. Today I went deeper into Python, specifically functions and OOP, because I realized these are the real building blocks you need before Django starts making sense. I also took a first look at how Django organizes code into apps.







Functions in Python


A function in Python is...