Python Pyramid - the early days
Python Pyramid is a project that was born out of Plone, a Python web framework.
It's point of difference in the web framework world is its "no assumptions" modular design, giving developers full control over which liberaries they include for their projects.
This is a really powerful approach to web frameworks and sets Python Pyramid a part from the other web frameworks around.
Unfortunatly, like many other "child projects" that are born from prior projects, Python Pyramids help documents make the grand assumption that you are already an experienced Plone or Repoze developer.
This assumed knowledge creates a significant barrier to those who are not familiar with those prior frameworks.
With any luck I will include some tips and tricks of how to get started with Python Pyramid for those without prior Plone or Repoze experience.














