Vincent’s Reviews > Beyond the Basic Stuff with Python: Best Practices for Writing Clean Code > Status Update
Vincent
is 80% done
Right, for the final part (the last three chapters) of the book, we're diving into OOP, and it really starts at the basics, in spite of the title of the book. But I suppose for Python, OOP isn't necessarily that basic, even though for me, as someone coming from C++ and Java, it rather is. In any event, perhaps the second and third of these chapters will dive in a bit deeper.
— Jun 03, 2021 04:59AM
Like flag
Vincent’s Previous Updates
Vincent
is 90% done
Well, I knew about inheritance, but though I've seen properties used before I never fully knew what they were about, so I got that out of this last chapter so far. Once I'm done with that, dunder methods are left.
— Jun 05, 2021 06:19AM
Vincent
is 60% done
Learned about doc strings and type hints and static analyzers. Fun! Makes me excited to write clear, readable code. I expect quite a difference between my programming before and after this book.
— May 31, 2021 03:54PM
Vincent
is 40% done
I'm certainly starting to learn new things at this point. (Moreso than before.) The last chapter I read included a lot of terminology that I have often heard but never quite understood, like libraries/SDKs/APIs, hash, and others. Cool!
— May 28, 2021 03:52PM
Vincent
is 20% done
This book seems to be just what I need! Although the first few chapters, about the command line and code formatting, are a bit less interesting. I can see that they're important, still; I'm just more excited about other, later parts of the book.
— May 27, 2021 07:28AM

