Nick Carroll

Metabolising caffeine into code

Benevolent Dictator for Life

with 4 comments

I’m glad that I started playing around with Django a couple months ago. It has forced me to learn Python. I now feel more at home with Python than I ever did with Ruby. Learning Python has been especially useful with exploring Gnome’s API (as I run Ubuntu on my laptop). There are also some good editors for Python, but I quite like Gedit, and I have been messing around with writing a simple plugin that uses Exuberant CTags for navigating Python code. The Gedit plugins can easily be written in, you guessed it, Python.

App Engine

There is a lot happening in the Python world, and the biggest news of late is Google’s Beta access to their new service App Engine. It is basically a service for hosting your Python applications. It currently supports any Python application that uses CGI. Essentially you can get a Django web application running on App Engine, but a bit of work will be needed to integrate with App Engine’s datastore.

Anyway I don’t want to ignite a flame war as I am a lone Pythonista in a company full of Rubyists.

Written by Nick

April 8th, 2008 at 9:17 pm

Posted in Programming

Tagged with , ,

4 Responses to 'Benevolent Dictator for Life'

Subscribe to comments with RSS or TrackBack to 'Benevolent Dictator for Life'.

  1. Not alone, my friend, not alone. ;-)

    Simon Brunning

    8 Apr 08 at 10:27 pm

  2. “lone Pythonista in a company full of Rubyists”

    I felt the same way when I was a ThoughtWorker. It’s nice to know that there are pockets of the world outside of TW where Python is actually valued and celebrated. ;-)

    Jason Huggins

    9 Apr 08 at 1:05 am

  3. “lone Pythonista in a company full of Rubyists”

    You dork :-)

    JoshG

    9 Apr 08 at 10:47 pm

  4. I was wondering when you were going to leave a comment Josh. :p

    Nick

    9 Apr 08 at 11:09 pm

Leave a Reply