Tag Archives: python

Optimizing SQL Queries in Django with very little code

Back at the tail end of 2007, I began developing an open source Course CMS for Courses on the web. For technologies, I choose the Python language with the Django MVC framework as an initial code base deployed to an … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Python’s cProfile–Profiling your code straight-a-way!

This past day or so I have been working on some Facebook puzzles, and in doing so I’ve used Python’s built in code profiler cProfile. It is incredibly easy to set up for cases such as these: simply import cprofile, … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Gray Hat Python

I ran into issues running the demos from my new Gray Hat Python book–likely because I was working directly in 64 bit Vista, and the authors code examples makes use of the kernel32 windows API. I found this blog post … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment