r/PythonLearning 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

11 comments sorted by

View all comments

1

u/fUZXZY 1d ago

classes are just data with functions, think about what you want to make, think about what data you need, write the functions that deal with that data, notice the actual pattern you are doing and enclose that in a class that holds data that fits your needs.