Python Extras
15 Functions you should Know to Master Lists in Python
3 weeks ago
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…
How to Draw Flower in Python Turtle
3 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…
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…
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…
FREE Python Course! By Google +Free Certificate.
February 5, 2022
FREE Python Course! By Google +Free Certificate.
In this article, I want to share with you exactly what you will be able to learn from this Professional Certificate…
Create dashboard with cards and KPIs indicators in plotly dash
December 22, 2021
Create dashboard with cards and KPIs indicators in plotly dash
Creating a KPI dashboard is an iterative process that requires a bit of thought. It’s one thing to know you…