Archive for \'Python\'



Find Prime Factors with Python

A Python function for finding the prime factors of a given number.

Installing Trac

Trac can be a little tricky to install. Here’s the steps that worked for me.

Splitting up Django models

Django models are all grouped in one file by default. Here’s how to split them up into logical groups.