bartleby

July 28th, 2008

One of the things on my mind the last week or so has been: what kind of constructs in Python would allow for easy to use type safety / type checking? Mix a little keyword parameter usage with a little bit of django-y model definitions and the net result is Bartleby.
I expect that the […]

Read the rest of this post...

Time-Sliced Embedded Python

August 21st, 2007

This post assumes you are trying to have your game run python rather than the other way around, and you are looking for something quick and dirty that will get the integration up and running quickly. The two basic options for embedding python go something like this:

Blocking execution: run in one thread, intersperse […]

Read the rest of this post...