Week 4 — Plans for query support

One big feature that is still missing is querying the database, i.e. reading from the databaase by sending queries. In this post, I will share my ideas and plans to implement this feature.

Read more…

Week 2 — Database Entries

The class DatabaseEntry is the main table in the database. Each instance of it is an entry in the database and contains all relevant information in its attributes.

Read more…

Week 1 — The Database class

The class Database is the central element of the project I am working on. It is responsible for connecting to the database, manipulation entries and reading from it.

Read more…

Implementing an undo-redo-manager in Python

This post explains one way of implementing a class that is able to undo and redo each called command. The explained technique will be used in my GSOC project, but I will describe it here in a general way so that it can be adapted to your needs.

Read more…

« Page 2 / 2