some random musings (part 2)


what now? currently my task at work is to populate the database with flood maps of places all over the country. for those who are into programming, the task involves parsing a KML file, creating objects from it, then saving it to the database. i already got a script for it, the only thing is, … Continue reading some random musings (part 2)

rendering background image using PyGame in Python 2.7


Update 21 Aug 2020: Fixed linked to sour code. it has been quite a while since i last posted anything regarding my endeavors in game programming. the past weeks have been quite busy for i was working on the backend of another mobile application. anyway, i was able to continue studying python this weekend and … Continue reading rendering background image using PyGame in Python 2.7

Metro Manila Flood App (MMFA)


a good news came today. after months of training, the team finally got to upload its first app in the app store. i was not part of its development but i'm breaking the news just the same because i'm proud of our three people working on iOS, namely Elbert Yagaya, Lei Montas, and Pope Abella. … Continue reading Metro Manila Flood App (MMFA)

Simple Sprite Animation in Python 2.7


the codes for this simple animation can be downloaded here. last time i posted my sample of the snake game written in Python 2.7 using PyGame. like what i already said it was supposed to be a part of my self training on python game programming and it went pretty well. i have one comment … Continue reading Simple Sprite Animation in Python 2.7