Sophia Iroegbu
Tekie's Corner

Tekie's Corner

Follow
Follow
homePython WeeklySQL TipsFreecodeCampAbout Mebadgesnewsletter
Series

Python Weekly

Python Weekly is an article series weekly update of everything I will learn on Python ranging from DS, AI, ML, Django, Flask, GUI, etc.

Articles in this series

Creating Your First Django Http Response Apiviews

Sep 21, 20213 min read333 views

#1 Python Weekly 路 Hello There! 馃寛 Today on Python Weekly, we would be creating a REST API using Django for a book E-store project. I believe you have a...

Creating Your First Django Http Response Apiviews

How To Create Whatsapp Bot Using Pywhatkit

Sep 30, 20213 min read1.8K views

#2 Python Weekly 路 Hello there! Today on Python weekly, We will be creating Whatsapp bot using pywhatkit. A Little About PyWhatKit Before we start, let...

How To Create Whatsapp Bot Using Pywhatkit

Turn Your Pdf Into An Audiobook Using Python

Oct 2, 20214 min read447 views

#3 Python Weekly 路 Hello there! 馃憢 In this article, I will teach you how to turn your PDF note into an audiobook with just a few lines of python code....

Turn Your Pdf Into An Audiobook Using Python

The Easist Way To Create Your Secret Key In Three Simple Steps

Oct 17, 20212 min read995 views

#4 Python Weekly 路 Hello there! 馃憢 In this article, you will be learning how to generate your secret key for your python projects. This is a guide for...

The Easist Way To Create Your Secret Key In Three Simple Steps

How To Create A Custom Token Auth Using Python

Nov 16, 20213 min read582 views

#5 Python Weekly 路 Hello there 馃憢, Today I am going to talk about a recent feature I struggled to implement on Django Rest Framework ( DRF). I aimed to...

How To Create A Custom Token Auth Using Python