No Python, No Problem? Redefining Machine Learning’s Landscape
https://imsanjams.com/no-python-no-problem-redefining-machine-learnings-landscape-99dff41470a3
https://imsanjams.com/no-python-no-problem-redefining-machine-learnings-landscape-99dff41470a3
Medium
No Python, No Problem? Redefining Machine Learning’s Landscape
What If Python Never Dominated Machine Learning? An Alternate Reality Explored
How to quickly and painlessly complete a regression in the API with the PyTest + JSON Schema bundle
https://medium.com/@Maxilect_rus/how-to-quickly-and-painlessly-complete-a-regression-in-the-api-with-the-pytest-json-schema-bundle-b4f90d0698bc
https://medium.com/@Maxilect_rus/how-to-quickly-and-painlessly-complete-a-regression-in-the-api-with-the-pytest-json-schema-bundle-b4f90d0698bc
Medium
How to quickly and painlessly complete a regression in the API with the PyTest + JSON Schema bundle
Testing positive API usage scenarios can be easily and quickly done using JSON schema. In this article, we will discuss useful techniques…
How to Calculate Price-to-Book ratio for ETFs via Python in Colab - QQQ
https://towardsdev.com/how-to-calculate-price-to-book-ratio-for-etfs-via-python-in-colab-qqq-a176467076a2
https://towardsdev.com/how-to-calculate-price-to-book-ratio-for-etfs-via-python-in-colab-qqq-a176467076a2
Medium
How to Calculate Price-to-Book ratio for ETFs via Python in Colab - QQQ
Previously on the How to Calculate PE ratio for ETFs via Python in Colab — QQQ, we discussed how to calculate PE ratio for Invesco QQQ. In…
Scraping Dynamic Websites with Python: SSR vs CSR with Selenium and Puppeteer
https://medium.com/@ajaypradeep1712/scraping-dynamic-websites-with-python-ssr-vs-csr-with-selenium-and-puppeteer-faff02c785bd
https://medium.com/@ajaypradeep1712/scraping-dynamic-websites-with-python-ssr-vs-csr-with-selenium-and-puppeteer-faff02c785bd
Medium
Scraping Dynamic Websites with Python: SSR vs CSR with Selenium and Puppeteer
Introduction:
Revolutionizing File Comparison: A Flask Tool’s Genesis and Evolution
https://connectwithutkarshsingh.medium.com/revolutionizing-file-comparison-a-flask-tools-genesis-and-evolution-c358817a30f7
https://connectwithutkarshsingh.medium.com/revolutionizing-file-comparison-a-flask-tools-genesis-and-evolution-c358817a30f7
Medium
Revolutionizing File Comparison: A Flask Tool’s Genesis and Evolution
The journey to innovation often begins with a seemingly small inconvenience that snowballs into an opportunity to create something…
Automating Chart Patterns: A Deep Dive into Three Essential Algorithms
https://blog.nilayparikh.com/automating-chart-patterns-a-deep-dive-into-three-essential-algorithms-9ecfafc710fa
https://blog.nilayparikh.com/automating-chart-patterns-a-deep-dive-into-three-essential-algorithms-9ecfafc710fa
Medium
Automating Chart Patterns: A Deep Dive into Three Essential Algorithms
In the dynamic world of financial markets, traders often rely on chart patterns to forecast potential price movements. While the human eye…
Charging Ahead: A Comprehensive Analysis of Electric Vehicle Population Data
https://medium.com/@mahendraee204/charging-ahead-a-comprehensive-analysis-of-electric-vehicle-population-data-8cadbf414356
https://medium.com/@mahendraee204/charging-ahead-a-comprehensive-analysis-of-electric-vehicle-population-data-8cadbf414356
Medium
Charging Ahead: A Comprehensive Analysis of Electric Vehicle Population Data
Electric Vehicle Population Data-Data Analysis Project-I
Python Portfolio-Exploratory Air Force Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-air-force-data-6cbc8d127d74
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-air-force-data-6cbc8d127d74
Medium
Python Portfolio-Exploratory Air Force Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA from US Department of Defense
Breadth First Search (BFS)/Knight’s Tour (KT) — 0.2 02052024
https://medium.com/@kraken_7878/breadth-first-search-bfs-knights-tour-kt-0-2-02052024-e8d2753672a8
https://medium.com/@kraken_7878/breadth-first-search-bfs-knights-tour-kt-0-2-02052024-e8d2753672a8
Medium
Breadth First Search (BFS)/Knight’s Tour (KT) — 0.2 02052024
Next on the list of algorithms I wanted to try was Breadth First Search (BFS). The algorithm is a graph search algorithm that checks…
How to build a centralized logging solution with Grafana Loki
https://blog.devops.dev/how-to-build-a-centralized-logging-solution-with-grafana-loki-07c53699a8cb
https://blog.devops.dev/how-to-build-a-centralized-logging-solution-with-grafana-loki-07c53699a8cb
Medium
How to build a centralized logging solution with Grafana Loki
Logging is a foundational component of observability (along with metrics and tracing), offering a detailed narrative of activities within…
The Art of Encoding: Building a Variational AutoEncoder for MNIST Digits
https://blog.devgenius.io/the-art-of-encoding-building-a-variational-autoencoder-for-mnist-digits-46c3fa4fe6db
https://blog.devgenius.io/the-art-of-encoding-building-a-variational-autoencoder-for-mnist-digits-46c3fa4fe6db
Medium
The Art of Encoding: Building a Variational AutoEncoder for MNIST Digits
Introduction
LangChain: How to build AI-driven Applications
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
Medium
LangChain: How to build AI-driven Applications
TL;DR: This article dives into LangChain, an essential framework for integrating Large Language Models (LLMs) like GPT-4 into Python…
Asynchronous programming in Python with async functions and asyncio
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
Medium
Asynchronous programming in Python with async functions and asyncio
Because asynchronous programming wasn’t always a language feature in python before 3.5, its implementation is a little bit weird when you…
Python Portfolio-Exploratory General Social Survey Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
Medium
Python Portfolio-Exploratory General Social Survey Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA from General Social Survey.
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
Medium
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
So far in this series I have downloaded and parsed the names of every Major League Baseball player in history, built a recurrent neural…
Stack and Queue: How much do we know about them?
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
Medium
Stack and Queue: How much do we know about them?
Stacks and Queues are two of the most important data structures, and this post will be discussing about these data structures, their…