TurboGears 1.0.7 released
Florent Aide: TurboGears 1.0.7 released ["I am pleased to announce the release of TurboGears 1.0.7, a new stable release that fixes even more bugs. If you tried 1.0.6 it is recommended you upgrade to...
View ArticleI want a pony: Django Cheeseshop
Kevin Teague I want a pony: Django Cheeseshop ["As primarily a Zope/Plone/Grok developer, I thought I'd share some of my experiences in working with the python packaging, dependencies and builds...
View ArticleThe cost of (not) testing software
Jesse Noller: The cost of (not) testing software ["As a long-time automation-engineer/test-focused guy I've pondered the great existential question of "how much testing" is enough for awhile. More...
View ArticleIntroducing CapPython
Mark Seaborn: 'Introducing CapPython ["/.../ Python has a convention for private attributes of objects which is widely used. Attributes that start with an underscore are private. /.../ CapPython...
View ArticleIn Praise of Scripting: Real Programming Pragmatism
Ronald Loui: In Praise of Scripting: Real Programming Pragmatism ["But there is emerging consensus in the scripting community that Python is the right choice for freshman programming. Ruby would also...
View ArticleIntroducing the Django Debug Toolbar
Rob Hudson: Introducing the Django Debug Toolbar ["The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response. It is a small...
View ArticleUnicode and permalinks
Eli Golovinsky: Unicode and permalinks ["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...
View ArticleHow would you sort 1 million 32-bit integers in 2MB of RAM using Python?
Ask a Google engineer: How would you sort 1 million 32-bit integers in 2MB of RAM using Python? [see also] [see also]
View ArticleHow to make money with free software...
Stani Michiels: How to make money with free software... ["The Dutch Ministry of Finance organized an architecture competition for which a selected group of architectural offices (unstudio, nox, ...)...
View ArticleThe History of Python
Guido van Rossum: The History of Python ["A series of articles on the history of the Python programming language and its community."]
View ArticleGiant, Python Powered Robots.
Simon Wittber: Giant, Python Powered Robots. ["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...
View ArticleHelp Publicize PyCon
Steve Holden: Help Publicize PyCon ["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 male yourself a part of its...
View ArticleLongest common subsequence
Thomas Guest: Longest common subsequence ["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...
View ArticleOne Laptop Battery Later And I'm A Django Fan
Zed Shaw: One Laptop Battery Later And I'm A Django Fan ["One laptop battery later, and I've completed teh django tutorial. Man django is *very* nice."]
View ArticlePeople Using Python
Steve Holden: People Using Python ["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...
View Article