
Spring Python 1.1.1, 1.2.1, and 1.3.0.RC1 are released!
Amidst the flurry of Spring releases this month, Spring Python has it's own. Versions 1.1.1 and 1.2.1 are maintenance releases that patch some bugs. Version 1.3.0.RC1 is the first release of 1.3.0. In this release we have commits from team members, and have also merged pull requests through github. If you want to make contributions Read more…

Spring Python 1.2.0.RC1 is released!
After many months of work, Spring Python's first 1.2 release is available. The project has migrated its documentation to Sphinx, the same tool used for documenting the Python language itself. You can visit the project site and view it in HTML or download an epub version for viewing on a smart phone or tablet device. Read more…

Mixing RabbitMQ with Spring Python
RabbitMQ is a powerful messaging broker based on the Advanced Message Queueing Protocol (AMQP). In an earlier post, we looked into building a Python stock ticker program. We compared using RabbitMQ's pika with py-amqplib, and how it was easy to transition from one to the other with minimal changes. In this article, we'll show how pika can Read more…

Spring Python 1.1 book is published
The Spring Python 1.1 book is published! Spring Python takes the concepts of the Spring Framework and Spring Security, and applies them to the world of Python. In this book, you will be writing code using dependency injection, aspect oriented programming, data access, transaction management, remoting and security. Later on in the first case study, you will Read more…

