Programming
Up one levelMark's Blog :: Code Like a Pythonista: Idiomatic Python
....
Code Like A Pythonista: idomatic Python
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
An Easter Egg of note in python:
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
>>>
-msb07272007;)
- Category(s)
- Programming
IE Javascipt Woes
I ran into trouble with using single quotes around the ampersand character
in a error message in plone today. MS I.E. breaks all to often in obscure ways
for my tastes! Here is some information about others experience using
Javascript with Microsoft Internet Explorer:
How IE Mangles The Design Of JavaScript Libraries
-msb;)
- Category(s)
- testing
- Programming
- The URL to Trackback this entry is:
- http://www.commandcms.com/marks-blog/IE%20Javascipt%20Woes/tbping
18 Things I Wish Were True About Plone by Alexander Limi
- Category(s)
- Programming
- CMS
- plone
- The URL to Trackback this entry is:
- http://www.commandcms.com/marks-blog/18plonethings/tbping
Found on 4Chan: Enterprise Programming
| >> |
Anonymous 08/31/08(Sun)23:47
Someone clearly hasn't had much experience doing ENTERPRISE PROGRAMMING. The kind of code you find there is unbelievable--its not "bad" or "broken", |
- Category(s)
- Programming
A Big Change for Open Source
An appeals court has erased most of the doubt around Open Source licensing, permanently, in a decision that was extremely favorable toward projects like GNU, Creative Commons, Wikipedia, and Linux. The man who prompted that decision could be described as the worst enemy a Free Software project could have. This is the story of how our community was able to benefit from that enemy.
- Category(s)
- Programming
- plone