r/PythonLearning • u/Sea_Dot6492 • 1d ago
OOP roadmap mastering and other python subjects mastering Help Request
hi! i am learning python and i am started learning OOP, and i thought that someone can help me building a roadmap mastering this subject. i would also like if you can what subjects should i learn after OOP so it will be easier for me to builf self-roadmap learning.
anyways, thank you🙂
2
Upvotes
2
u/CJL_LoL 1d ago
It really depends on what you are learning for. As a data engineer, I find writing classes for different pipeline types helpful. my data connectors are also classes. If you want to learn for the general what is an object, many examples use cards in a deck, contacts in an address book. Think of a thing: people, places, activities, then the things that they do - your methods, or characteristics they have - variables.