2D Game Engines for Python

by By: Jens in game development | pygame | python

Update: I posted a more extended list of python game and rendering engines.

I was searching for infos on how to do 2D game stuff with python and decided to blog about what i found so far. Maybe it's ...

wysiwyg - markdown editor

by By: Kerim in python | tools

Ever since Azarai switched to Django and Markdown i spent too much time trying to make a blog entry look nice. I don't know why but id definetly is too much for me type in some syntax, save and ...

Creating SVG with python

by By: Kerim in pysvg | python

pySVG is a pure Python library to create SVG documents. I originally created it to have a generic graphics format supported in my (still unfinished) natural library.

I just made a small release (0.1.0) for the public. Feel ...

Consolidating files through recursive copy

by By: Kerim in python

Since I started on a proposal for a new customer it really has been one of the most annoying tasks to keep up with his documents. Every week there are around 200 MB to 1 GB of files and although ...

MCTU - Testing (TFT)-Monitors for defect (sub)pixels

by By: Kerim in python

Topic: Using python to determine (sub-)pixel errors in TFT monitors.

Buying tft monitors can be a very frustrating task. Most products adhere to the so called "class II". There is a specification (ISO 13406-2) which tells us the amount ...

Website Builder : The Beginning

by By: Jens in python | tools

Some time ago i started thinking of building a better tools page for Imago. One of my requirements was that it had to be a plain static xhtml site, no dynamic generation on request. It's the most frequented page ...

Matrix aka Gyounen updated

by By: Kerim in python

Gyonen aka Matrix got a small update here.

New :

Now encoding is per default in utf8 so some problems during saving should be gone now. Tested it shortly using japanese, english, german and arabic. Mind that writing is still from ...

Lindenmayer Systems using Python

by By: Kerim in natural | python

A few days ago i posted some code to create screens with stars and galaxies. Today i introduce a new part usable for creating Lindenmayer Systems.

Here the rendering of a penrose tiling using my module:


Just a short introduction ...

Starfields and Galaxies with Python

by By: Kerim in natural | pygame | python | tutorial

A long time ago i spend a lot of my resources programming fractals and "natural" phenomenons. Since my last adventure with pygame i was playing around with the idea of implementing some algorithms of old times in python anew and ...

ImageResize on the web using cherrypy

by By: Kerim in python

The idea:
A simple webbased application that will resize any image of yours immediately and give it back to you.

The goal is to have a simple form that will ask for a file to upload, the new size and ...