Python Extras
How to Draw Flower in Python Turtle
2 weeks ago
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…
YouTube Downloader With Python & Pytube
December 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.…
How to Convert PDF to Docx in Python
December 15, 2022
How to Convert PDF to Docx in Python
In this tutorial, we will dive into how we can use the pdf2docx library to convert PDF files into docx extension. The goal…
15 Functions you should Know to Master Lists in Python
July 28, 2022
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…
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…
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…
Most Useful Python Tools
March 18, 2022
Most Useful Python Tools
WEB DEVELOPMENT DjangoBottleCherryPyPyramidTurboGears GAME DEVELOPMENT PygamePygletPyOpenGLArcadePanda3D GUI DEVELOPMENT KivyTkinterWxPythonPyGUIPySide MACHINE LEARNING TensorFlowKerasTheanoScikit-learnPyTorch WEB SCRAPING RequesttsBeautiful SoupSeleniumLxmlScrapy DATASCIENCE PandasNumPySciPyIPythonPlotly IMAGEPROCESSING OpenCVMahotasSimplelTKPillowScikit-image…