Articles tagged python
- Local Continuous Integration with Integrity - Integrity is ace. I’m a huge fan of working under the ever watchful eye of a Continuous Integration server. I’m also becoming more ...
- Spyder - Stuart at work has been playing with a nice Python web crawler recently. I’ve used Harvestman before but it’s not the most straightforward ...
- Django Performance Tip - Profile Your Filters - I’ve been doing some performance profiling of this here blog. Not because I really need to due to huge amounts of traffic unfortunately, more ...
- Simulating Rails like Environments in Django - I was always a fan of Rail environments and as part of some work upgrading this site to the latest version of Django I decided ...
- Google App Engine PyUnit Test Runner - I’m starting to play around with using App Engine again for small projects. It’s great for simple, somewhat throwaway apps as long as ...
- Using Python and Stompserver to Get Started With Message Queues - Message Queues are cool. It’s official. Now, banks and financial institutions have been using big Enterprise Java message systems for years. But it’s ...