3 Antworten
+ 4
Like 1 hour to learn syntax is more than enough. But to learn when to use it, how to use it properly (python OOP is famously terrible) would be a much longer journey?
Why do u need OOP in python though?
+ 1
You can learn OOP syntax in only 30 minutes, but for training, you should write small projects and codes and 1 hour per day is enough.
0
learning is different from being proficient. understanding the basics is easy, knowing when and how to use it properly takes a lot of time and practice.
Python OOP is a very simplified version. It's useful enough, though, for games, gui design, etc.
if you're trying to learn OOP with all the bells and whistles, learn Java.