Archive for the 'python' Category
Wednesday, May 7th, 2008
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 […]
Popularity: 4%
Posted in Uncategorized, python, tutorial, xml | 3 Comments »
Tuesday, April 1st, 2008
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 […]
Popularity: 5%
Posted in Uncategorized, python, game engine | 10 Comments »
Saturday, March 22nd, 2008
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 […]
Popularity: 7%
Posted in Uncategorized, python, PyGlet, game engine | 4 Comments »
Sunday, February 24th, 2008
After my last post and receiving a few helpful responses I thought I would make a post outlining some of my thoughts and ideas on what I meant and what I envision the game engine would do. Please note that these are simply some more rough ideas and brainstorming, it’s not meant to be exhaustive […]
Popularity: 10%
Posted in python, game engine | 20 Comments »
Thursday, February 21st, 2008
Is there anyone else out there that is looking for this? A simple Python (2D) game engine? I’m not talking about something like PyGame, PyGlet, or Rabbyt, all of which are very good at what they do. What I’m talking about may use these technologies (I’m thinking PyGlet and Rabbyt) but would do so […]
Popularity: 11%
Posted in News, python | 8 Comments »
Wednesday, February 13th, 2008
I’d like to thank everyone that commented on my last post, and everyone that has emailed me ideas. They are all very much appreciated. It’s hard keeping up with everything that is happening in the Python world, and sometimes the coolest things are happening in far off places.
I got a few suggestions for Pycairo, which […]
Popularity: 11%
Posted in News, python | 5 Comments »
Saturday, November 10th, 2007
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 […]
Popularity: 31%
Posted in Uncategorized, python, PyGlet | 15 Comments »
Thursday, October 4th, 2007
The first issue of Python Magazine is finally available and they’ve made it freely available via PDF.
The magazine is quite good and I’m please to announces that I’m writing a monthly column for it entitled “Welcome to Python”. So if any of you are wondering why the posts on this blog have slowed […]
Popularity: 22%
Posted in News, python | 2 Comments »
Sunday, September 23rd, 2007
PyLan Four
Hello welcome to the fourth installment of the PyLan tutorial. This will be a quick tutorial to introduce one feature: context (or popup) menus. I’ve had many questions regarding this so I thought I would take a quick stab at it.
If you want to follow along with the code in detail, and have not […]
Popularity: 28%
Posted in python, tutorial, PyGTK, PyLan | 9 Comments »
Sunday, July 29th, 2007
This tutorial assumes that you have a passing understanding of Silverlight and Microsoft’s .NET technologies. If you do you should have no trouble understanding everything in this code, and chances are you will understand some of it more then I do!
But to start it off here is a little bit of information straight from […]
Popularity: 34%
Posted in python, tutorial, Silverlight | 27 Comments »