Python Extras
Python Developer Roadmap | Master Python by Following This Roadmap
3 weeks ago
Python Developer Roadmap | Master Python by Following This Roadmap
Roadmap to becoming a Python developer in 2022-2023: Below you can find a chart demonstrating the paths that you can take and…
15 Functions you should Know to Master Lists in Python
July 28, 2023
15 Functions you should Know to Master Lists in Python
Introduction In Python, you’ll be able to use a list function that creates a group that will be manipulated for…
Face login system using python
May 21, 2023
Face login system using python
n this article, a fairly simple way is mentioned to implement facial recognition system using Python and OpenCV module along…
Data Science: Python Basics Cheat Sheet
May 21, 2023
Data Science: Python Basics Cheat Sheet
Python Basics Cheat Sheet Python is one of the most popular data science tool due to its low and gradual…
How to Draw Flower in Python Turtle
July 25, 2022
How to Draw Flower in Python Turtle
We are building a project in which we will learn How to draw a flower with the help of a Python turtle. In…
Password Authentication using Python
July 11, 2022
Password Authentication using Python
Password Authentication using Python To create a password authentication system using Python you have to follow the steps mentioned below:…
WhatsApp Automation in Python
March 29, 2022
WhatsApp Automation in Python
Have you ever wished to automatically wish your friends on their birthdays, or send a set of messages to your…
URL Shortener in Python – A Beginner’s Guide
March 29, 2022
URL Shortener in Python – A Beginner’s Guide
Want to create a URL Shortener in Python? Look no further. Navigating and sharing long URLs is a pain. The…
YouTube Downloader With Python & Pytube
March 22, 2022
YouTube Downloader With Python & Pytube
In this Python project, we will build a GUI-based YouTube Video Downloader using the Tkinter and pytube modules of Python.…
Introduction to Data Types in Python
March 20, 2022
Introduction to Data Types in Python
Every value in Python has a datatype. Since everything is an object in Python programming, data types are actually classes…