How to use Python for tell your girlfriend you love her.
https://medium.com/@6531503046/how-to-use-python-for-tell-your-girlfriend-you-love-her-0b61bd92db33
https://medium.com/@6531503046/how-to-use-python-for-tell-your-girlfriend-you-love-her-0b61bd92db33
Medium
How to use Python for tell your girlfriend you love her.
Python may be a programming language, but that doesn’t mean it can’t help you get a little romantic! If you’re a programmer, what better…
How I Built an Automatic Watering System for My Indoor Plants
https://sarathm09.medium.com/how-i-built-an-automatic-watering-system-for-my-indoor-plants-53ea02082c1d
https://sarathm09.medium.com/how-i-built-an-automatic-watering-system-for-my-indoor-plants-53ea02082c1d
Medium
How I Built an Automatic Watering System for My Indoor Plants
Never let your plants dry again
Comparison of matrix multiplication performance of Julia vs Python
https://medium.com/@jovpa47/comparison-of-matrix-multiplication-performance-of-julia-vs-python-493175a4c163
https://medium.com/@jovpa47/comparison-of-matrix-multiplication-performance-of-julia-vs-python-493175a4c163
Medium
Comparison of matrix multiplication performance of Julia vs Python
In this article, as seen from the title, I will present a small study of mine concerning the computational speed of the programming…
Apache Airflow: A Hands-on Guide to Workflow Orchestration
https://medium.com/@tuanhiep.tran.us/apache-airflow-a-hands-on-guide-to-workflow-orchestration-42b079d5dce9
https://medium.com/@tuanhiep.tran.us/apache-airflow-a-hands-on-guide-to-workflow-orchestration-42b079d5dce9
Medium
Apache Airflow: A Hands-on Guide to Workflow Orchestration
Machine Learning A-Z: AI, Python & R + ChatGPT Prize [2024]
https://medium.com/@lwilson747/machine-learning-a-z-ai-python-r-chatgpt-prize-2024-299c810ee963
https://medium.com/@lwilson747/machine-learning-a-z-ai-python-r-chatgpt-prize-2024-299c810ee963
Medium
Machine Learning A-Z: AI, Python & R + ChatGPT Prize [2024]
Colleagues, in the “Machine Learning A-Z: AI, Python & R + ChatGPT Prize” training program you will learn to create Machine Learning…
Dev Colleagues, in the “Complete Python Bootcamp From Zero to Hero in Python” you will learn…
https://medium.com/@lwilson747/dev-colleagues-in-the-complete-python-bootcamp-from-zero-to-hero-in-python-you-will-learn-9cfcdcd02878
https://medium.com/@lwilson747/dev-colleagues-in-the-complete-python-bootcamp-from-zero-to-hero-in-python-you-will-learn-9cfcdcd02878
Medium
Dev Colleagues, in the “Complete Python Bootcamp From Zero to Hero in Python” you will learn…
Enroll today (teams & executives are welcome): https://tinyurl.com/3u49kben
AI agent to set up a foundation in a public cloud secure manner
https://medium.com/@rasvihostings/ai-agent-to-set-up-a-foundation-in-a-public-cloud-secure-manner-4a555d8fdd84
https://medium.com/@rasvihostings/ai-agent-to-set-up-a-foundation-in-a-public-cloud-secure-manner-4a555d8fdd84
Medium
AI agent to set up a foundation in a public cloud secure manner
I’ve created a comprehensive cloud foundation setup agent that integrates with different AI services and uses Terraform for infrastructure…
Python code that generates a stock price chart for the last n days.
https://medium.com/@dmitry.romanoff/python-code-that-generates-a-stock-price-chart-for-the-last-n-days-6fcc47a2cf5b
https://medium.com/@dmitry.romanoff/python-code-that-generates-a-stock-price-chart-for-the-last-n-days-6fcc47a2cf5b
Medium
Python code that generates a stock price chart for the last n days.
Here’s a detailed description of what each part of the code does:
Creating Stunning Video Slideshows with Python: A Comprehensive Guide
https://medium.com/@dmitry.romanoff/creating-stunning-video-slideshows-with-python-a-comprehensive-guide-8a258c05213c
https://medium.com/@dmitry.romanoff/creating-stunning-video-slideshows-with-python-a-comprehensive-guide-8a258c05213c
Medium
Creating Stunning Video Slideshows with Python: A Comprehensive Guide
In the age of digital storytelling, transforming a collection of images into a captivating video slideshow is a compelling way to share…
End-to-end Implementation of a RAG Pipeline using LangChain v0.3
https://sougaaat.medium.com/end-to-end-implementation-of-a-rag-pipeline-using-langchain-v0-3-8691690368a3
https://sougaaat.medium.com/end-to-end-implementation-of-a-rag-pipeline-using-langchain-v0-3-8691690368a3
Medium
End-to-end Implementation of a RAG Pipeline using LangChain v0.3
In the tech world, it's clear that Generative AI is the current hot topic. Staying ahead in this fiercely competitive job market means…
Subdomain Sleuthing: Your Ultimate Guide to Sniffing Out the Internet’s Hidden Corners! 🔍🌐
https://medium.com/@shammasqazi18/subdomain-sleuthing-your-ultimate-guide-to-sniffing-out-the-internets-hidden-corners-b610380ed99a
https://medium.com/@shammasqazi18/subdomain-sleuthing-your-ultimate-guide-to-sniffing-out-the-internets-hidden-corners-b610380ed99a
Medium
Subdomain Sleuthing: Your Ultimate Guide to Sniffing Out the Internet’s Hidden Corners! 🔍🌐
Inside the Quest for a Foolproof Subdomain Cleanup Script: Automation, JSON Magic, and Wazuh Alarms 🎩💻
[SOLVED] Use Pybind11 library created with MSYS2,CMake and Make in Python
https://medium.com/@fixitblog/solved-use-pybind11-library-created-with-msys2-cmake-and-make-in-python-24d7e8ab52c9
https://medium.com/@fixitblog/solved-use-pybind11-library-created-with-msys2-cmake-and-make-in-python-24d7e8ab52c9
Medium
[SOLVED] Use Pybind11 library created with MSYS2,CMake and Make in Python
I have just created a library with Pybind11 from the C++ side: I did it with MSYS2 and CMake and Make. (I have GCC, Make, CMake and Pybind11 installed with the commands) I already tried putting…
How to Deploy an AI App (w/ Large Deps) to AWS Lambda
https://medium.com/@tejeswar_79802/how-to-deploy-an-ai-app-w-large-deps-to-aws-lambda-fa043ef1bcf6
https://medium.com/@tejeswar_79802/how-to-deploy-an-ai-app-w-large-deps-to-aws-lambda-fa043ef1bcf6
Medium
How to Deploy an AI App (w/ Large Deps) to AWS Lambda
This article provides a comprehensive guide on deploying AI applications with large dependencies to AWS Lambda, a serverless computing platform. We’ll delve into the key concepts, tools, practical…
Web Scraping Underwater: Extracting Text from Episodes
https://medium.com/@thedatatwins/web-scraping-underwater-extracting-text-from-episodes-17cd1d4ddd5b
https://medium.com/@thedatatwins/web-scraping-underwater-extracting-text-from-episodes-17cd1d4ddd5b
Medium
Web Scraping Underwater: Extracting Text from Episodes
Many people grew up watching SpongeBob SquarePants. Even if you didn’t, you still know the whimsical cast and their colorful escapades. I…
LeetCode #3: Longest Substring Without Repeating Characters
https://nijat.medium.com/leetcode-3-longest-substring-without-repeating-characters-d147e79e4999
https://nijat.medium.com/leetcode-3-longest-substring-without-repeating-characters-d147e79e4999
Medium
LeetCode #3: Longest Substring Without Repeating Characters
In this article, we’ll explore a popular coding problem from LeetCode called “Longest Substring Without Repeating Characters”. We’ll…