Home » Odeon Blogs » Calvin, Weaver »

Python

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

Pypy on virtualenv and a need for speed



Pypy is a high performance python interpreter written in python (for Python 2.7.1 at this point in writing ...

Category: Python


Tagged as: pypy

Leave a Comment

Python Yield versus Return

As coders, we are familiar with how function calls work in Python or C.  Whenever we call a function, the ...

Category: Python

Read More
Page generated in: 0.20s