By John Bubriski on June 9, 2010
So I’ve updated the script to add some useful features. Historical Data Now I attach a date field (and new primary key) to each row in each data dump so the data doesn’t get overridden each day. This way the data is tracked over time and we will be able run reports that show the [...]
Posted in Programming | Tagged Historical Data, Learning Python 3, SQLite Development, Travian Add On Project, Using PyGame |
By John Bubriski on June 2, 2010
**UPDATE** Oops, forgot to add a sample image of what the script generates. Added it now! Background In the last post I showed you how you could get the Travian game data, load it into SQLite, and then run some simple queries. Now, I will show you how to take that one step further and [...]
Posted in Programming | Tagged BMP, Images, JPEG, Learning Python 3, PNG, Python Imaging Library, SQLite Development, TGA, Travian Add On Project, Using PyGame, Web Development with Firefox |
By John Bubriski on June 1, 2010
**Update** If there was actually out there who read this and tried the code, it may not have worked properly with Python 3. I’ve updated the code against my installation of 3.12 and now it should be working fine. Somehow, I had an older version of Python installed that was running the code! Sorry about [...]
Posted in Programming | Tagged Learning Python 3, SQLite Development, The Quick Python Book, Travian Add On Project |