Only Python
This blog deals almost exclusively with my Python coding activities.
Sunday, January 16, 2011
Book review: Pro Python System Administration
›
Summary: Pro Python System Administration is a comprehensive book showing how Python can be used effectively to perform a variety of system...
Sunday, August 01, 2010
My favourite Python one-liner
›
I am slowly working on two new projects involving web-based interactive Python tutorials and had to set up a local web server for handling a...
2 comments:
Sunday, January 17, 2010
Profiling adventures and cython - Faster drawing and conclusion
›
In the last blog post, I made use of cython to speed up some calculations involving the iterative equation defining the Mandelbrot set. ...
6 comments:
Profiling adventures and cython - Introducing cython
›
In the previous blog post, I made some attempts at speeding up the function mandel() by making changes in the Python code. While I ...
4 comments:
Saturday, January 16, 2010
Profiling adventures [and cython]: basic profiling
›
In the previous blog post, I introduced a simple Tkinter-based viewer for the Mandelbrot set. As I mentioned at that time, the viewer was r...
3 comments:
Friday, January 15, 2010
Profiling adventures and cython - setting the stage
›
Summary This post is the first in a series dedicated to examining the use of profiling and, eventually, using cython, as a means to impr...
4 comments:
Sunday, January 10, 2010
Python + cython: faster than C?
›
[ Note added on January 15, 2013: I am amazed that this post, clearly written tongue-in-cheek 3 years ago , can still spur people into doin...
15 comments:
‹
›
Home
View web version