Archive | python

how to setup pinax with nginx

Tonight I spent sometime getting Pinax – Django swiss army knife – to work on nginx via fastcgi on my Ubuntu 9.10 box. Here is a step by step guide. First of course we need to install nginx, pretty easy with Ubuntu: sudo apt-get install nginx Create a new file called <appname> in /etc/nginx/sites-available/ like [...]

Read the full story

Posted in django, featured, linux, pinax and python8 Comments

how to integrate compass into your default pinax project

Lately I’ve been really impressed and experimented joyfully with Compass and Sass. They make css/layout design fun again for me. Even if the whole tool chain is in Ruby you don’t have to touch any Ruby to use them – don’t misunderstand me: I like Ruby and I’ve been a Rails early adopter; my brain [...]

Read the full story

Posted in programming and python1 Comment

a webapp in 1 week (part 2): the source of data

In the first installment of this series I’ve spoken about a set of technologies that can speed up the time to market quite a bit. Read about it here if you missed it. This time I want to talk about where to get the content for your niche web app – if you need a [...]

Read the full story

Posted in programming, python and tip1 Comment

Tools for rapid prototyping: a webapp in 1 week

First things first.  My new webapp tuttivisti is live! This post is about how it came to be. In just one week. One person team. Crazy working hours. So I was there immediately after receiving the news that YC did not select my team for this round. I thought I would feel depressed. I thought [...]

Read the full story

Posted in programming, python, startup and ycombinator28 Comments

my emacs setup for python development

Recently I tried to give some other Python editors/IDEs a chance. I tried pydev for a while and found it good enough, but not perfect. Truth is I have been using emacs for a long time for development. And I found myself quite comfortable to develop Python code with it. With a proper shell on the [...]

Read the full story

Posted in programming and python3 Comments


Twitter