Home » Odeon Blogs »

Python

Generating landscape PDF with columns in Django

The easiest way to generate a pdf response in Django is to probably use xhmtl2pdf. However, if your pdf requires ...

Categories: Django Python


Tagged as: django python

Leave a Comment

checking the availability of a zeromq endpoint

Zeromq sockets are the cat's meow but they do not provide connection status information. Of course, this is by ...

Category: Python

Leave a Comment

IOError: encoder jpeg not available

Recently, I ran into this bug on my new Macbook Pro


  1. Traceback (most recent call last):
  2. File "userprofile/tests.py ...

Category: Python


Tagged as: django python

Leave a Comment

Macports House Cleaning

Once in a while, it helps to do some house cleaning to keep your Mac OS clean and lean.

If ...

Category: Python


Tagged as: macports

3 Comments

Virtualenv for multiple python projects


Virtualenv is a simple and effective way of isolating a Python environment on a specific machine. 

Why? 

Why do we ...

Category: Python


Tagged as: distribute site-packages virtualenv

Leave a Comment
Page generated in: 0.44s