Only Python
This blog deals almost exclusively with my Python coding activities.
Friday, February 08, 2013
Is there any merit to stepping back through the code?
›
After a long hiatus, I have gone back to work on a new version of my very first project - essentially a clone of Karel the Robot - this tim...
Thursday, March 15, 2012
Python for iOS: first look
›
Jonathan Hosmer has put together a nice app Python for iOS , bundling a Python interpreter, a basic editor with output window, the document...
Friday, December 09, 2011
Porting to Python 3: What are you waiting for?
›
Lately, there seems to be a lot of posts trying to encourage people to port their apps/libraries/modules to Python 3. I'd like to add m...
4 comments:
Thursday, September 22, 2011
Errors should never pass silently
›
- The Zen of Python Lately, I have been programming a lot in Javascript, and have come to appreciate even more what Tim Peters expressed ...
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:
‹
›
Home
View web version