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-27 5:52

>>42
You may be thinking of languages like C++ and Java, where the type system requires excessive typing.  Other languages have type inference, or less verbose syntax.

When you write code, you make mistakes and have to spend time fixing bugs.  The static/dynamic choice is just a tradeoff between testing (for dynamic types) and writing type signatures (for static types).

On one extreme end of the spectrum are people like Ruby on Rails developers, who write shitty unit tests for everything and release buggy code.  On the other extreme end are academics and people developing critical software who write proofs that their code is correct, they take forever but you can trust what they do.

At the end of the day, both sides did the "extra" work of checking their code and both sides got paid.

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