A flash game portal with python
Some month ago i wrote about the mochiads api and introduced my python mochi lib for working with some aspects of the moch ads api. I did also mention i was writing something, and tada was a game portal for ...
SVG Sierpinski Carpet Generator
By: Kerim in natural | pysvg | python
Coded as described in the Construction section (square based part) in Wikipedia. SVG export requires pySVG.
#!/usr/bin/env python # -*- coding: utf-8 -*- """ License: Copyright (c) 2007-2010 Kerim Mansour All rights reserved. Redistribution and use in source and binary forms, with ...
Free books on Python programming
By: Kerim in python | resource tip
Occationally Stumple Upon gives me nice pages that i didn't know anything about before.
By chance i was sent to this site which contains (amongst others) free python books.
It's generally a good link list to all kinds ...
Fun with colors or making art with python
By: Jens in python
Some time ago while going to work one of those silly ideas sneaked into my mind. I started wondering how it would look like if i take a picture, grayscale it and replace ranges of gray with a color. I ...
List of 2D Map Editors
By: Jens in game development | python
From time to time i stumble across map editors for 2D games, sometimes useable, sometimes just demos and of course the occasional jewel. I finally decided to maintain a list post of my findings.
- GLEED2D Non tilebased map editor; Win ...
Using Mochi API with python
By: Jens in python
For a new project of mine i needed to get the game data from mochimedia. As they provide an useful api i searched for an existing and easy to use solution, but besides django-arcade, a full arcade site, i didn ...


