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
Least Squares Curve Fitting: Original Data, Fitted Curve, and Residuals
https://medium.com/@arunp77/least-squares-curve-fitting-original-data-fitted-curve-and-residuals-5349f1b1c892
https://medium.com/@arunp77/least-squares-curve-fitting-original-data-fitted-curve-and-residuals-5349f1b1c892
Medium
Least Squares Curve Fitting: Original Data, Fitted Curve, and Residuals
The least squares method is a widely used approach in statistics and numerical analysis to find the best-fitting parameters of a…
“Beyond Assignment: Creative Uses of Underscore (_) in Python”
https://medium.com/@nilamayurosari99/beyond-assignment-creative-uses-of-underscore-in-python-879ec9f099df
https://medium.com/@nilamayurosari99/beyond-assignment-creative-uses-of-underscore-in-python-879ec9f099df
Medium
“Beyond Assignment: Creative Uses of Underscore (_) in Python”
Within the domain of Python programming, experienced programmer are well aware of the versatility and elegance that the underscore (_)…
Simple data scraping with BeautifulSoup
https://medium.com/@oskarpaulsson/simple-data-scraping-with-beautifulsoup-63dd4b719d51
https://medium.com/@oskarpaulsson/simple-data-scraping-with-beautifulsoup-63dd4b719d51
Medium
Simple data scraping with BeautifulSoup
As part of my home grown project data science project of compiling IMF data I’ve found the need to get some ‘metadata’ on countries. I…
Python — The Swiss Army Knife of Programming Languages
https://medium.com/@paharisanjay10/python-the-swiss-army-knife-of-programming-languages-e30efc4d50cd
https://medium.com/@paharisanjay10/python-the-swiss-army-knife-of-programming-languages-e30efc4d50cd
Medium
Python — The Swiss Army Knife of Programming Languages
Buckle up, folks! Python’s in town, and it’s ready to show you some serious coding magic!
Understanding Models in Django
https://medium.com/@sjmwatsefu/understanding-models-in-django-26f56665fa0a
https://medium.com/@sjmwatsefu/understanding-models-in-django-26f56665fa0a
Medium
Understanding Models in Django
What is a model