Categories
- Actionscript (25)
- Android (6)
- Audio (22)
- Cinder (8)
- Coding (1)
- General (10)
- Java (3)
- Kinect (1)
- Processing (1)
- Python (6)
- Visualizations (13)
Tag Archives: Python
Planet Data Generated With Beautiful Soup
An experiment using Python & BeautifulSoup to scrape planetary data from html tables on the web Continue reading
Posted in Python, Visualizations
Tagged BeautifulSoup, data, html, planet data, Python, xml
Leave a comment
makemachine Turns One Year Old!
One year ago today, I started this blog Continue reading
Posted in Actionscript, Android, Audio, Cinder, General, Java, Python, Visualizations
Tagged as3, c++, Flash, Java, openGL, Python
2 Comments
A* ( star ) Maze Solver
A look at my first round of experimentation with the A* search algorithm written in Python Continue reading
Grids With Python & Pyglet
Sneak peak at a grid based A* (star) search algorithm implementation with Python and pyglet Continue reading