The only 3 Python cheatsheet you need as a beginner Data Scientist
https://medium.com/mlearning-ai/the-only-3-python-cheatsheet-you-need-as-a-beginner-data-scientist-7547cf70f3c1
https://medium.com/mlearning-ai/the-only-3-python-cheatsheet-you-need-as-a-beginner-data-scientist-7547cf70f3c1
Medium
The only 3 Python cheatsheet you need as a beginner Data Scientist
Python is one of the easiest and most popular programming languages (ref.) you can learn to become a Data Scientist.
7 Free tools I use in every Web Scraping project
https://medium.com/@inzaniak/7-free-tools-i-use-in-every-web-scraping-project-59b9856a99f4
https://medium.com/@inzaniak/7-free-tools-i-use-in-every-web-scraping-project-59b9856a99f4
Medium
7 Free tools I use in every Web Scraping project
You don’t need to pay to improve your workflow!
A Library to Unify Names in a Messy String Column
https://towardsdatascience.com/a-library-to-unify-names-in-a-messy-string-column-d77e0ef521b2
https://towardsdatascience.com/a-library-to-unify-names-in-a-messy-string-column-d77e0ef521b2
Medium
A Library to Unify Names in a Messy String Column
An approach to unify names in a pandas string column.
Powerful Twitter Sentiment Analysis in Under 35 Lines of Code
https://medium.com/thedevproject/powerful-twitter-sentiment-analysis-in-under-35-lines-of-code-a80460db24f6
https://medium.com/thedevproject/powerful-twitter-sentiment-analysis-in-under-35-lines-of-code-a80460db24f6
Medium
Powerful Twitter Sentiment Analysis in Under 35 Lines of Code
Python, Tweepy, and Flair have made it dead simple.
Freelancer Bot — How I made $500 using a bot that I coded myself using Python
https://medium.com/@ritesh.kawadkar/freelancer-bot-how-i-made-500-using-a-bot-that-i-coded-myself-using-python-da19ac20e57
https://medium.com/@ritesh.kawadkar/freelancer-bot-how-i-made-500-using-a-bot-that-i-coded-myself-using-python-da19ac20e57
Medium
Freelancer Bot — How I made $500 using a bot that I coded myself using Python
I am a freelancer working at Origami IT Lab and I usually get most of my gigs from Freelancer.com
Learning Python Programming: Language Fundamentals-II
https://medium.com/@mr_manish_batra/learning-python-programming-language-fundamentals-ii-f403f64d3c25
https://medium.com/@mr_manish_batra/learning-python-programming-language-fundamentals-ii-f403f64d3c25
Medium
Learning Python Programming: Language Fundamentals-II
In our previous blogs, we have discussed “Why Python is recommended for beginners” and “What are the features and flavors of Python”
3 Ways to Implement a Case-When Function in Pandas
https://medium.com/@guilherme.soares.debem/3-ways-to-implement-a-case-when-function-in-pandas-e827b5b458f8
https://medium.com/@guilherme.soares.debem/3-ways-to-implement-a-case-when-function-in-pandas-e827b5b458f8
Medium
3 Ways to Implement a Case-When Function in Pandas
You can increase code efficiency by leveraging vectorization in Pandas, reducing the computational time needed to run operations in…
Django CRUD (Create, Retrieve, Update, Delete) Operations
https://medium.com/@20ce125/django-crud-create-retrieve-update-delete-operations-441a8a296119
https://medium.com/@20ce125/django-crud-create-retrieve-update-delete-operations-441a8a296119
Medium
Django CRUD (Create, Retrieve, Update, Delete) Operations
Writing create, read, update, and delete functionality (CRUD) for each table is one of the most common tasks when designing a web…
Trends of American Popular Baby Names in the Past 40 years
https://medium.com/@mariko.sawada1/trends-of-american-popular-baby-names-in-the-past-40-years-c28badb4a364
https://medium.com/@mariko.sawada1/trends-of-american-popular-baby-names-in-the-past-40-years-c28badb4a364
Medium
Trends of American Popular Baby Names in the Past 40 years
Web scraping and Data visualization of the 100 most popular baby names with Python