Jul 24, 2015 load postgres psycopg python query xml Add XML to PostgreSQL from Python One of the projects I worked on was to import a large number of XML files in a PostgreSQL database (as XML files). I chose
Apr 3, 2015 algorithm cypher python rot Rot Algorithm in Python A while ago I wanted to send a bunch of emails to building companies in order to get some quotes and/or information. Unfortunately, the
Feb 4, 2015 class css django python Python classes to generate CSS A while ago I got fed up with CSS and its cumbersomeness. As my poison of choice is python, I was thinking it would be
Oct 9, 2014 d-bus dbus gtk linux python D-BUS: DBUS and Mad scientists... - 2004 Style TL;DR: This post is about an experience I had in 2004 and it’s part of my consolidating technical posts I wrote in time.
Aug 1, 2014 basic game guess number python school tutorial Python Tutorial - Guess a Number Game A while ago I had a problem to solve: Write a program to guess a number between 1 and 1,000,000 in python. This