3D Model Reconstruction from Images: Implementing with OpenCV
https://medium.com/@lotfi-habbiche/3d-model-reconstruction-from-images-implementing-with-opencv-3d1b370fa13c
https://medium.com/@lotfi-habbiche/3d-model-reconstruction-from-images-implementing-with-opencv-3d1b370fa13c
Medium
3D Model Reconstruction from Images: Implementing with OpenCV
3D model reconstruction from 2D images is a cutting-edge application in the field of computer vision. This process, significantly enhanced…
Chatbot for Interacting with Your Books
https://medium.com/@saverio3107/chatbot-for-interacting-with-your-books-fa5277fd6a21
https://medium.com/@saverio3107/chatbot-for-interacting-with-your-books-fa5277fd6a21
Medium
Chatbot for Interacting with Your Books
This chatbot, developed using the OpenAI API, is specifically tailored to interact with “The Almanack of Naval Ravikant,” a book by Naval…
Food Safety Algorithm, Part 2: Developing the Program
https://medium.com/@mishti27/food-safety-algorithm-part-2-developing-the-program-49b750410fb9
https://medium.com/@mishti27/food-safety-algorithm-part-2-developing-the-program-49b750410fb9
Medium
Food Safety Algorithm, Part 2: Developing the Program
As described earlier, I decided to separate the program into 3 separate functions (or ‘modules’ if you prefer) that would be called in a…
LeetCode Study Plan: Introduction to Pandas
https://medium.com/@ataseren/leetcode-study-plan-introduction-to-pandas-2e11ec94c6fd
https://medium.com/@ataseren/leetcode-study-plan-introduction-to-pandas-2e11ec94c6fd
Medium
LeetCode Study Plan: Introduction to Pandas
In this story, I’ll name the questions, provide my answers, and explain the functions used in the solutions of this study plan about…
Custom Voice Assistant with wake up command in Python and OpenAI API
https://medium.com/@jigar_joshi/custom-voice-assistant-with-wake-up-command-in-python-and-openai-api-0a327ebdbf6b
https://medium.com/@jigar_joshi/custom-voice-assistant-with-wake-up-command-in-python-and-openai-api-0a327ebdbf6b
Medium
AI powered : Voice Assistant with wake up command in Python and OpenAI API
Voice assistants have become an integral part of our daily lives, helping us with tasks ranging from setting reminders and answering questions to controlling smart home devices. In this blog post…
Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]
https://techwithshadab.medium.com/level-up-your-python-essential-style-guide-tips-for-readable-maintainable-code-part-2-4cd84a25f83a
https://techwithshadab.medium.com/level-up-your-python-essential-style-guide-tips-for-readable-maintainable-code-part-2-4cd84a25f83a
Medium
Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]
Style Rules
Upload file to SharePoint Site using Python
https://medium.com/@giniya86/upload-file-to-sharepoint-site-using-python-5e9d06860538
https://medium.com/@giniya86/upload-file-to-sharepoint-site-using-python-5e9d06860538
Medium
Upload file to SharePoint Site using Python
Are you curious about how to upload files to SharePoint using Python Script? In this article, you’ll find how Python can help you save time…
Python Generators Demystified: Unraveling the ‘yield’ Keyword
https://medium.com/the-kickstarter/python-generators-demystified-unraveling-the-yield-keyword-2d1b4de87b98
https://medium.com/the-kickstarter/python-generators-demystified-unraveling-the-yield-keyword-2d1b4de87b98
Medium
Python Generators Demystified: Unraveling the ‘yield’ Keyword
An introductory guide to generators in Python to provide a helping hand when writing and reviewing code.
9 Advanced Magic Methods in Python To Customize Classes Conveniently
https://medium.com/techtofreedom/9-advanced-magic-methods-in-python-to-customize-classes-conveniently-a1f50fa4b53e
https://medium.com/techtofreedom/9-advanced-magic-methods-in-python-to-customize-classes-conveniently-a1f50fa4b53e
Medium
9 Advanced Magic Methods in Python To Customize Classes Conveniently
Go beyond basic object-oriented programming
LeetCode Daily (Python): # 1662 Check if Two String Arrays are Equivalent
https://medium.com/@dylanzenner/leetcode-daily-python-1662-check-if-two-string-arrays-are-equivalent-f4cb9540b0bc
https://medium.com/@dylanzenner/leetcode-daily-python-1662-check-if-two-string-arrays-are-equivalent-f4cb9540b0bc
Medium
LeetCode Daily (Python): # 1662 Check if Two String Arrays are Equivalent
Problem Link: https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/
Meet Neuro 2.0: A Program That Predicts Poor Neurologic Outcomes Post-Hospital Discharge
https://medium.com/@raya27ac/meet-neuro-2-0-a-program-that-predicts-poor-neurologic-outcomes-post-hospital-discharge-1bfba7490519
https://medium.com/@raya27ac/meet-neuro-2-0-a-program-that-predicts-poor-neurologic-outcomes-post-hospital-discharge-1bfba7490519
Medium
Meet Neuro 2.0: A Program That Predicts Poor Neurologic Outcomes Post-Hospital Discharge
Have you ever wondered if there was a way to detect poor neurological activity outside a hospital?
A Practical Exploration of Data Cleaning and Processing Strategies
https://medium.com/@Pritom_Bhowmik/a-practical-exploration-of-data-cleaning-and-processing-strategies-39f5421d6fd1
https://medium.com/@Pritom_Bhowmik/a-practical-exploration-of-data-cleaning-and-processing-strategies-39f5421d6fd1
Medium
A Practical Exploration of Data Cleaning and Processing Strategies
In the intricate landscape of data science and analytics endeavors, the paramount importance of data cleansing and processing is…
Want to try Web Parsing? Try getting to know SELECTOLAX first.
https://medium.com/@lutfiverdian/want-to-try-web-parsing-try-getting-to-know-selectolax-first-efacdc407c10
https://medium.com/@lutfiverdian/want-to-try-web-parsing-try-getting-to-know-selectolax-first-efacdc407c10
Medium
Want to try Web Parsing? Try getting to know SELECTOLAX first.
Hello, here I will explain Selectolax, which is an HTML parsing module that is usually used for scraping a website. By using Selectolax, we…
Unveiling Python’s “Zen of Python”: A Journey into the Art of Pythonic Programming
https://python.plainenglish.io/unveiling-pythons-zen-of-python-a-journey-into-the-art-of-pythonic-programming-a5a6edec007f
https://python.plainenglish.io/unveiling-pythons-zen-of-python-a-journey-into-the-art-of-pythonic-programming-a5a6edec007f
Medium
Unveiling Python’s “Zen of Python”: A Journey into the Art of Pythonic Programming
Decoding the Pythonic Principles: A Comprehensive Exploration of the Zen of Python with Examples
Interacting with AWS: Python Boto3, Lambda and EC2 Instances.
https://medium.com/@ebonyymonae/interacting-with-aws-python-boto3-lambda-and-ec2-instances-a520c723089e
https://medium.com/@ebonyymonae/interacting-with-aws-python-boto3-lambda-and-ec2-instances-a520c723089e
Medium
Interacting with AWS: Python Boto3, Lambda and EC2 Instances.
This post will be showcasing the SDK (software development kit) Boto3 for Python! Boto3 is the AWS SDK that allows Python developers to programmatically interact with AWS services. It is a Python…
Big Data: The Myth of Multitudes (Part 1)
https://medium.com/@vince.shields913/big-data-the-myth-of-multitudes-part-1-92c31f788784
https://medium.com/@vince.shields913/big-data-the-myth-of-multitudes-part-1-92c31f788784
Medium
Big Data: The Myth of Multitudes (Part 1)
Humans have a need to fit everything it into basic categories. It speeds up our ability to make decisions and solve problems. The more time…
Extract Telegram Messages with Sleuth: A Step-by-Step Guide
https://medium.com/@naufalmng/extract-telegram-messages-with-sleuth-a-step-by-step-guide-8b2285301af3
https://medium.com/@naufalmng/extract-telegram-messages-with-sleuth-a-step-by-step-guide-8b2285301af3
Medium
Extract Telegram Messages with Sleuth: A Step-by-Step Guide
Greetings, fellow tech enthusiasts! Today, I embark on a journey to explore the powerful realm of data extraction from Telegram chats using…