Dealing with the Type Error: ObjectId(”) is not JSON serializable error when working with MongoDB
Learn how to serialize MongoDB ObjectId data types in Python.
Learn how to serialize MongoDB ObjectId data types in Python.
How to add CORS headers to a Django Application
How to add CORS Headers to Django responses Read More »
We all use PyPI – here’s a way to ensure we always have access.
PyPI In a box: Using a Raspberry Pi as a portable PyPI server Read More »
Summary of the recent Python Bulawayo Meetup
Bulawayo Python Meetup Read More »
The Django auth app makes authenticating users easy to do. Learn how to enable log in and logout functionality to a Django site.
User authentication in Django 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 »