Category Archives: Python
Deleting a Django Database
While developing an application with Django, it may take some time for the database model to stabilize. It’s common that you’ll want to add new columns to existing tables. Unfortunately, the ./manage.py syncdb command will not be sufficient in this … Continue reading
Posted in Django, Python
2 Comments
Installing NumPy and matplotlib on OS X
Given that OS X provides you with Python, you would expect it to be easy to install Python libraries on a modern Mac. Unfortunately, that’s not always true. Case in point: NumPy and matplotlib. These are my favorite tools nowadays … Continue reading
Posted in Python, Science, Tech Stuff
Tagged Mac, matplotlib, NumPy, OS X, Python, Science, Tech Tips
2 Comments