Speak after me: pubsubhubbub

I read about this tongue twister a lot already and of course it sounds like a super cool new development on the internet. So: Time to activate PubSubHubbub support at my feedburner account for this blog.

For more information see:
http://code.google.com/p/pubsubhubbub/
http://adsenseforfeeds.blogspot.com/2009/07/whats-all-hubbub-about-pubsubhubbub.html

  • Share/Bookmark

Tags: ,

Extending the for loop in Django templates

Django comes with an excellent templating language which has many built-in template tags and filters. Although it is very powerful already there are a few scenarios which cannot be solved, yet. As far as I know the for-loop can only iterate over a list of objects. You are not able to use a C-like for-loop like so:

for(int i=0; i<20; i++)

Luckily Django allows us to extend the templating language with custom filters. I will show you how you can create a classic for-loop for Django templates by implementing three simple steps…
Read the rest of this entry…

  • Share/Bookmark

Tags: , , , ,

Where to host websites powered by Python and Django

As this blog is dedicated to web development powered by Python and Django my first article consequently is going to try to answer the first question you probably ask yourself when planning to create a Django powered Website: “Where can I host my stuff?” Read the rest of this entry…

  • Share/Bookmark

Tags: , ,

We are Twitter, Resistance is Futile!

On last Wednesday evening I was looking forward to attend the PyCologne Python user group meeting for the first time together with a colleague. “Twitter with Python” was announced as one of the topics which sounded pretty interesting to me. Unfortunately the meeting was canceled due to not enough attendees. Guess how we came to know the bad news? Right! The information hit us through the big hive mind called Twitter.

Read the rest of this entry…

  • Share/Bookmark

Tags: , ,

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Read the rest of this entry…

  • Share/Bookmark

Tags: , , , ,