HOT & NEW | Created by Fred Baptiste | Video: h264, 1280×720 | Audio: AAC 48KHz 2ch | Duration: 28:11 H/M | Lec: 133 | 16.6 GB | Language: EnglishPython Object Oriented Programming (OOP)What you’ll learnPython Object Oriented ConceptsClassesMethods and BindingInstance, Class and Static MethodsPropertiesProperty DecoratorsSingle InheritanceSlotsDescriptorsEnumerationsExceptionsRequirementsStrong knowledge of functional PythonClosures and DecoratorsIterators, Iterables and GeneratorsMapping Types, HashingSome exposure to basic OOPDescriptionThis Python3: Deep Dive Part 4 course takes a closer look at object oriented programming (OOP) in Python.
MAIN COURSE TOPICSwhat are classes and instancesclass data and function attributespropertiesinstance, class and static methodspolymorphism and the role special functions play in thissingle inheritanceslotsthe descriptor protocol and its relationship to properties and functionsenumerationsexceptionsCOURSE PREREQUISITESPlease note this is NOT a beginner level course.
You must have a strong working knowledge of functional Python programming as well as some practical experience developing Python applications in order to fully benefit from this course.
This is not a cookbook style course – I don’t show you how to solve specific problems, but rather a broad and in-depth look at how OOP works in the context of Python.
In-depth functional Python programmingfunctions, closures, scopes, decorators (using and writing them)zip, sorted, any, all, and the itertools module in generalsequences, iterables, iterators and generators (what they are and how to implement the corresponding protocols)generators, yield, and context managersmapping types, hashing and relation to object equalitysome prior knowledge of basic OOP conceptsknow how to work with Python virtual environments and pip installavailable Jupyter Notebook (freely available) to follow along with the course notebookshow to use gitWho this course is for?Experienced intermediate Python developers who want a more in-depth look at Python OOP