This post offers an introduction to the interactive Python Debugger tool (pdb), including basic commands, examples, alternative implementations, and helpful links.
The 1.9.0 release of collective.recipe.plonesite is now available on PyPi. This release brings several new features and some improvements to the documentation.
Discover how the Penn State College of Liberal Arts moved over 120 separate websites running on their own Plone installation into a single system utilizing Lineage in less than 90 days.
I attended the Pyramid Summer Sprint in Germany and made several improvements to Colander.
Shell Script Tech Talk with Clayton Parker from Six Feet Up.
Six Feet Up organized IndyPy's Python Web Shootout, where 4 companies showed off 4 Python frameworks through the demo of a ToDo app developed in Bottle, Django, Flask and Pyramid.
Each time you delete a web page, a copy is kept in the database in case you need to get it back later. Over time, the number of unused objects can grow and grow, expanding the memory needed to operate the website, and slowing down operations...
The Plone site recipe allows you to automate creating and maintaining a Plone site using zc.buildout, allowing everyone working on a project to start from the same point and improving build quality by reducing the need for human interaction.