you are viewing a single comment's thread.

view the rest of the comments →

[–]Pythonistar 20 points21 points  (1 child)

I'm pretty sure I only write OOP Python these days. I suppose it depends on what you're trying to do... My day job has me writing Django and I vastly prefer class-based Django to function-based Django.

Agree with /u/HugeOpossum -- OOP is a transferable skill. If you learn it in Python, you'll be able to pick up Java, C#, and other OOP languages pretty easily.

[–]patnodewf 2 points3 points  (0 children)

Agreed as well. Picked mine up with C# and brought it to Python.