Tag: python
My first programming language. Amazing for scripting, data wrangling and web scraping.
-
Building a Movie Catalog with Obsidian: Part 1
Obsidian is a great tool for note taking but an even better one for cataloging different forms of data. In this article, I'll describe how I use it to track movies.
-
Extracting Structured Data from PDF Files
In this article I will go over the details of a recent project involving extracting data from a PDF Swahili-English dictionary.
-
Using A* and Python to Solve a Puzzle
In this article we'll be trying to solve the puzzle game flood using Python. The game is played on a grid of cells that can be of any fixed number of colors.
-
Querying Pacman with Datalog
Using Datalog to query pacman dependencies.