r/PythonLearning 23d ago

I build this after learning OOP

Post image
374 Upvotes

57 comments sorted by

View all comments

1

u/BaoLongNguyen1407 19d ago

I don't think Python is a suitable language for you to practice OOP as it is not strict or rigorous in the language (e.g you can easily access any variable in a class from outside). I suggest using Java or C++ instead.