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…
Unlocking the Power of PTZ Cameras: Automating the SONY SRG-300SE for Cutting-Edge Applications
https://medium.com/@f20200812/unlocking-the-power-of-ptz-cameras-automating-the-sony-srg-300se-for-cutting-edge-applications-bc3e5d1b56d5
https://medium.com/@f20200812/unlocking-the-power-of-ptz-cameras-automating-the-sony-srg-300se-for-cutting-edge-applications-bc3e5d1b56d5
Medium
Unlocking the Power of PTZ Cameras: Automating the SONY SRG-300SE for Cutting-Edge Applications
“It is only natural that sometimes we fall sick. There is no reason to allow yourself to be controlled by illness, for it to fill your life…
Python’s Shield Against Errors: Exception Handling
https://medium.com/@mr.stucknet/pythons-shield-against-errors-exception-handling-b70b35f39927
https://medium.com/@mr.stucknet/pythons-shield-against-errors-exception-handling-b70b35f39927
Medium
Python’s Shield Against Errors: Exception Handling
To handle an exception in Python, you use the try statement. When you enter the try clause, Python will watch out for one or more different…