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

python

Name: Anonymous 2010-09-24 14:55

hi. I'm not a programmer or anything. I just know some PHP and the obligatory web developer bullshit. is Python a good language for a non programmer like me to start with? what's your expert opinion on this lang.?
thank you!

Name: Anonymous 2010-09-26 4:30

Dynamic typing means you waste less time defining stuff, and stuff you did for some purposes just magically works for some other purposes you may want to give it later on, without having to inherit or implement whatever object-oriented bullshit. For example:

def dup(x):
    return x + x


You may have thought out that for numbers, yet it also works for strings and lists, and if you later implement another collection type supporting __add__, it'll also work there. Time wasted defining types: 0.

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