Python

Freelancers And Django (Dry-Principle) 2

Published December 1, 2007 Filed unter:

In Django you are able to write websites in a minimum of time with a great result. Some developers, nevertheless, don't care about structuring their source as good as Django does. This will cost time and nerves.

This entry is meant to show how especially freelancers can save time ...

Markdown With Syntax Highlighting In Django 1

Published October 27, 2007 Filed unter:

These days I wrote my first Django project (you are currently browsing it). Of course I wanted to post entries into this blog with code snippets. To make the reading experiance better for my readers I decided to use a syntax highlighter. You find thousands of them around the WWW ...

Problems Installing (Easy_Install) Pil 4

Published August 22, 2007 Filed unter:

One very basic Python library is PIL (Python Imaging Library). It is used for image manipulation.

To install packages, I usually use easy_install, but installing PIL using this tool, I got an error:

:~#easy_install PIL
Searching for PIL
Reading http://cheeseshop.python.org/pypi/PIL/
Reading http://www.pythonware.com ...
Your Way: Home » Thoughts » Categories » Python