Build Your Own CLI Planner App Using Python Abstract Base Classes - Course Review
Build Your Own CLI Planner App Using Python Abstract Base Classes, by Nicolae Caprarescu, is a project in the Core Python path in PluralSight.
There were some things I didn't know about, for sure, including how to force issubclass to see protocols (which, BTW, as a fan of strong typing seem horrifying), and the various weird ways to do abstract classes in Python.
The approach of having the whole project in a single block is a little annoying, too, but not a major problem.
Time seems wildly wrong here. They predict 3 hours. Took me 50 minutes. And I am not that good in Python.
This was the last item on the Core Python path for me.
I also took their SkillIQ test and got 92%, which seems very nice (and very unrealistic).
Comments