RUSSIAN RAILWAY (РЖД) API DOCUMENTATION

In this post I will present an API Documentation of the РЖД I had documented over at Postmans documenter and give an example how Python can be used to query data about Russian Railways.

UNOFFICIAL ABERTAY UNIVERSITY LATEX TEMPLATES

An introduction to a set of LaTeX templates I had created as part of my graduate course at Abertay University.

GENERATING HUGO POSTS FROM AN API USING PYTHON

For my personal side project travelhackingtool.com, which is an aviation database and API, containing thousands of airports, I was looking for an easy way and automated to create Hugo Posts for my airports based on the data of the API. If you are curious which airports are available on the site then feel free to browse this page.

YET ANOTHER AVIATION DATABASE!?

The sooner or later when you start your own flight search, flight scraping or travel hacking project (such as my hidden city search), you’ll realize that you need accurate information about airports, their IATA codes and location. While this might sound like an easy to accomplish task you’ll probably soon enough realize that this can be a true rabbit hole. In this blog post, I’ll show you what the challenges are and how you could overcome them with a free API that I’ve created.

ROTATING FREE ELITE PROXIES FOR WEB SCRAPING IN PYTHON 3 AND AN ALTERNATIVE

I recently started playing around with web scraping for one of my data mining projects. Like most serious web scrapers I wanted to avoid getting blocked by the websites which I wanted to scrape. (Though, I have to admit that I did this only for a learning purpose on a webserver specifically setup up for this task.).

INSTALLING POSTGIS ON UBERSPACE 7

In this tutorial I will show you how those can a PostGIS stack on Uberspace.

REPAIRING A CANON SCANFRONT 220P WITH A DISK BOOT FAILURE

I recently got myself a Canon ScanFront 220p Scanner to empower my efforts to quickly digitalize a huge amount of documents, which I’d carefully accumulated through the past couple of years. While my scanner, which I got for 42 € of eBay Kleinanzeigen was from a technical point in great conditions, I know it had one “minor” software issue: It wouldn’t boot.

POWERSHELL SCRIPT FOR COUNTING ELEMENTS IN A PST FILE

PowerCountPST is a PowerShell Script lets you count the number of elements found in an Outlook PST file.

FINDING HIDDEN CITY FLIGHTS USING NEO4J & PYTHON 🐍 PART #3

In this post, I’ll introduce you to hidden city ticketing using Python.

FINDING MULTI-STOP FLIGHTS USING NEO4J & PYTHON 🐍 PART #2

In this blog-post, I’d like to give you a first introduction on how we can search for flights using Python and the Kiwi API. Excited? Let’s get started💻🖱️.