Let’s take a tally on your PR this year!
https://koji-kanao.medium.com/lets-take-a-tally-on-your-pr-this-year-033cbcbf3ca6
https://koji-kanao.medium.com/lets-take-a-tally-on-your-pr-this-year-033cbcbf3ca6
Medium
Let’s take a tally on your PR this year!
A co-worker posted how many lines she added/deleted to the repo in 2023. I just wrote a simple Python script to check PRs. The requirement…
Recursion Unveiled: A Beginner’s Journey through Python’s Magical Loops
https://medium.com/@kaiserkonok/recursion-unveiled-a-beginners-journey-through-python-s-magical-loops-4f2f92eabd51
https://medium.com/@kaiserkonok/recursion-unveiled-a-beginners-journey-through-python-s-magical-loops-4f2f92eabd51
Medium
Recursion Unveiled: A Beginner’s Journey through Python’s Magical Loops
Introduction
[SOLVED] Running wusa /uninstall /kb:5032007 /quiet /norestart error (CMD )
https://medium.com/@fixitblog/solved-running-wusa-uninstall-kb-5032007-quiet-norestart-error-cmd-f767be2c9f10
https://medium.com/@fixitblog/solved-running-wusa-uninstall-kb-5032007-quiet-norestart-error-cmd-f767be2c9f10
Medium
[SOLVED] Running wusa /uninstall /kb:5032007 /quiet /norestart error (CMD )
i want to include this in python script. however uninstallation of kb number not working with /quiet /norestart. I would like to run wusa command in subprocess. And while uninstalling i would like to…
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…