Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why does everyone hate OOP but not Python?

Name: Trust Me, I'm an Engineer 2012-09-20 7:53

I see a lot of hate for OOP especially for Java and some for C++. But why do people recommend Python, which is an overly disgusting, forced indented, object oriented programming language, whenever a rookie asks what programming language to start with?

Name: Anonymous 2012-09-21 21:46

>>43
It's not. xrange(x, y, z) does the same thing as i for i in range(x, y, z). All i for i in x does is convert some iterable x to a generator which is never necessary. Show me code that does that and I'll show you the right way to do it.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List