Hidden features of Python - Stack Overflow
stackoverflow.com
Hidden features of Python - Stack Overflow
1–10 of 17 posts
Re: Hidden features of Python - Stack Overflow
#2- http://news.ycombinator.com/item?id=1512930
- http://news.ycombinator.com/item?id=594210
I don't mind being reminded to see if there's anything new, though.
Re: Hidden features of Python - Stack Overflow
#3Dupe of: - http://news.ycombinator.com/item?id=1512930 - http://news.ycombinator.com/item?id=594210 I don't mind being reminded to see if there's anything new, though.
Re: Hidden features of Python - Stack Overflow
#4Re: Hidden features of Python - Stack Overflow
#5Obligatory XKCD: http://xkcd.com/353/
Seriously, why is anyone "obligated" to post a comic that mentions Python, but adds nothing of substance, and isn't even funny? (http://www.google.com/search?q=site%3Anews.ycombinator.com+%...)
Re: Hidden features of Python - Stack Overflow
#6Long ago, a rule of programming language design was handed down by the great old hackers, but it has been forgotten and much needless effort has been spent as a result. It's time to remind language designers of the rule again:
"Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary."
Re: Hidden features of Python - Stack Overflow
#7Obligatory XKCD: http://xkcd.com/353/
XKCD is never obligatory. Seriously, why is anyone "obligated" to post a comic that mentions Python, but adds nothing of substance, and isn't even funny? ( http://www.google.com/search?q=site%3Anews.ycombinator.com+%... )
Seriously though. I enjoy reading XKCD and the first thing I thought of when I read the title of the post was that comic. Sorry for offending your delicate sense of humor. ;)
Re: Hidden features of Python - Stack Overflow
#8Hidden features in a programming language? Granted, most of these aren't "hidden", but they're nonobvious because the language is incredibly complex and it's difficult to predict from first principles that any of these things would actually work. Long ago, a rule of programming language design was handed down by the great old hackers, but it has been forgotten and much needless effort has been spent as a result. It's…
Re: Hidden features of Python - Stack Overflow
#9Obligatory XKCD: http://xkcd.com/353/
XKCD is never obligatory. Seriously, why is anyone "obligated" to post a comic that mentions Python, but adds nothing of substance, and isn't even funny? ( http://www.google.com/search?q=site%3Anews.ycombinator.com+%... )
Re: Hidden features of Python - Stack Overflow
#10Hidden features in a programming language? Granted, most of these aren't "hidden", but they're nonobvious because the language is incredibly complex and it's difficult to predict from first principles that any of these things would actually work. Long ago, a rule of programming language design was handed down by the great old hackers, but it has been forgotten and much needless effort has been spent as a result. It's…
In the context of higher level and or dynamic languages, I'd argue that Python is rather low on the complexity scale