0

Processing with Jython and Eclipse

Instructions for setting up a Processing with Jython development environment from scratch

goto →
0

Planet Data Generated With Beautiful Soup

An experiment using Python & BeautifulSoup to scrape planetary data from html tables on the web

goto →
2

makemachine Turns One Year Old!

One year ago today, I started this blog

goto →
1

Python Event Dispatcher

While on the plane from New Jersey to Hamburg I had a nice block of time to write a simple event dispatcher for Python

goto →
0

A* ( star ) Maze Solver

A look at my first round of experimentation with the A* search algorithm written in Python

goto →
0

Grids With Python & Pyglet

Sneak peak at a grid based A* (star) search algorithm implementation with Python and pyglet

goto →