Python OOP
Little progress update.
I just finished up the section on OOP (Object Oriented Programming). Setting up classes and subclasses. It took me back to the Class section of Typescript. In Python you can set class methods and class properties, but I do not remember doing that in Typescript.
So far I've covered:
- Numbers, Operators, and Comments
- Variables and Strings
- Boolean and Conditional Logic
- Loops
- Lists and Lists Comprehension
- Dictionaries
- Tuples and Sets
- Functions
- Lambdas and Built-In Functions
- Debugging
- Modules
- and of course OOP
Starting on Iterators and Generators.
Now I'll try to update once a week, but I don't always get a lot of time to go through the course, so my updates might not really have much info in them, but we will see.
-Michael
Comments
Post a Comment