PYTHON FLASK AUTHENTICATION WITH MYSQL DATABASE
https://medium.com/@arieljumba/python-flask-framework-with-mysql-database-50f3ce320bd7
https://medium.com/@arieljumba/python-flask-framework-with-mysql-database-50f3ce320bd7
Medium
PYTHON FLASK AUTHENTICATION WITH MYSQL DATABASE
flask MySQL
Sending WhatsApp Messages Instantly with Python and pywhatkit
https://medium.com/@rrsahani21/sending-whatsapp-messages-instantly-with-python-and-pywhatkit-2a45290877a
https://medium.com/@rrsahani21/sending-whatsapp-messages-instantly-with-python-and-pywhatkit-2a45290877a
Medium
Sending WhatsApp Messages Instantly with Python and pywhatkit
WhatsApp has become an essential communication tool for billions of people worldwide. Wouldn’t it be cool if you could automate sending…
Learn Pandas method chaining in 2 minutes!
https://medium.com/@istvngbornagy/learn-pandas-method-chaining-in-2-minutes-32abaf033067
https://medium.com/@istvngbornagy/learn-pandas-method-chaining-in-2-minutes-32abaf033067
Medium
Learn Pandas method chaining in 2 minutes!
It is probably a familiar situation when you need to apply multiple operations to a dataframe or series to reach the outcome you need…
What is Method Overloading in Python — Presented By ExplorArc
https://medium.com/@explorarc.official/what-is-method-overloading-in-python-presented-by-explorarc-cfa99af99730
https://medium.com/@explorarc.official/what-is-method-overloading-in-python-presented-by-explorarc-cfa99af99730
Medium
What is Method Overloading in Python — Presented By ExplorArc
In the world of programming, method overloading is a powerful technique that allows developers to define multiple methods with the same…
What is Abstraction in Python — Presented by ExplorArc
https://medium.com/@explorarc.official/what-is-abstraction-in-python-presented-by-explorarc-5682faba8afa
https://medium.com/@explorarc.official/what-is-abstraction-in-python-presented-by-explorarc-5682faba8afa
Medium
What is Abstraction in Python — Presented by ExplorArc
In the realm of software development, abstraction plays a pivotal role in managing complexity and improving code readability. Python…
What is Inheritance in Python — Presented by ExplorArc
https://medium.com/@explorarc.official/what-is-inheritance-in-python-presented-by-explorarc-886926bb7144
https://medium.com/@explorarc.official/what-is-inheritance-in-python-presented-by-explorarc-886926bb7144
Medium
What is Inheritance in Python — Presented by ExplorArc
In the world of object-oriented programming (OOP), inheritance stands tall as a pillar of code reusability and organization. Python, a…
What is Encapsulation in Python — presented by ExplorArc
https://medium.com/@explorarc.official/what-is-encapsulation-in-python-presented-by-explorarc-d18d3629123f
https://medium.com/@explorarc.official/what-is-encapsulation-in-python-presented-by-explorarc-d18d3629123f
Medium
What is Encapsulation in Python — presented by ExplorArc
In the world of programming, encapsulation is a powerful concept that enables developers to create robust and secure applications. Python…
Scapy: Your Ultimate Guide to Network Manipulation in Python
https://medium.com/@alains/scapy-your-ultimate-guide-to-network-manipulation-in-python-6d3ba0564dee
https://medium.com/@alains/scapy-your-ultimate-guide-to-network-manipulation-in-python-6d3ba0564dee
Medium
Scapy: Your Ultimate Guide to Network Manipulation in Python
Scapy is a powerful interactive packet manipulation program and library for Python. It allows you to forge, send, decode, capture, and…
Python-Based Analysis of Strava Running Activity Data
https://medium.com/@miraclezvirikuzhe/python-based-analysis-of-strava-running-activity-data-1e4c031b98a0
https://medium.com/@miraclezvirikuzhe/python-based-analysis-of-strava-running-activity-data-1e4c031b98a0
Medium
Python-Based Analysis of Strava Running Activity Data
In 2020, I joined Strava as a source of motivation for my newly started running journey. Seeing other people’s exercise activities on the…
5 Exciting Python Beginner Project Ideas to Boost Your Coding Journey
https://medium.com/@pasinduanuhas/5-exciting-python-beginner-project-ideas-to-boost-your-coding-journey-a7171684406b
https://medium.com/@pasinduanuhas/5-exciting-python-beginner-project-ideas-to-boost-your-coding-journey-a7171684406b
Medium
5 Exciting Python Beginner Project Ideas to Boost Your Coding Journey
Python is an excellent programming language for beginners due to its user-friendly syntax and extensive libraries. As a beginner, embarking…
10 Python Automation Scripts for Daily Problems
https://python.plainenglish.io/10-python-automation-scripts-for-daily-problems-68991d28f490
https://python.plainenglish.io/10-python-automation-scripts-for-daily-problems-68991d28f490
Medium
10 Python Automation Scripts for Daily Problems
A handy script for automating your daily tasks.
Datapane Unleashed: Building Stunning Data Reports in Python
https://medium.com/@alains/datapane-unleashed-building-stunning-data-reports-in-python-6b5d8470ab33
https://medium.com/@alains/datapane-unleashed-building-stunning-data-reports-in-python-6b5d8470ab33
Medium
Datapane Unleashed: Building Stunning Data Reports in Python
Datapane is an open-source Python library that makes it easy to turn any Python script or Jupyter notebook into an interactive web app…
How to Extract Text from Any PDF and Image for Large Language Model
https://towardsdatascience.com/how-to-extract-text-from-any-pdf-and-image-for-large-language-model-2d17f02875e6
https://towardsdatascience.com/how-to-extract-text-from-any-pdf-and-image-for-large-language-model-2d17f02875e6
Towards Data Science
How to Extract Text from Any PDF and Image for Large Language Model | Towards Data Science
Use these text extraction techniques to get quality data for your LLM models
Asyncio: A Practical Guide to Seven Essential Functions
https://fionamuthoni18.medium.com/asyncio-a-practical-guide-to-seven-essential-functions-647a0b9ff9ae
https://fionamuthoni18.medium.com/asyncio-a-practical-guide-to-seven-essential-functions-647a0b9ff9ae
Medium
Asyncio: A Practical Guide to Seven Essential Functions
As the popularity of Asyncio continues to soar, it’s natural for developers to feel intimidated by its official documentation, which often…
Data visualization — Advanced bar charts in Python
https://medium.com/@zyzang426/1-background-4b70ceb1b9d7
https://medium.com/@zyzang426/1-background-4b70ceb1b9d7
Medium
Data visualization — Advanced bar charts in Python
1、Background