Only Python
This blog deals almost exclusively with my Python coding activities.
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:
Saturday, January 02, 2010
Rur-ple is alive again!
›
Thanks to some wonderful work by some developers who joined the project, rur-ple is moving forward again. :-) Its new home also features ...
3 comments:
Friday, December 25, 2009
The 17x17 challenge: setting up the grid
›
In the previous post, I talked about the 17x17 challenge , but did not provide any code. Today, I will describe the code I use to represent...
1 comment:
‹
›
Home
View web version