LeetCode Problem 178 Rank Scores — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-178-rank-scores-leetcode-30-days-of-pandas-0cafe0c44adf
https://medium.com/@robertsevan/leetcode-problem-178-rank-scores-leetcode-30-days-of-pandas-0cafe0c44adf
Medium
LeetCode Problem 178 Rank Scores — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Predicting Hit Songs with AI: A Journey in Music and Machine Learning
https://medium.com/@tax.km00/predicting-hit-songs-with-ai-a-journey-in-music-and-machine-learning-50bd963d25f2
https://medium.com/@tax.km00/predicting-hit-songs-with-ai-a-journey-in-music-and-machine-learning-50bd963d25f2
Medium
Predicting Hit Songs with AI: A Journey in Music and Machine Learning
The ambition to predict commercially successful songs using artificial intelligence, known as ‘hit song science’, is not only fascinating…
Going Beyond My Spotify Wrapped with Audio Feature Analysis
https://medium.com/@sneha.ahens12/going-beyond-my-spotify-wrapped-with-audio-feature-analysis-5bfdc9753d1d
https://medium.com/@sneha.ahens12/going-beyond-my-spotify-wrapped-with-audio-feature-analysis-5bfdc9753d1d
Medium
Going Beyond My Spotify Wrapped with Audio Feature Analysis
It’s that time of year again — Spotify Wrapped is just around the corner! As the data collection for Spotify Wrapped 2023 ends tomorrow on…
Machine Learning: Technical Foundations, Python Libraries, and Practical Applications
https://medium.com/@aysealmaci/machine-learning-technical-foundations-python-libraries-and-practical-applications-007455c6055e
https://medium.com/@aysealmaci/machine-learning-technical-foundations-python-libraries-and-practical-applications-007455c6055e
Medium
Machine Learning: Technical Foundations, Python Libraries, and Practical Applications
Hello everybody! In this article I want to talk about understanding Machine Learning concepts.
Python — Depth-First Search (DFS) for Tree and Graph Traversal
https://medium.com/@KeyurRamoliya/python-depth-first-search-dfs-for-tree-and-graph-traversal-20677b58c80d
https://medium.com/@KeyurRamoliya/python-depth-first-search-dfs-for-tree-and-graph-traversal-20677b58c80d
Medium
Python — Depth-First Search (DFS) for Tree and Graph Traversal
Depth-first search (DFS) is a fundamental algorithm for traversing tree-like or graph-like data structures. It explores as far as possible…
Technical analysis is a popular method used by traders and investors to make predictions about…
https://medium.com/@CurrencyPig/technical-analysis-is-a-popular-method-used-by-traders-and-investors-to-make-predictions-about-f3b307824ab5
https://medium.com/@CurrencyPig/technical-analysis-is-a-popular-method-used-by-traders-and-investors-to-make-predictions-about-f3b307824ab5
Medium
Technical analysis is a popular method used by traders and investors to make predictions about…
Coding
💄 Name-My-Lipstick: Where AI Crafts Stunning Names and Fabulous Ad Images
https://medium.com/@tcvieira/name-my-lipstick-where-ai-crafts-stunning-names-and-fabulous-ad-images-699298fd2647
https://medium.com/@tcvieira/name-my-lipstick-where-ai-crafts-stunning-names-and-fabulous-ad-images-699298fd2647
Medium
💄 Name-My-Lipstick: Where AI Crafts Stunning Names and Fabulous Ad Images
My wife is really into beauty cosmetic products and one of the things that got me wondering was how beauty brands come up with those captivating and stylish names for their lipstick shades. Ruby Woo…
Data Visualization on the Web with Plotly and Flask — Part 1
https://medium.com/codefile/data-visualization-on-the-web-with-plotly-and-flask-part-1-e6d84877c888
https://medium.com/codefile/data-visualization-on-the-web-with-plotly-and-flask-part-1-e6d84877c888
Medium
Data Visualization on the Web with Plotly and Flask — Part 1
How to build a data visualisation web page with Plotly and Flask, and make it interactive with some UI components
Understanding Python Dictionary Internals.
https://medium.com/@dwolela/understanding-python-dictionary-internals-616e5548c9a0
https://medium.com/@dwolela/understanding-python-dictionary-internals-616e5548c9a0
Medium
Understanding Python Dictionary Internals.
I’ve created four infographics to explain what happens under the hood when working with Python dictionaries. By the end, you’ll learn about…
Coding Stock Breakouts in Python: A Step-by-Step Guide
https://marvinrubia.medium.com/coding-stock-breakouts-in-python-a-step-by-step-guide-592211e36774
https://marvinrubia.medium.com/coding-stock-breakouts-in-python-a-step-by-step-guide-592211e36774
Medium
Coding Stock Breakouts in Python: A Step-by-Step Guide
Let’s determine the breakout candles of a stock in its entire history so we can check if it is profitable via a breakout strategy.
Let’s Create Adorable Art using Python Pretties
https://medium.com/@jawahirqarafi.jq/lets-create-adorable-art-using-python-pretties-3333a5366f10
https://medium.com/@jawahirqarafi.jq/lets-create-adorable-art-using-python-pretties-3333a5366f10
Medium
Let’s Create Adorable Art using Python Pretties
Hey there, art-loving pals! 🎨✨
Personalized Book Recommendations with K-Nearest Neighbors
https://medium.com/@leam.a.murphy/personalized-book-recommendations-with-k-nearest-neighbors-442ce4dad44c
https://medium.com/@leam.a.murphy/personalized-book-recommendations-with-k-nearest-neighbors-442ce4dad44c
Medium
Personalized Book Recommendations with K-Nearest Neighbors
Develop an intuition behind the KNN algorithm and learn how to apply it to generate book recommendations
Underwater Explorer Remotely Operated Vehicle: Unraveling the Secrets of the Ocean
https://medium.com/@saadnoorafridi/underwater-explorer-remotely-operated-vehicle-unraveling-the-secrets-of-the-ocean-1a53ecec85b4
https://medium.com/@saadnoorafridi/underwater-explorer-remotely-operated-vehicle-unraveling-the-secrets-of-the-ocean-1a53ecec85b4
Medium
Underwater Explorer Remotely Operated Vehicle: Unraveling the Secrets of the Ocean
In recent years, underwater robots have become an essential tool for marine science and technology applications. These robots, known as unmanned underwater vehicles (UUVs), can be deployed in a…
Automating Job Search on LinkedIn with Python and Selenium
https://medium.com/@AnujPathare/automating-job-search-on-linkedin-with-python-and-selenium-0b530906c40d
https://medium.com/@AnujPathare/automating-job-search-on-linkedin-with-python-and-selenium-0b530906c40d
Medium
Automating Job Search on LinkedIn with Python and Selenium
In this digital age, securing the ideal job is pivotal, yet the process of job hunting can be incredibly time-consuming and overwhelming…
From Newbie to Nerd: Master Recursion with These Cool Coding Problems!
https://medium.com/@akhil0903/from-newbie-to-nerd-master-recursion-with-these-cool-coding-problems-3faf119426d4
https://medium.com/@akhil0903/from-newbie-to-nerd-master-recursion-with-these-cool-coding-problems-3faf119426d4
Medium
From Newbie to Nerd: Master Recursion with These Cool Coding Problems!
In the world of programming, recursion stands out as an intriguing concept where a method involves calling itself to solve a problem. This…