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…
How to Build a Text Analysis Website by Python Flask and OpenAI API (3): set up Independent…
https://medium.com/preprintblog/how-to-build-a-text-analysis-website-by-python-flask-and-openai-api-3-set-up-independent-deec49291640
https://medium.com/preprintblog/how-to-build-a-text-analysis-website-by-python-flask-and-openai-api-3-set-up-independent-deec49291640
Medium
How to Build a Text Analysis Website by Python Flask and OpenAI API (3): set up Independent Configuration File
Previously
Quick Guide: Installing PIP on Mac OS
https://medium.com/@stemlemark/quick-guide-installing-pip-on-mac-os-0198987cbc44
https://medium.com/@stemlemark/quick-guide-installing-pip-on-mac-os-0198987cbc44
Medium
Quick Guide: Installing PIP on Mac OS
Python packages and modules are essential parts of efficient Python development. While often grouped together, it is important to note the…
Four Pillars of Object Oriented Programming in Python
https://medium.com/@dukemorise33/four-pillars-of-object-oriented-programming-in-python-5311db6fefbb
https://medium.com/@dukemorise33/four-pillars-of-object-oriented-programming-in-python-5311db6fefbb
Medium
Four Pillars of Object Oriented Programming in Python
In software development, more likely than not, you will come across the word “object oriented programming”. Object oriented programming is…
Heap Data Structure, Min and Max Heap with Leetcode # 215,
https://medium.com/@mudassirfayaz125/heap-data-structure-min-and-max-heap-with-leetcode-215-0525228ce632
https://medium.com/@mudassirfayaz125/heap-data-structure-min-and-max-heap-with-leetcode-215-0525228ce632
Medium
Heap Data Structure, Min and Max Heap with Leetcode # 215,
Intuition
Building an ANN with PyTorch: A Deep Dive into Neural Network Training 🚀
https://jillanisofttech.medium.com/building-an-ann-with-pytorch-a-deep-dive-into-neural-network-training-a7fdaa047d81
https://jillanisofttech.medium.com/building-an-ann-with-pytorch-a-deep-dive-into-neural-network-training-a7fdaa047d81
Medium
Building an ANN with PyTorch: A Deep Dive into Neural Network Training 🚀
By 🌟Muhammad Ghulam Jillani, Senior Data Scientist and Machine Learning Engineer🧑💻