Tag: python
My first programming language. Amazing for scripting, data wrangling and web scraping.
-
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.
-
Colouring arbitrary shell output
Color shell output with python-pygments.