How to use variables and runtime config in Apache Airflow
https://medium.com/@narotam333/how-to-use-variables-and-runtime-config-in-apache-airflow-15731b4b168a
https://medium.com/@narotam333/how-to-use-variables-and-runtime-config-in-apache-airflow-15731b4b168a
Medium
How to use variables and runtime config in Apache Airflow
Variables can be used in Airflow in a few different ways. To better understand variables and runtime config usage, we’ll execute a small…
Keeping request context over the function call stack
https://medium.com/ssense-tech/keeping-request-context-over-the-function-call-stack-308f23550dcd
https://medium.com/ssense-tech/keeping-request-context-over-the-function-call-stack-308f23550dcd
Medium
Keeping request context over the function call stack
Introduction
How To Build an Anime Recommender System With Embeddinghub
https://betterprogramming.pub/how-to-build-an-anime-recommender-system-with-embeddinghub-c9df13197578
https://betterprogramming.pub/how-to-build-an-anime-recommender-system-with-embeddinghub-c9df13197578
Medium
How To Build an Anime Recommender System With Embeddinghub
Use a KNN Algorithm to recommend anime to users
Using Python and OpenCV for an Autonomous Driving Robot [Visual servoing]
https://youtube.com/watch?feature=share&v=uhzCxFm0sko
https://youtube.com/watch?feature=share&v=uhzCxFm0sko
YouTube
Using Python and OpenCV for an Autonomous Driving Robot [Visual servoing]
This is a computer vision based approach for visual servoing through crop lines. It performs crop lines detection, and returns a heading angle error estimation (could, and will, be used as an input to a PID controller for angular velocity correction).
--…
--…
Anaconda | New Release: Anaconda Distribution Now Supporting M1
https://www.anaconda.com/blog/new-release-anaconda-distribution-now-supporting-m1
https://www.anaconda.com/blog/new-release-anaconda-distribution-now-supporting-m1
Anaconda
Anaconda | New Release: Anaconda Distribution Now Supporting M1
The 2022.05 release of Anaconda Distribution features native compiling for Apple M1’s ARM64 architecture (boasting 20% faster compute), Anaconda Navigator 2.1.4, conda 4.12.0, as well as several new and updated packages. 2022.05 is also the last release that…
PikaScript - A lightweight Python implementation
https://www.cnx-software.com/2022/05/18/pikascript-a-lightweight-python-implementation-that-runs-on-stm32-and-other-low-end-mcus/?fbclid=IwAR2psrAnkPdcKwccr3vdn8rMc0XMj3sLULVlDS5QFsiSp86uoXGmJV7-1Xk
https://www.cnx-software.com/2022/05/18/pikascript-a-lightweight-python-implementation-that-runs-on-stm32-and-other-low-end-mcus/?fbclid=IwAR2psrAnkPdcKwccr3vdn8rMc0XMj3sLULVlDS5QFsiSp86uoXGmJV7-1Xk
CNX Software - Embedded Systems News
PikaScript - A lightweight Python implementation that runs on STM32 and other low-end MCUs - CNX Software
PikaScript is an ultra-lightweight Python engine that can run on microcontrollers with as little as 4KB of RAM and 32KB of Flash, while the more popular
Speed Up Web Scraping with Concurrency in Python - ZenRows
https://www.zenrows.com/blog/speed-up-web-scraping-with-concurrency-in-python
https://www.zenrows.com/blog/speed-up-web-scraping-with-concurrency-in-python
Zenrows
Speed Up Web Scraping with Concurrency in Python
Speed up your web scraping in Python using asyncio and multiprocessing. Concurrency allows you to go much faster by requesting several pages simultaneously.
Cohort Analysis in Python - In a simpler way. With just 4 transformations of Data Frame.
https://youtu.be/M3pwnzuW69M
https://youtu.be/M3pwnzuW69M
YouTube
How to do Cohort Analysis in Python | Detailed Case Study
If you want to do cohort analysis in your small or medium business, please reach out to me at my Upwork profile: https://www.upwork.com/freelancers/~01f36b94ed6f49df4d
Cohort Analysis enables you to retain your recent customers, validate business strategies…
Cohort Analysis enables you to retain your recent customers, validate business strategies…
A simple addition to your selenium test framework that makes it more robust and reliable
https://ali-muhammadimran.medium.com/a-simple-addition-to-your-selenium-test-framework-that-makes-it-more-robust-and-reliable-e9cf97f52e78
https://ali-muhammadimran.medium.com/a-simple-addition-to-your-selenium-test-framework-that-makes-it-more-robust-and-reliable-e9cf97f52e78
Medium
A simple addition to your selenium test framework that makes it more robust and reliable
Just by wrapping the selenium execute function with our own version of it you can make your test framework more robust and your tests much…
A beginner friendly introduction to Matplotlibs plotting function
https://medium.com/@johanneseder711/a-beginner-friendly-introduction-to-matplotlibs-plotting-function-8bb09817ac84
https://medium.com/@johanneseder711/a-beginner-friendly-introduction-to-matplotlibs-plotting-function-8bb09817ac84
Medium
A beginner friendly introduction to Matplotlibs plotting function
Knowing these simple hacks will save you time and energy.
Classification using Logistic Regression
https://medium.com/mlearning-ai/classification-using-logistic-regression-6f2927b82c63
https://medium.com/mlearning-ai/classification-using-logistic-regression-6f2927b82c63
Medium
Classification using Logistic Regression
Classification problems are an important category of problems in machine learning. These problems have important implication to businesses, will the next marketing campaign lead to conversion of…
How to use Python and the Reddit API to build a local database of Reddit posts and comments —…
https://brentgaisford.medium.com/how-to-use-python-and-the-reddit-api-to-build-a-local-database-of-reddit-posts-and-comments-ca9f3843bfc2
https://brentgaisford.medium.com/how-to-use-python-and-the-reddit-api-to-build-a-local-database-of-reddit-posts-and-comments-ca9f3843bfc2
Medium
How to use Python and the Reddit API to build a local database of Reddit posts and comments — Beginner’s Guide
Using PRAW (the Python Reddit API Wrapper) to build a local database of Reddit posts and comments — Beginner’s Guide
Machine Learning: How the Decision Tree Algorithm Works and What It Can Do for You
https://medium.com/@alains/machine-learning-how-the-decision-tree-algorithm-works-and-what-it-can-do-for-you-ea7e0db7092a
https://medium.com/@alains/machine-learning-how-the-decision-tree-algorithm-works-and-what-it-can-do-for-you-ea7e0db7092a
Medium
Machine Learning: How the Decision Tree Algorithm Works and What It Can Do for You
The Decision Tree Algorithm: Discover This Powerful Tool.
Introduce Model Explainability to Computer Vision Models With Grad-CAM
https://iamrajatroy.medium.com/introduce-model-explainability-to-computer-vision-models-with-grad-cam-cf33b405d45b
https://iamrajatroy.medium.com/introduce-model-explainability-to-computer-vision-models-with-grad-cam-cf33b405d45b
Medium
Introduce Model Explainability to Computer Vision Models With Grad-CAM
Bringing Trust to AI models