I took one of my nights to learn Python.
The main reason was:
- Check how Google App Engine is being able to support so much Transactions.
- Check if it really throws Identation Error?
- Will I take 50% of my time doing Identation?
- Does it really count my Whitespaces?
- WHY!?!?
What really called my attention was the high-level data structures with a simple but effective approach to object-oriented programming.
It totally worth it. Specially for replacing the my old fashioned Perl Scripts.
* About the WEIRD whitespace stuff: I would say it sucks. But maybe it is my brain that is not yet prepared to process code snippets without my old friends "{}"
Hello World Code Example:
print "Be careful not to fall off!"
No comments:
Post a Comment