Analysis on the various sources of drinking water in Nigeria using Python.
https://medium.com/@TheBlueZayn/analysis-on-the-various-sources-of-drinking-water-in-nigeria-using-python-140edc8f7cfe
https://medium.com/@TheBlueZayn/analysis-on-the-various-sources-of-drinking-water-in-nigeria-using-python-140edc8f7cfe
Medium
Analysis on the various sources of drinking water in Nigeria using Python.
Contaminated water and poor sanitation are linked to transmission of diseases such as cholera, diarrhoea, dysentery, hepatitis A, typhoid…
Data scraping with Python tutorial on real estate website
https://medium.com/@briyansaputro30/data-scraping-with-python-tutorial-on-real-estate-website-1867f7216fbf
https://medium.com/@briyansaputro30/data-scraping-with-python-tutorial-on-real-estate-website-1867f7216fbf
Medium
Data scraping with Python tutorial on real estate website
Data scraping is usually used when we need data for something. Where this data can usually be found on various websites. Such as e-commerce…
Is the life quality of a country reflected on Twitter?
https://medium.com/@iordan.alexandru97/is-the-life-quality-of-a-country-reflected-on-twitter-4f2dd23f18c0
https://medium.com/@iordan.alexandru97/is-the-life-quality-of-a-country-reflected-on-twitter-4f2dd23f18c0
Medium
Is the life quality of a country reflected on Twitter?
Motivation
CoinGecko Historical Prices (API)
https://medium.com/@protocolwrap/coingecko-historical-prices-api-f17d55987bfc
https://medium.com/@protocolwrap/coingecko-historical-prices-api-f17d55987bfc
Medium
CoinGecko Historical Prices (API)
Coingecko API: Python
An Introduction to Organizational Network Analysis
https://towardsdatascience.com/an-introduction-to-organizational-network-analysis-cfa91a0e2fda
https://towardsdatascience.com/an-introduction-to-organizational-network-analysis-cfa91a0e2fda
Medium
An Introduction to Organizational Network Analysis
Use graph theory to improve employee engagement and communication through influencers and key actors detection
Create Mini Project Using Pandas — The Financial Information Grabber
https://medium.com/data-folks-indonesia/create-mini-project-using-pandas-the-financial-information-grabber-d22fdbd18b5d
https://medium.com/data-folks-indonesia/create-mini-project-using-pandas-the-financial-information-grabber-d22fdbd18b5d
Medium
Create Mini Project Using Pandas — The Financial Information Grabber
These days, the US market is facing the highest inflation in 30 years. This inflation happened because of the market's higher demand than…
3 Most Effective Yet Underutilized Functions in Python
https://anmol3015.medium.com/3-most-effective-yet-underutilized-functions-in-python-d865ffaca0bb
https://anmol3015.medium.com/3-most-effective-yet-underutilized-functions-in-python-d865ffaca0bb
Medium
Don’t Run Loops in Python, Instead, Use These!
No need to run loops in Python anymore
期末人福音——用Python写个自动批改作业系统 - 小熊猫爱恰饭
https://www.cnblogs.com/xiaoxiongmao123/p/16425176.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/xiaoxiongmao123/p/16425176.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
期末人福音——用Python写个自动批改作业系统 - 小熊猫爱恰饭 - 博客园
一、亮出效果 最近一些软件的搜题、智能批改类的功能要下线。 退1024步讲,要不要自己做一个自动批改的功能啊?万一哪天孩子要用呢! 昨晚我做了一个梦,梦见我实现了这个功能,如下图所示:功能简介:作对了
I Built My Own Fashion Dataset For Deep Learning
https://amir-tech.medium.com/i-built-my-own-fashion-dataset-for-deep-learning-fe461fe98d0b
https://amir-tech.medium.com/i-built-my-own-fashion-dataset-for-deep-learning-fe461fe98d0b
Medium
I Built My Own Fashion Dataset For Deep Learning
52,000 labeled fashion images from 10 categories
Orchestrate Your Data Science Project with Prefect 2.0
https://medium.com/the-prefect-blog/orchestrate-your-data-science-project-with-prefect-2-0-4118418fd7ce
https://medium.com/the-prefect-blog/orchestrate-your-data-science-project-with-prefect-2-0-4118418fd7ce
Medium
Orchestrate Your Data Science Project with Prefect 2.0
Make Your Data Science Pipeline Resilient Against Failures
Apriori Algorithm Theory And Do It In Python— Data Mining In Python
https://medium.com/@rizwan3d/apriori-algorithm-theory-and-do-it-in-python-data-mining-in-python-12b043997370
https://medium.com/@rizwan3d/apriori-algorithm-theory-and-do-it-in-python-data-mining-in-python-12b043997370
Medium
Apriori Algorithm Theory And Do It In Python— Data Mining In Python
In 1994, Mr. R. Agarwal and Mr. R. Srikant working to find frequent set of item in Boolean based dataset. They are come up with algorithm…
Pandas, Numpy and Matplotlib is all you need for analyzing your data
https://medium.com/@moidhassan/pandas-numpy-and-matplotlib-is-all-you-need-for-analyzing-your-data-f22c1c8168b0
https://medium.com/@moidhassan/pandas-numpy-and-matplotlib-is-all-you-need-for-analyzing-your-data-f22c1c8168b0
Medium
Pandas, Numpy and Matplotlib is all you need for analyzing your data
Summary of most common libraries in Python
Three ways to parse arguments in your Python code
https://towardsdatascience.com/three-ways-to-parse-arguments-in-your-python-code-aba092e8ad73
https://towardsdatascience.com/three-ways-to-parse-arguments-in-your-python-code-aba092e8ad73
Towards Data Science
Three ways to parse arguments in your Python code | Towards Data Science
Improve the efficiency of your code by using command-line and configuration files in Python