PyCon Africa Recap

In August 2019 I attended PyCon Africa in Ghana. I enjoyed the conference a lot because I got to meet many people I had only seen online. I wrote a re-cap article on Real Python about the conference and some of the talks I attended. You can read the article on Real Python.

Working with the requests library

The requests library is one of the most popular Python libraries available. In this article, you’ll learn how to use requests to fetch resources from the web and also to interact with websites.

Django logo

Custom template tags in Django

Learn how you can extend the Django template engine by defining custom template tags using Python, and then make them available to your templates using the {% load %} tag.