Ordering The Colors (Part 1: The Easy Part)
https://medium.com/@arma.mut/ordering-the-colors-part-1-the-easy-part-f6b01ace458a
https://medium.com/@arma.mut/ordering-the-colors-part-1-the-easy-part-f6b01ace458a
Medium
Ordering The Colors (Part 1: The Easy Part)
For the new year, I bought my daughter a marker pen set as a gift. The set includes 80 beautiful vibrant colors, and I’m pretty sure that…
Automate Your Finance Blog with WordPress and Google Bard in Python
https://pknerd.medium.com/automate-your-finance-blog-with-wordpress-and-google-bard-in-python-92b987c6b6c7
https://pknerd.medium.com/automate-your-finance-blog-with-wordpress-and-google-bard-in-python-92b987c6b6c7
Medium
Automate Your Finance Blog with WordPress and Google Bard in Python
A step by step guide using Gemini Pro APIs to automate blog posts
Coding a Classic: Building Hangman in Python
https://medium.com/@mhatredhanashree682/coding-a-classic-building-hangman-in-python-fde52eff9dc0
https://medium.com/@mhatredhanashree682/coding-a-classic-building-hangman-in-python-fde52eff9dc0
Medium
Coding a Classic: Building Hangman in Python
Hangman is a classic word-guessing game that’s both simple and engaging. It’s also a great way to practice coding in Python! In this post…
Supercharge Your Django App: A Deep Dive into Performance Optimization
https://medium.com/@karimmirzaguliyev/supercharge-your-django-app-a-deep-dive-into-performance-optimization-bbaceba1d2f4
https://medium.com/@karimmirzaguliyev/supercharge-your-django-app-a-deep-dive-into-performance-optimization-bbaceba1d2f4
Medium
Supercharge Your Django App: A Deep Dive into Performance Optimization
Introduction: Highlight the critical role of performance in web applications and introduce the importance of optimizing Django.
How to Get Custom Email Notification for EC2 State Changes
https://medium.com/@dasanirban834/how-to-get-custom-email-notification-for-ec2-state-changes-c7ca87279da1
https://medium.com/@dasanirban834/how-to-get-custom-email-notification-for-ec2-state-changes-c7ca87279da1
Medium
How to Get Custom Email Notification for EC2 State Changes
Introduction:
Building Zero shot object detection with Grounding DINO
https://medium.com/@jyotidabass/building-zero-shot-object-detection-with-grounding-dino-eea6dc4adf36
https://medium.com/@jyotidabass/building-zero-shot-object-detection-with-grounding-dino-eea6dc4adf36
Medium
Building Zero shot object detection with Grounding DINO
Grounding DINO is a method for detecting objects in images based on natural language descriptions. For example, if you give an image and a…
Basic Python Concepts: Beginner Programming Knowledge
https://medium.com/@techdefenderhub/basic-python-concepts-beginner-programming-knowledge-1f46aa8804bb
https://medium.com/@techdefenderhub/basic-python-concepts-beginner-programming-knowledge-1f46aa8804bb
Medium
Basic Python Concepts: Beginner Programming Knowledge
Python is a versatile and popular programming language that is widely used in various fields such as web development, data analysis, artificial intelligence, and more. If you are new to programming…
What is Python and its History: An Introduction to Programming
https://medium.com/@techdefenderhub/what-is-python-and-its-history-an-introduction-to-programming-f4cf6a11ba37
https://medium.com/@techdefenderhub/what-is-python-and-its-history-an-introduction-to-programming-f4cf6a11ba37
Medium
What is Python and its History: An Introduction to Programming
Python is a high-level programming language that has gained immense popularity in recent years. Known for its simplicity and readability, Python is widely used in various domains, including web…
Python Data Types: A Deep Dive into Mutable and Immutable Worlds!
https://medium.com/@shenoy.shashwath/python-data-types-a-deep-dive-into-mutable-and-immutable-worlds-64a559142ddb
https://medium.com/@shenoy.shashwath/python-data-types-a-deep-dive-into-mutable-and-immutable-worlds-64a559142ddb
Medium
Python Data Types: A Deep Dive into Mutable and Immutable Worlds!
In Python, data types can be classified as either mutable or immutable. Understanding the difference between these two types is crucial for…
A Comprehensive Guide to Latent Space
https://samanemami.medium.com/a-comprehensive-guide-to-latent-space-9ae7f72bdb2f
https://samanemami.medium.com/a-comprehensive-guide-to-latent-space-9ae7f72bdb2f
Medium
A Comprehensive Guide to Latent Space
Introduction
Python — quick guide LIST COMPREHENSIONS
https://medium.com/@sadhvi.chandragiri/python-quick-guide-list-comprehensions-da08133e9edd
https://medium.com/@sadhvi.chandragiri/python-quick-guide-list-comprehensions-da08133e9edd
Medium
Python — quick guide LIST COMPREHENSIONS
My python journal part 2 :)
Building Financebot for Financial news Sentiment analysis using DistilRoBERTa
https://medium.com/@jyotidabass/building-financebot-for-financial-news-sentiment-analysis-using-distilroberta-9d56a22ec6b3
https://medium.com/@jyotidabass/building-financebot-for-financial-news-sentiment-analysis-using-distilroberta-9d56a22ec6b3
Medium
Building Financebot for Financial news Sentiment analysis using DistilRoBERTa
DistilRoBERTa model is a distilled version of the RoBERTa-base model. It follows the same training procedure as DistilBERT. This model is…
10 Things I Did While Working for a Tech Startup That Now I Realize Is Not Normal
https://medium.com/@araujogabe1/10-things-i-did-while-working-for-a-tech-startup-that-now-i-realize-is-not-normal-f810de4bec18
https://medium.com/@araujogabe1/10-things-i-did-while-working-for-a-tech-startup-that-now-i-realize-is-not-normal-f810de4bec18
Medium
10 Things I Did While Working for a Tech Startup That Now I Realize Is Not Normal
So, you’ve found yourself in the treacherous world of tech startups, huh? Well, buckle up, because what you’re about to read might give you some serious déjà vu. Let’s dive into my rollercoaster ride…
🧪 Day 30 of #100DaysOfCode in Python: The Essentials of Testing Your Code
https://elshad-karimov.medium.com/day-30-of-100daysofcode-in-python-the-essentials-of-testing-your-code-1efa6f7c8e32
https://elshad-karimov.medium.com/day-30-of-100daysofcode-in-python-the-essentials-of-testing-your-code-1efa6f7c8e32
Medium
🧪 Day 30 of #100DaysOfCode in Python: The Essentials of Testing Your Code
Welcome to Day 30! Today is all about an often overlooked but crucial aspect of programming: testing. Good testing practices ensure that…
Python Extensive Architecture Generation Engine (PyEAGE)
https://medium.com/@d68864767/python-extensive-architecture-generation-engine-pyeage-8d2a1477d777
https://medium.com/@d68864767/python-extensive-architecture-generation-engine-pyeage-8d2a1477d777
Medium
Python Extensive Architecture Generation Engine (PyEAGE)
PyEAGE is a cutting-edge Python tool created to automate the generation of expansive and complex project architectures. Designed for…
Network Reconnaissance: Unveiling Devices with Python and Scapy
https://medium.com/@aneess437/network-reconnaissance-unveiling-devices-with-python-and-scapy-1cf839ebc5bc
https://medium.com/@aneess437/network-reconnaissance-unveiling-devices-with-python-and-scapy-1cf839ebc5bc
Medium
Network Reconnaissance: Unveiling Devices with Python and Scapy
Introduction:
Ordering The Colors (Part 2: Still easy part)
https://medium.com/@arma.mut/ordering-the-colors-part-2-still-easy-part-ee5e93e7d466
https://medium.com/@arma.mut/ordering-the-colors-part-2-still-easy-part-ee5e93e7d466
Medium
Ordering The Colors (Part 2: Still easy part)
In previous story we captured the dominant colors for a marker pen set, which I bought for my daughter, to hopefully order the colors with…
Python Multilayered Development Structure Synthesizer (PyMDSS)
https://medium.com/@d68864767/python-multilayered-development-structure-synthesizer-pymdss-cdbb357a1ffe
https://medium.com/@d68864767/python-multilayered-development-structure-synthesizer-pymdss-cdbb357a1ffe
Medium
Python Multilayered Development Structure Synthesizer (PyMDSS)
Overview