Archive for the 'Uncategorized' Category

Elegant XML parsing using the ElementTree Module

Wednesday, May 7th, 2008

Share
Mark Mruss
Note: This article was first published the October 2007 issue of Python Magazine
XML is everywhere. It seems you can’t do much these days unless you utilize XML in one way or another. Fortunately, Python developers have a new tool in our standard arsenal: the ElementTree module. This article aims to introduce you to [...]

Level Editor 0.2

Tuesday, April 1st, 2008

Share
So I had some free time since I last posted so I hacked a little bit more into my simple game editor. I’ve a few things in there that I wanted to get in:

A grid
A paint mode to easily add sprites
An erase mode so that sprites can be removed
Fully (or so it seems) working property [...]

Pyglet Level Editor

Saturday, March 22nd, 2008

Share
Hey Everyone,
Sorry I’ve been away for a bit, work and trips and writing for Python Magazine had me pretty busy and I wasn’t able to reply to everyone’s comments on the simple Python game engine. I really do appreciate the comments though so please keep them coming.
I have been thinking about the simple game engine [...]

I’m still here

Thursday, January 24th, 2008

Share
No I’m not dead…even after the recent car accident….I’ve just been busy. Busy writing for columns for the monthly Python Magazine. But that does not mean that his blog is dead! In fact I’ve been spending the last hour looking around the web for something new and cool in the world of Python.
I’m looking for [...]

Creating a game with PyGlet and Python

Saturday, November 10th, 2007

Share
For this tutorial I’m going to take a look at PyGlet: “a cross-platform windowing and multimedia library for Python.” The reason that I decided to take a look at PyGlet is because it is an alternative to PyGame in the Python gaming world and: “No external dependencies or installation requirements. For most application and game [...]

Python 3000 Status Update from Guido

Thursday, July 5th, 2007

Share
I just stumbled on this and I thought I’d pass it onto my fellow python programmers, it’s a python 3000 status update from Guido van Rossum.
Personally I’m looking forward to Python 3.0, I don’t know if I’ll like the break in backwards compatibility but a lot of the changes seem great.
Making the print statement a [...]

New Comment Moderation

Friday, May 4th, 2007

Share
Hey everyone, I’ve been getting hit with a bunch of spam comments over the last few days so I’ve made it so that all comments must be moderated before they will appear.
Sorry about this, I don’t like this form of comment posting, but hopefully after a few days I will be able to switch it [...]

Welcome Back!

Saturday, January 7th, 2006

Share
Hello everyone! This is just a short post to let you all know that I have returned from my holidays eager to start learning Python. My holidays were busy and fun but now that they are done I feel rejuvenated in my quest to learn another programming language.
Also, just to let you know, [...]

Happy Holidays

Sunday, December 18th, 2005

Share
Happy Holidays everyone! Not much will be happening with this site over the next few weeks (not like much has been happening the past few) due to the busy holiday season.
I plan on updating this site on a regular basis in the new year. See you then!