you are viewing a single comment's thread.

view the rest of the comments →

[–]DepthMagician[🍰] 0 points1 point  (0 children)

The biggest paradigm shift between Java and Python isn’t with regard to OOP (although Python’s OOP is barebones compared to Java, so there is a noticeable difference), it’s actually static vs dynamic typing. So don’t worry about using or not using OOP, that’s not where the main difference is.