Topics: a series of projects. A website using a simple web framework. Documentation websites using static site generators. A command-line game and an application to be downloaded and installed.
Code: Python / Tool: Text Editors
A website using a simple web framework.
OBSOLETE.
‘Starship Survivor’ is an interactive story coded in Python, HTML and CSS.

Documentation sites using a static site generator.
OBSOLETE.
These documentation sites are generated with MkDocs, a Python static website generator, and hosted on GitHub:

A command-line game.
OBSOLETE.
This is the prototype preceeding ‘Starship Survivor’.

A command-line diary or log book.
OBSOLETE.
This is a proof-of-concept. From a menu, we can enter text and number. We save each entry in a SQLite database. The database is related to the Python script via an Object Relational Mapper (ORM). We can search the database, retrieve the entries, and delete them. The code was then compiled (‘frozen’) with pyInstaller. Download the executable file. Launch it. You can simply delete file.
