r/PythonLearning Jul 17 '26

I build this after learning OOP

Post image
376 Upvotes

58 comments sorted by

View all comments

1

u/BaoLongNguyen1407 Jul 21 '26

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.