2010-03-28
# permalink
Blogs of Note: Daily Python-URL Featured Showcase.
Sporadic historical news from the Python universe, tracked and compiled by your friends at PythonWare.
"The Python Software Foundation has embarked on a mission to find out more about Python users. We want to know as much about the organizations that use Python as possible. If you want to give us information about any Python usage at all (even organizations other than the one you work for) please fill out this form. We don't even need your details, and we'll filter for duplicates."
"One laptop battery later, and I've completed the django tutorial. Man django is *very* nice."
"In this episode we’ll discuss an elegant algorithm which solves our particular problem as a special case. On the way we’ll visit dynamic programming, Python decorators, version control and genetics."
"It's going to be difficult to get PyCon to exceed last year's numbers given the parlous state of the economy. One way you can help is to make yourself a part of its publicity campaign."
"These are the robots I've been working on for the last 12 months. They each weigh about 11 tonnes and have a 17 meter reach. The control system is written in Python, with small sections of C which run in hard-real-time to guarantee safety."
"The idea of a permalink is to take the title (of a blog post or a test) and replace any characters that aren't numbers or letters with an underscore or a hyphen... While this code works perfectly for the English language, it doesn't work at all if string is a Unicode string containing something in Hebrew, Russian or Polish..."
"But there is emerging consensus in the scripting community that Python is the right choice for freshman programming... Python and Ruby have the enviable properties that almost no one dislikes them, and almost everyone respects them. Both languages support a wide variety of programming styles..."
"Python has a convention for private attributes of objects which is widely used. Attributes that start with an underscore are private... CapPython proposes that we enforce this convention by defining a subset of Python to enforce it."