Hands on examples of Python visualization (I)
https://towardsdev.com/hands-on-examples-of-python-visualization-i-cdea1df0757d
https://towardsdev.com/hands-on-examples-of-python-visualization-i-cdea1df0757d
Medium
Hands on examples of Python visualization (I)
Matplotlib is the most common Python library for visualization. We can write a couple lines of code to generate different kinds of visuals…
Renewable Insight — EDA with Streamlit
https://medium.com/@forceliuss/renewable-insight-eda-with-streamlit-006a4a0c7b6c
https://medium.com/@forceliuss/renewable-insight-eda-with-streamlit-006a4a0c7b6c
Medium
Renewable Insight — EDA with Streamlit
This Python project offers a formal yet insightful platform to decode trends and forecast renewable energy worldwide. Visit the project on…
6 Common Mistakes to Avoid in Data Science Code
https://towardsdatascience.com/6-common-mistakes-to-avoid-in-data-science-code-d0fc38f96594
https://towardsdatascience.com/6-common-mistakes-to-avoid-in-data-science-code-d0fc38f96594
Medium
6 Common Mistakes to Avoid in Data Science Code
And How to Overcome Them
Project: Analysing Global Coffee Market Using MATLAB
https://medium.com/@the_datalink/project-analysing-global-coffee-market-using-matlab-d3c98dd4ab61
https://medium.com/@the_datalink/project-analysing-global-coffee-market-using-matlab-d3c98dd4ab61
Medium
Project: Analysing Global Coffee Market Using MATLAB
In this project, I utilized MATLAB libraries to delve into the dynamics of the global coffee market. I explored various aspects from…
Creating a “Library Dynamics Simulator” with Python
https://medium.com/@alexandre.rodel_15996/creating-a-library-dynamics-simulator-with-python-9fc2e1ca9963
https://medium.com/@alexandre.rodel_15996/creating-a-library-dynamics-simulator-with-python-9fc2e1ca9963
Medium
Creating a “Library Dynamics Simulator” with Python
In this article, we will explore the development of a Clutter Simulator based on the day-to-day life of a library. Our goal is to construct…
9 Increasingly Deranged Ways to Reverse a List
https://medium.com/@penguinboy561/9-increasingly-deranged-ways-to-reverse-a-list-9693f200e7c0
https://medium.com/@penguinboy561/9-increasingly-deranged-ways-to-reverse-a-list-9693f200e7c0
Medium
9 Increasingly Deranged Ways to Reverse a List
I’ve been on both sides of the interview table many times, so I have some idea of how code interviews go. I remember one question from my first-ever code interview, back when I was just a doe-eyed…
Get an e-commerce recommendation system up and running (my experience)
https://globalsmile.medium.com/get-an-e-commerce-recommendation-system-up-and-running-my-experience-55234a450015
https://globalsmile.medium.com/get-an-e-commerce-recommendation-system-up-and-running-my-experience-55234a450015
Medium
Get an e-commerce recommendation system up and running (my experience)
My project partner and I set out to create an e-commerce website that can provide real-time recommendations to users and compare offerings…
Practical Machine Learning with LoL: a Simple Predictive Use-Case with Data Collection, Learning…
https://medium.com/@chiniczrebeca/practical-machine-learning-with-lol-a-simple-predictive-use-case-with-data-collection-learning-c2b6e621df66
https://medium.com/@chiniczrebeca/practical-machine-learning-with-lol-a-simple-predictive-use-case-with-data-collection-learning-c2b6e621df66
Medium
Practical Machine Learning with LoL: a Simple Predictive Use-Case with Data Collection, Learning and Explainability
I want to detail here how I went about creating a data pipeline to train a simple predictive model for a numbers-heavy game, apply…
LeetCode 128. Longest Consecutive Sequence — Python Programming Solution
https://medium.com/@nkwade/leetcode-128-longest-consecutive-sequence-python-programming-solution-01edc2cf4bda
https://medium.com/@nkwade/leetcode-128-longest-consecutive-sequence-python-programming-solution-01edc2cf4bda
Medium
LeetCode 128. Longest Consecutive Sequence — Python Programming Solution
Blind 75 — Programming & Technical Interview Questions — Explanation Series
The Kraken — A Terminal Python game
https://medium.com/@harlandvibes/the-kraken-a-terminal-python-game-cf0f0d7fee53
https://medium.com/@harlandvibes/the-kraken-a-terminal-python-game-cf0f0d7fee53
Medium
The Kraken — A Terminal Python game
Hello,
Basic Analysis of the Netflix Engagement Report Using Pandas
https://medium.com/@gibson.sabrina.k/basic-analysis-of-the-netflix-engagement-report-using-pandas-4bec5093514e
https://medium.com/@gibson.sabrina.k/basic-analysis-of-the-netflix-engagement-report-using-pandas-4bec5093514e
Medium
Basic Analysis of the Netflix Engagement Report Using Pandas
Starting on December 12, 2023 Netflix has started releasing engagement data twice a year. This data is a far cry from the famous Netflix…
Configure LAMP Amazon Linux 2023 to deploy web application with Python
https://medium.com/@diegorestrepoleal/configure-lamp-amazon-linux-2023-to-deploy-web-application-with-python-5525bbb5fbc8
https://medium.com/@diegorestrepoleal/configure-lamp-amazon-linux-2023-to-deploy-web-application-with-python-5525bbb5fbc8
Medium
Configure LAMP Amazon Linux 2023 to deploy web application with Python
Go to the gitlab repository
Explore Python’s Powerful List Comprehension with Practical Examples
https://medium.com/@giorgio.martinez1926/explore-pythons-powerful-list-comprehension-with-practical-examples-6271f4b1c164
https://medium.com/@giorgio.martinez1926/explore-pythons-powerful-list-comprehension-with-practical-examples-6271f4b1c164
Medium
Explore Python’s Powerful List Comprehension with Practical Examples
Python’s list comprehension is a powerful feature that allows developers to create new lists in a concise and elegant way. It combines the functionality of loops and conditional statements into a…
[Day 14] Parabolic Reflector Dish // Advent of Code 2023 (Python)
https://medium.com/@jatinkrmalik/day-14-parabolic-reflector-dish-advent-of-code-2023-python-10760f12f5a5
https://medium.com/@jatinkrmalik/day-14-parabolic-reflector-dish-advent-of-code-2023-python-10760f12f5a5
Medium
[Day 14] Parabolic Reflector Dish // Advent of Code 2023 (Python)
You reach the place where all of the mirrors were pointing: a massive parabolic reflector dish attached to the side of another large…
Hugging Face NLP Course & Implementation
https://medium.com/@justin.donnelly0804/hugging-face-nlp-course-implementation-4f531f9cef9c
https://medium.com/@justin.donnelly0804/hugging-face-nlp-course-implementation-4f531f9cef9c
Medium
Hugging Face NLP Course & Implementation
In a previous blog post, I went through using the ULMFit method introduced by Jeremy Howard to train language classification models…