All you need to know about Tuples in Python
https://medium.com/@andreas.soularidis/all-you-need-to-know-about-tuples-in-python-8e382c93ce8c
https://medium.com/@andreas.soularidis/all-you-need-to-know-about-tuples-in-python-8e382c93ce8c
Medium
All you need to know about Tuples in Python
Hi everyone, in this article, we are going to talk about Python Tuples. This is the second in the row article we discuss about build-in…
Sort VS Sorted in Python & How To Sort By Certain Conditions
https://zl-liu.medium.com/sort-vs-sorted-in-python-how-to-sort-by-certain-conditions-d9078eb9b91a
https://zl-liu.medium.com/sort-vs-sorted-in-python-how-to-sort-by-certain-conditions-d9078eb9b91a
Medium
Sort VS Sorted in Python & How To Sort By Certain Conditions
We probably have come across situations where we need to sort a list in Python, and there are 2 built-in functions to do this — the sort…
Python Programming Zero to One: Getting Ready to Code
https://medium.com/@datatipsy/python-programming-zero-to-one-getting-ready-to-code-9f43a7d1ba3f
https://medium.com/@datatipsy/python-programming-zero-to-one-getting-ready-to-code-9f43a7d1ba3f
Medium
Python Programming Zero to One: Getting Ready to Code
for absolute beginner
Forecasting Oil Production Rate (Univariate Time Series)
https://medium.com/@rezayazdanfar1111/forecasting-oil-production-rate-univariate-time-series-b12801be899b
https://medium.com/@rezayazdanfar1111/forecasting-oil-production-rate-univariate-time-series-b12801be899b
Medium
Forecasting Oil Production Rate (Univariate Time Series)
It is vital in a massive industry like oil and gas to forecast future production; this enables them to optimize and avoid any disastrous…
Unpacking Elements from Iterables of Unknown Length
https://medium.com/@davemcsavvii/unpacking-elements-from-iterables-of-unknown-length-363c510530d
https://medium.com/@davemcsavvii/unpacking-elements-from-iterables-of-unknown-length-363c510530d
Medium
Unpacking Elements from Iterables of Unknown Length
If you know how many items the sequence(list, tuple, set…) contains, you can check out my other article on unpacking countable sequences.
Writing a simple Python script with Replit, an online web based IDE
https://adhruva.medium.com/writing-a-simple-python-script-with-replit-an-online-web-based-ide-3a5fd78e8f78
https://adhruva.medium.com/writing-a-simple-python-script-with-replit-an-online-web-based-ide-3a5fd78e8f78
Medium
Writing a simple Python script with Replit, an online web based IDE
Have you ever wondered if there is a way to start coding without having to download entire Interactive Development Environments (IDE’s)…
Web Scraping with Selenium in Python — Amazon Search Result(Part 1)
https://medium.com/@jb.ranchana/web-scraping-with-selenium-in-python-amazon-search-result-part-1-f09c88090932
https://medium.com/@jb.ranchana/web-scraping-with-selenium-in-python-amazon-search-result-part-1-f09c88090932
Medium
Web Scraping with Selenium in Python — Amazon Search Result(Part 1)
Every time that I would like to buy something, I spend a lot of time scrolling many pages to find a product I want with a reasonable price…
6. Data Preprocessing Using Orange library in Python
https://mansikkhatri8.medium.com/6-data-preprocessing-using-orange-library-in-python-c80341a4347e
https://mansikkhatri8.medium.com/6-data-preprocessing-using-orange-library-in-python-c80341a4347e
Medium
6. Data Preprocessing Using Orange library in Python
In this blog on Data Science, Data Preprocessing Using Orange library in Python, I will cover some points about how we can use the Orange…
3 Motivation Breakers That Aspiring Data Scientists Face
https://towardsdatascience.com/3-motivation-breakers-that-aspiring-data-scientists-face-96f4b97f89f5
https://towardsdatascience.com/3-motivation-breakers-that-aspiring-data-scientists-face-96f4b97f89f5
Medium
3 Motivation Breakers That Aspiring Data Scientists Face
and how to overcome them
PyUnity: a project of growth and learning
https://rayzchen.medium.com/pyunity-a-project-of-growth-and-learning-8cf8a312623a
https://rayzchen.medium.com/pyunity-a-project-of-growth-and-learning-8cf8a312623a
Medium
PyUnity: a project of growth and learning
I started doing Python. I learnt more programming concepts. I truly started understanding the Python interpreter. And then I found Unity.
Making a Simple Webpage using AWS and Flask (Part 3)
https://medium.com/@fearandfaith04/making-a-simple-webpage-using-aws-and-flask-part-3-5c68eb810c1
https://medium.com/@fearandfaith04/making-a-simple-webpage-using-aws-and-flask-part-3-5c68eb810c1
Medium
Making a Simple Webpage using AWS and Flask (Part 3)
Messing with templates.
Is it possible to predict how satisfied a passenger will be?
https://medium.com/@pedromelonet22/is-it-possible-to-predict-how-satisfied-a-passenger-will-be-e204f2bfbb0f
https://medium.com/@pedromelonet22/is-it-possible-to-predict-how-satisfied-a-passenger-will-be-e204f2bfbb0f
Medium
Is it possible to predict how satisfied a passenger will be?
How Machine Learning can be useful in predicting airline customer satisfaction and cause a huge positive impact in airline transportation
How I Created a Machine Learning Model and Deployed it with Streamlit
https://medium.com/gustavorsantos/how-i-created-a-machine-learning-model-and-deployed-it-with-streamlit-a9d887b98b25
https://medium.com/gustavorsantos/how-i-created-a-machine-learning-model-and-deployed-it-with-streamlit-a9d887b98b25
Medium
How I Created a Machine Learning Model and Deployed it with Streamlit
An end-to-end Data Science project of a regression model to predict car prices.