Python – Vuyisile Ndlovu

Vuyisile Ndlovu

Primary Menu

  • Home
  • Articles
  • Projects
  • Contact Me
Search

Category: Python

User authentication in Django

The Django auth app makes authenticating users easy to do. Learn how to enable log in and logout functionality to a Django site.

Continue reading “User authentication in Django”…
Posted on: 9 Dec 2019 Written by: Vuyisile Comments: Comments: 0

PyCon Africa Recap

In August 2019 I attended PyCon Africa in Ghana. I enjoyed the…

Continue reading “PyCon Africa Recap”…
Posted on: 29 Nov 2019 Written by: Vuyisile Comments: Comments: 0

Python: Get password from terminal without echoing

This is a short article about how to get a password from the terminal without echoing it back to the user as they type.

Continue reading “Python: Get password from terminal without echoing”…
Posted on: 25 Nov 2019 Written by: Vuyisile Comments: Comments: 0

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.

Continue reading “Working with the requests library”…
Posted on: 20 Nov 2019 Written by: Vuyisile Comments: Comments: 0
Ewa Jodlowska, Python Software Foundation Executive Director

Interview With Ewa Jodlowska, PSF Executive Director

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.

Continue reading “Interview With Ewa Jodlowska, PSF Executive Director”…
Posted on: 30 Oct 2019 Written by: Vuyisile Comments: Comments: 2
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.

Continue reading “Custom template tags in Django”…
Posted on: 28 Aug 2019 Written by: Vuyisile Comments: Comments: 0

PyCon Africa Day 1

Thursday August 9 2019 was the second day of PyCon Africa in…

Continue reading “PyCon Africa Day 1”…
Posted on: 9 Aug 2019 Written by: Vuyisile Comments: Comments: 0

Creating and updating records using Django’s database API.

This article covers 6 common methods found in the Django Database API for creating, retrieving, and updating records.

Continue reading “Creating and updating records using Django’s database API.”…
Posted on: 31 Jul 2019 Written by: Vuyisile Comments: Comments: 0

Python hasattr() Function

A useful built in function in Python is hasattr(). This function is…

Continue reading “Python hasattr() Function”…
Posted on: 22 Jul 2019 Written by: Vuyisile Comments: Comments: 0

Django static page

In this article you’ll learn how to create a Django website with a static page using Function Based Views and Class Based Views.

Continue reading “Django static page”…
Posted on: 8 Jul 2019 Written by: Vuyisile Comments: Comments: 0

Posts Navigation

1 2 3 … 6 Next page »

Footer sidebar

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,265 other subscribers.

Social

  • View terrameijar’s profile on Twitter
  • View vuyisile-ndlovu-080b3891’s profile on LinkedIn
  • View terrameijar’s profile on GitHub
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
© 2019 Vuyisile Ndlovu | | Back to top ↑