Pages

Categories

Category: programming

CSV – SQLite Extraction and Conversion

This is a follow-up post from Parsing CSV (siː ɛs viː) to show examples on how to write data with python into a CSV formatted file. There will be some references made to the previous post, so be sure to take a glance there first. Python and its CSV...

XNA Game Dev Blog #1

I started playing with XNA today. After looking at the layout of how the XNA framework works I decided to give a shot at making a small game using it. That game being a simple space ship shooter style game. I started off by drawing some basic sprites, which...