Functions in JavaScript
3 ways to create functions in JavaScript
Functions in JavaScript Read More »
3 ways to create functions in JavaScript
Functions in JavaScript Read More »
In August 2019 I attended PyCon Africa in Ghana. I enjoyed the conference a lot because I got to meet
PyCon Africa Recap Read More »
This is a short article about how to get a password from the terminal without echoing it back to the user as they type.
Python: Get password from terminal without echoing Read More »
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.
Working with the requests library Read More »
An interview with Ewa Jodlowska, Executive Director of the Python Software Foundation. We talk about the PSF, insights from the Python Developer Survey and more.
Interview With Ewa Jodlowska, PSF Executive Director Read More »
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.
Custom template tags in Django Read More »
Thursday August 9 2019 was the second day of PyCon Africa in Accra. About 17 talks were delivered, including two
PyCon Africa Day 1 Read More »
This article covers 6 common methods found in the Django Database API for creating, retrieving, and updating records.
Creating and updating records using Django’s database API. Read More »
A useful built in function in Python is hasattr(). This function is used to test if an object has some
Python hasattr() Function Read More »