Building a “Ring doorbell” using RaspberryPI5, Python, openCV, YOLOv11 and Telegram bots
https://medium.com/@jhlins/building-a-ring-doorbell-using-raspberrypi5-python-opencv-yolov11-and-telegram-bots-293b6bba1661
https://medium.com/@jhlins/building-a-ring-doorbell-using-raspberrypi5-python-opencv-yolov11-and-telegram-bots-293b6bba1661
Medium
Building a “Ring doorbell” using RaspberryPI5, Python, openCV, YOLOv11 and Telegram bots
Friend link if you do not have a medium subscription…
Exploring Python Functions: Understanding Different Ways to Define and Use Functions
https://computer-info-1.medium.com/exploring-python-functions-understanding-different-ways-to-define-and-use-functions-f2f20f053ac9
https://computer-info-1.medium.com/exploring-python-functions-understanding-different-ways-to-define-and-use-functions-f2f20f053ac9
Medium
Exploring Python Functions: Understanding Different Ways to Define and Use Functions
In this blog, we’ll dive deep into Python functions. You’ll learn about creating functions, passing arguments, using default arguments…
How to Automate Virtual Environment Setup in Your Terminal
https://medium.com/@sebastyijan_why_hello_there/how-to-automate-virtual-environment-setup-in-your-terminal-e24b7f3dcf04
https://medium.com/@sebastyijan_why_hello_there/how-to-automate-virtual-environment-setup-in-your-terminal-e24b7f3dcf04
Medium
How to Automate Virtual Environment Setup in Your Terminal
I hate it, you hate it. Setting up a virtual environment for every Python project can be tedious, especially if you work across multiple…
Comparison of Serialization Formats: JSON, Avro, and Protobuf
https://medium.com/@marc.milbled/comparison-of-serialization-formats-json-avro-and-protobuf-3bad66ca9d86
https://medium.com/@marc.milbled/comparison-of-serialization-formats-json-avro-and-protobuf-3bad66ca9d86
Medium
Comparison of Serialization Formats: JSON, Avro, and Protobuf
In the world of software development, choosing the right data serialization format is crucial for application performance, especially when…
Exploring Name Mangling in Python: What It Is and How It Works
https://medium.com/@tejeswar_79802/exploring-name-mangling-in-python-what-it-is-and-how-it-works-210b56175e96
https://medium.com/@tejeswar_79802/exploring-name-mangling-in-python-what-it-is-and-how-it-works-210b56175e96
Medium
Exploring Name Mangling in Python: What It Is and How It Works
In the realm of programming, where code becomes the architect of digital creations, the concept of name mangling emerges as a fascinating and often overlooked mechanism. This article delves into the…
Building a Trivia Chatbot with OpenAI and Streamlit
https://medium.com/@sundar.m710/building-a-trivia-chatbot-with-openai-and-streamlit-9044cdf8db0c
https://medium.com/@sundar.m710/building-a-trivia-chatbot-with-openai-and-streamlit-9044cdf8db0c
Medium
Building a Trivia Chatbot with OpenAI and Streamlit
Watching Kvizzing with Comedians has become a weekly ritual. If I come across an interesting trivia or a topic I note that down on my…
Python Variables: Naming Rules and Type Inference Explained
https://medium.com/@tejeswar_79802/python-variables-naming-rules-and-type-inference-explained-08ea9b80e1b5
https://medium.com/@tejeswar_79802/python-variables-naming-rules-and-type-inference-explained-08ea9b80e1b5
Medium
Python Variables: Naming Rules and Type Inference Explained
In the world of programming, variables act as containers that store data. Understanding how to name them and how Python infers their types is crucial for writing clean, efficient, and readable code…
Guide to Python’s CSV Module
https://medium.com/@tejeswar_79802/guide-to-pythons-csv-module-3335bf936003
https://medium.com/@tejeswar_79802/guide-to-pythons-csv-module-3335bf936003
Medium
A Comprehensive Guide to Python’s CSV Module
In the realm of data manipulation and processing, Python’s CSV module stands as a versatile and indispensable tool. This module enables the effortless reading, writing, and manipulation of data…
100 days of Data Science: Day 52 — Visualizing Distributions and Trends
https://medium.com/@rgr5882/100-days-of-data-science-day-52-visualizing-distributions-and-trends-d69a97e98a2a
https://medium.com/@rgr5882/100-days-of-data-science-day-52-visualizing-distributions-and-trends-d69a97e98a2a
Medium
Day 52 — Visualizing Distributions and Trends
In today’s post, we’ll walk through the key principles for visualizing distributions and trends
Path.mkdir(parents, exist_ok) in Python
https://medium.com/@tejeswar_79802/path-mkdir-parents-exist-ok-in-python-e879a1cfd852
https://medium.com/@tejeswar_79802/path-mkdir-parents-exist-ok-in-python-e879a1cfd852
Medium
Path.mkdir(parents, exist_ok) in Python: A Comprehensive Guide
In the realm of Python programming, manipulating files and directories is a fundamental task. The Path.mkdir(parents, exist_ok) method, provided by the pathlib module, empowers developers with a…
HTTP has evolved to make web data transfer faster and more efficient. Here are the key differences
https://medium.com/@powerzver98/http-has-evolved-to-make-web-data-transfer-faster-and-more-efficient-here-are-the-key-differences-70ab1c3a23b7
https://medium.com/@powerzver98/http-has-evolved-to-make-web-data-transfer-faster-and-more-efficient-here-are-the-key-differences-70ab1c3a23b7
Medium
HTTP has evolved to make web data transfer faster and more efficient. Here are the key differences
HTTP/1.1
🔗 Single Connection Per Request
Requests are processed sequentially, leading to delays (head-of-line blocking).
HTTP/2
⚡…
🔗 Single Connection Per Request
Requests are processed sequentially, leading to delays (head-of-line blocking).
HTTP/2
⚡…
Debugging in Python: Replace print() with ic() and Do It Like a Pro
https://medium.com/@kevinmenesesgonzalez/debugging-in-python-replace-print-with-ic-and-do-it-like-a-pro-18f330c863cb
https://medium.com/@kevinmenesesgonzalez/debugging-in-python-replace-print-with-ic-and-do-it-like-a-pro-18f330c863cb
Medium
Debugging in Python: Replace print() with ic() and Do It Like a Pro
Introduction:
Advanced Pandas: Optimizing DataFrames for Speed 🐼
https://elshad-karimov.medium.com/advanced-pandas-optimizing-dataframes-for-speed-ca6149a1ebe1
https://elshad-karimov.medium.com/advanced-pandas-optimizing-dataframes-for-speed-ca6149a1ebe1
Medium
Advanced Pandas: Optimizing DataFrames for Speed 🐼
Pandas is an essential tool for data manipulation in Python, but as datasets grow in size, performance can become an issue. Thankfully…
From Non-CS to Tech: My Journey in Building a Dog Breed Classification Project
https://medium.com/@carolinejudy2002/from-non-cs-to-tech-my-journey-in-building-a-dog-breed-classification-project-5c6badba7e30
https://medium.com/@carolinejudy2002/from-non-cs-to-tech-my-journey-in-building-a-dog-breed-classification-project-5c6badba7e30
Medium
From Non-CS to Tech: My Journey in Building a Dog Breed Classification Project
As someone who started with a non-computer science background, I often found myself standing at the crossroads of curiosity and…