Python: Go From Rookie To Rockstar
https://towardsdatascience.com/python-go-from-rookie-to-rockstar-d03fa07a32e8
https://towardsdatascience.com/python-go-from-rookie-to-rockstar-d03fa07a32e8
Medium
Python: Go From Rookie To Rockstar
What are you waiting for?
Want Proper String Representations in Custom Python Classes? Use These 2 Built-in Methods
https://betterprogramming.pub/want-proper-string-representations-in-custom-python-classes-use-these-2-built-in-methods-72731434d7c8
https://betterprogramming.pub/want-proper-string-representations-in-custom-python-classes-use-these-2-built-in-methods-72731434d7c8
Medium
Want Proper String Representations in Custom Python Classes? Use These 2 Built-in Methods
Improving your code’s readability
Connecting the dots between AirBnb hosts, reviews and prices
https://medium.com/@georgioskorovesis/connecting-the-dots-between-airbnb-hosts-reviews-and-prices-e5ef58b779ff
https://medium.com/@georgioskorovesis/connecting-the-dots-between-airbnb-hosts-reviews-and-prices-e5ef58b779ff
Medium
Connecting the dots between AirBnb hosts, reviews and prices
A data based approach using Boston Airbnb Open Data.
5 Best NLP Courses For Beginners to Learn Online
https://becominghuman.ai/5-best-nlp-courses-for-beginners-to-learn-online-65e86618c80d
https://becominghuman.ai/5-best-nlp-courses-for-beginners-to-learn-online-65e86618c80d
Medium
5 Best NLP Online Courses For Beginners to Learn in 2022
My Favorite online courses are to learn Natural Language Processing or NLP in 2022. The list includes both beginner and experienced level…
Concurrent API Scraper using Python asyncio
https://merfrei.medium.com/concurrent-api-scraper-using-python-asyncio-661367127697
https://merfrei.medium.com/concurrent-api-scraper-using-python-asyncio-661367127697
Medium
Concurrent API Scraper using Python asyncio
Continuing from my previous post, I want to show you how it is possible to extract data from public APIs with Python concurrently just…
A look at Germany’s fourth wave of the Coronavirus
https://medium.com/mlearning-ai/a-look-at-germanys-fourth-wave-of-the-coronavirus-e503fa8d68ec
https://medium.com/mlearning-ai/a-look-at-germanys-fourth-wave-of-the-coronavirus-e503fa8d68ec
Medium
A look at Germany’s fourth wave of the Coronavirus
Yesterday I was watching the news on YouTube and I learned that Germany is in the midst of its fourth surge of the Coronavirus and there is…
How To Create an AWS DynamoDB Table Using Python Scripts and AWS Cloud 9 IDE
https://medium.com/@nafis_ansari/how-to-create-an-aws-dynamodb-table-using-python-scripts-and-aws-cloud-9-ide-33a1d1fa0441
https://medium.com/@nafis_ansari/how-to-create-an-aws-dynamodb-table-using-python-scripts-and-aws-cloud-9-ide-33a1d1fa0441
Medium
How To Create an AWS DynamoDB Table Using Python Scripts and AWS Cloud 9 IDE
In this project , I learned how to create a simple DynamoDB table using Python scripts and data from a JSON file. All of this was done…
Predict flight delays by creating a machine learning model in Python
https://vaghelalucky12.medium.com/predict-flight-delays-by-creating-a-machine-learning-model-in-python-c36774577f19
https://vaghelalucky12.medium.com/predict-flight-delays-by-creating-a-machine-learning-model-in-python-c36774577f19
Medium
Predict flight delays by creating a machine learning model in Python
Import airline arrival data into a Google Colab Notebook and use Pandas to clean it. Then, build a machine learning model with Scikit-Learn…
7 Syntax Patterns to Boost Your Hackerrank Python Coding Challenges
https://towardsdatascience.com/7-syntax-patterns-to-boost-your-hackerrank-python-coding-challenges-4be00a2a6a98
https://towardsdatascience.com/7-syntax-patterns-to-boost-your-hackerrank-python-coding-challenges-4be00a2a6a98
Medium
7 Syntax Patterns to Boost🚀 Your Hackerrank 🐍Python Coding Challenges
That also helped me clear all Hackerrank Challenges in 3 weeks
How to Visualize the Formula 1 Championship in Python Using the Ergast API and Seaborn
https://medium.com/@jaspervhat/how-to-visualize-the-formula-1-championship-in-python-using-the-ergast-api-and-seaborn-ac2f88ae7248
https://medium.com/@jaspervhat/how-to-visualize-the-formula-1-championship-in-python-using-the-ergast-api-and-seaborn-ac2f88ae7248
Medium
How to Visualize the Formula 1 Championship in Python Using the Ergast API and Seaborn
For those wanting to get into Formula 1 data analysis, the Ergast API is a very good starting point. It provides you with clean, easily…