Tricks to Mastering Data Cleaning and Preprocessing
https://python.plainenglish.io/tricks-to-mastering-data-cleaning-and-preprocessing-84bbe4079dd2
https://python.plainenglish.io/tricks-to-mastering-data-cleaning-and-preprocessing-84bbe4079dd2
Medium
Tricks to Mastering Data Cleaning and Preprocessing
Methods and Examples
Unveiling the Relative Age Effect in Football: A Data Analysis of UEFA Champions League Players…
https://medium.com/@philipp.alsleben/unveiling-the-relative-age-effect-in-football-a-data-analysis-of-uefa-champions-league-players-7c4dec8a2bbd
https://medium.com/@philipp.alsleben/unveiling-the-relative-age-effect-in-football-a-data-analysis-of-uefa-champions-league-players-7c4dec8a2bbd
Medium
Unveiling the Relative Age Effect in Football: A Data Analysis of UEFA Champions League Players…
Football is one of the most popular and widely followed sports worldwide. The UEFA Champions League, as one of the most prestigious club…
Running: Everything You Need to Know to Get Started and Improve;-
https://hirareem0.medium.com/running-everything-you-need-to-know-to-get-started-and-improve-85b9694b0a37
https://hirareem0.medium.com/running-everything-you-need-to-know-to-get-started-and-improve-85b9694b0a37
Medium
Running: Everything You Need to Know to Get Started and Improve;-
The Ultimate Running Guide
Run Better: Everything You Need to Know
Run Better: Everything You Need to Know
A Simple Expression — Python Coding Made Easy
https://medium.com/python-mastery-101/a-simple-expression-python-coding-made-easy-3824d8685ec5
https://medium.com/python-mastery-101/a-simple-expression-python-coding-made-easy-3824d8685ec5
Medium
A Simple Expression — Python Coding Made Easy
Problem
Python App to scrap data from Google Maps
https://medium.com/@saadkhan6031/python-app-to-scrap-data-from-google-maps-8d0c559e7311
https://medium.com/@saadkhan6031/python-app-to-scrap-data-from-google-maps-8d0c559e7311
Medium
Python App to scrap data from Google Maps
In this article, I’ll share how I created a Google Maps scraping application for my client. The best part is that you can use it for web…
Python Comprehensions: A Guide to Writing Clean and Efficient Code
https://olegdavimuka.medium.com/python-comprehensions-a-guide-to-writing-clean-and-efficient-code-99f1f568abff
https://olegdavimuka.medium.com/python-comprehensions-a-guide-to-writing-clean-and-efficient-code-99f1f568abff
Medium
Python Comprehensions: A Guide to Writing Clean and Efficient Code
Learn about comprehensions and how they help you write clean and efficient code. Explore use cases, and comparisons with traditional…
Class and Object in Python: Climate Change Analysis
https://medium.com/@nohanabil/class-and-object-in-python-climate-change-analysis-b2ae5ea65fa8
https://medium.com/@nohanabil/class-and-object-in-python-climate-change-analysis-b2ae5ea65fa8
Medium
Class and Object in Python: Climate Change Analysis
Python, a versatile and powerful programming language, empowers developers to model real-world scenarios effectively using object-oriented…
Creating Your First Smart Contract for a Rock-Paper-Scissors Game on Ethereum
https://medium.com/@soukaina./creating-your-first-smart-contract-for-a-rock-paper-scissors-game-on-ethereum-cadf8bb93b21
https://medium.com/@soukaina./creating-your-first-smart-contract-for-a-rock-paper-scissors-game-on-ethereum-cadf8bb93b21
Medium
Creating Your First Smart Contract for a Rock-Paper-Scissors Game on Ethereum
Blockchain technology has opened up a world of opportunities, including the creation of decentralized applications (dApps) and smart…
Tips for choosing the right outsourcing partner
https://medium.com/@vlad.koval/tips-for-choosing-the-right-outsourcing-partner-43a4f72a7ae0
https://medium.com/@vlad.koval/tips-for-choosing-the-right-outsourcing-partner-43a4f72a7ae0
Medium
Tips for choosing the right outsourcing partner
So you’ve decided to outsource. I’ve been there, and I can tell you, it’s not just about cost savings, but about finding the right…
Certificates: why use .key and .cert but short and clear. Example with python
https://medium.com/@burenko_anton/certificates-why-use-key-and-cert-but-short-and-clear-example-with-python-90d2b705ad9d
https://medium.com/@burenko_anton/certificates-why-use-key-and-cert-but-short-and-clear-example-with-python-90d2b705ad9d
Medium
Certificates: why use .key and .cert but short and clear. Example with python
When writing a service to communicate with a server e.g. with REST like this
Finding the Best Month, Week, and Day to Invest with Python and yfinance
https://python.plainenglish.io/finding-the-best-month-week-and-day-to-invest-with-python-and-yfinance-bc983306bb41
https://python.plainenglish.io/finding-the-best-month-week-and-day-to-invest-with-python-and-yfinance-bc983306bb41
Medium
Finding the Best Month, Week, and Day to Invest with Python and yfinance
Harnessing Python 3 and yfinance to Uncover the Best Times to Invest in
Crafting Clear Python Functions: A Guide
https://neverforget-1975.medium.com/crafting-clear-python-functions-a-guide-39b39faf5387
https://neverforget-1975.medium.com/crafting-clear-python-functions-a-guide-39b39faf5387
Medium
Crafting Clear Python Functions: A Guide
In the vast expanse of software development, where languages, frameworks, and tools change at a breakneck pace, one constant remains: the…
The Coolest Deep Learning Library in 2023
https://medium.com/modern-ai/the-coolest-deep-learning-library-in-2023-40af04714d31
https://medium.com/modern-ai/the-coolest-deep-learning-library-in-2023-40af04714d31
Medium
The Coolest Deep Learning Library in 2023
If you are new to deep learning and have some experience with Python, then you should consider starting with the fast.ai library. It is a…
Importing Excel into a PostgreSQL Database with Python
https://python.plainenglish.io/importing-excel-into-a-postgresql-database-with-python-db02b75a90bc
https://python.plainenglish.io/importing-excel-into-a-postgresql-database-with-python-db02b75a90bc
Medium
Importing Excel into a PostgreSQL Database with Python
The openpyxl and psycopg2 Python libraries can be used together to effectively handle the transfer of data from a tabular format in Excel…
How to Understand the level of cost (moving average) for each holding of ETF - XLP?
https://imudatascience.medium.com/how-to-understand-the-level-of-cost-moving-average-for-each-holding-of-etf-xlp-5c8af10f5e04
https://imudatascience.medium.com/how-to-understand-the-level-of-cost-moving-average-for-each-holding-of-etf-xlp-5c8af10f5e04
Medium
How to Understand the level of cost (moving average) for each holding of ETF - XLP?
Previously on How to Understand the level of cost (moving average) for each holding of ETF-QQQ? we built a function to pull different…