Programming

Django Admin: Creating a csv uploader to seed the database

Introduction Sometimes, when building a Django application, we come across interesting data we want to use in our project. However, this data is not always available in a nice format such as an API or SQL file.

Continue reading

Python threads: Building a link validation tool

Introduction Let’s say our website has gotten kind of big! The amount of links has increased substantially, and as we all know dead links are bad! It is now becoming increasingly tedious to check links manually.

Continue reading