Author at PyCon 2023: What I learned from the Python community
https://medium.com/capital-one-tech/author-at-pycon-2023-what-i-learned-from-the-python-community-6975ced2d9b4
https://medium.com/capital-one-tech/author-at-pycon-2023-what-i-learned-from-the-python-community-6975ced2d9b4
Medium
Author at PyCon 2023: What I learned from the Python community
Discover what Capital One learned at PyCon, the largest gathering for the Python community.
Uploading Photos to Instagram Using Python: A Beginner’s Guide with Instagrapi 📸
https://medium.com/@happynehra777/uploading-photos-to-instagram-using-python-a-beginners-guide-with-instagrapi-19796775e053
https://medium.com/@happynehra777/uploading-photos-to-instagram-using-python-a-beginners-guide-with-instagrapi-19796775e053
Medium
Uploading Photos to Instagram Using Python: A Beginner’s Guide with Instagrapi 📸
Are you an aspiring developer looking to automate your Instagram photo uploads? 🤖 Look no further! In this step-by-step guide, we’ll walk…
Empowering Your Workflow with Voice-Controlled Python Menu
https://medium.com/@omraghuvanshi1010/empowering-your-workflow-with-voice-controlled-python-menu-740219e60a07
https://medium.com/@omraghuvanshi1010/empowering-your-workflow-with-voice-controlled-python-menu-740219e60a07
Medium
Empowering Your Workflow with Voice-Controlled Python Menu
As technology continues to evolve, it’s opening up new avenues for us to interact with our devices in ways that were once deemed…
Creating the Indian National Flag Emblem using Python and OpenCV
https://medium.com/@gopesh3652/creating-the-indian-national-flag-emblem-using-python-and-opencv-5436f43a712a
https://medium.com/@gopesh3652/creating-the-indian-national-flag-emblem-using-python-and-opencv-5436f43a712a
Medium
Creating the Indian National Flag Emblem using Python and OpenCV
Introduction:
Python Learning Path: Mastering Python Skills with Comprehensive Book Recommendations
https://medium.com/@e.ghelbur/python-learning-path-mastering-python-skills-with-comprehensive-book-recommendations-2dc3f8431805
https://medium.com/@e.ghelbur/python-learning-path-mastering-python-skills-with-comprehensive-book-recommendations-2dc3f8431805
Medium
Python Learning Path: Mastering Python Skills with Comprehensive Book Recommendations
Embarking on a journey to master Python programming can be exciting and daunting. With the plethora of learning resources available, it’s…
11 Python Coding Habits That Make You A Bad Programmer
https://anmol3015.medium.com/11-python-coding-habits-that-make-you-a-bad-programmer-5e3306077686
https://anmol3015.medium.com/11-python-coding-habits-that-make-you-a-bad-programmer-5e3306077686
Medium
11 Python Coding Habits That Make You A Bad Programmer
Introduction
Gradient descent: a worked example of a foundational concept in machine learning
https://steve-klosterman.medium.com/gradient-descent-a-worked-example-of-a-foundational-concept-in-machine-learning-888a41030f1d
https://steve-klosterman.medium.com/gradient-descent-a-worked-example-of-a-foundational-concept-in-machine-learning-888a41030f1d
Medium
Gradient descent: a worked example of a foundational concept in machine learning
Learn the idea behind an optimization method that sits underneath a diverse array of machine learning models, using basic calculus and…
Having Python Email Me When An REI Item Is Back In Stock in My Size
https://medium.com/random-noise/using-python-to-email-me-when-an-rei-item-is-back-in-stock-in-my-size-2995da93059a
https://medium.com/random-noise/using-python-to-email-me-when-an-rei-item-is-back-in-stock-in-my-size-2995da93059a
Medium
Having Python Email Me When An REI Item Is Back In Stock in My Size
As a petite woman, it can be hard to find outdoor gear that fits and that I love. Currently I’m waiting for these alpine climbing pants to…
How I will describe how to make a qt app that edits a yaml file.
https://dlcoder.medium.com/how-i-will-describe-how-to-make-a-qt-app-that-edits-a-yaml-file-5fdd760b7f5e
https://dlcoder.medium.com/how-i-will-describe-how-to-make-a-qt-app-that-edits-a-yaml-file-5fdd760b7f5e
Medium
How I will describe how to make a qt app that edits a yaml file.
Qt is a cross-platform application development framework that is widely used for developing desktop, mobile, and embedded applications. It provides a comprehensive set of libraries and tools for…
Great Expectations — A Python Library Built for Data Quality
https://medium.com/@a.anwar98/great-expectations-a-python-library-built-for-data-quality-9043de754294
https://medium.com/@a.anwar98/great-expectations-a-python-library-built-for-data-quality-9043de754294
Medium
Great Expectations — A Python Library Built for Data Quality
Learn how to integrate data quality within your data pipelines with great_expectations.
Service-oriented Architecture With AWS Lambda: A Step-by-Step Tutorial
https://medium.com/@websudo/service-oriented-architecture-with-aws-lambda-a-step-by-step-tutorial-d5f1afe36ab2
https://medium.com/@websudo/service-oriented-architecture-with-aws-lambda-a-step-by-step-tutorial-d5f1afe36ab2
Medium
Service-oriented Architecture With AWS Lambda: A Step-by-Step Tutorial
When building web applications, there are many choices to be made that can either help or hinder your application in the future once you…
Fetching Data from Scientific Journal Articles via PUBMED
https://victormurcia-53351.medium.com/fetching-data-from-scientific-journal-articles-via-pubmed-4963e1d4f01e
https://victormurcia-53351.medium.com/fetching-data-from-scientific-journal-articles-via-pubmed-4963e1d4f01e
Medium
Fetching Data from Scientific Journal Articles via PUBMED
I think that an important stage in the development process of any data scientist is the transition from using previously made datasets from…
Demystifying ORB (Oriented FAST and Rotated BRIEF) Feature Detector and Descriptor in OpenCV
https://medium.com/@gopesh3652/demystifying-orb-oriented-fast-and-rotated-brief-feature-detector-and-descriptor-in-opencv-af11bfa135d0
https://medium.com/@gopesh3652/demystifying-orb-oriented-fast-and-rotated-brief-feature-detector-and-descriptor-in-opencv-af11bfa135d0
Medium
Demystifying ORB (Oriented FAST and Rotated BRIEF) Feature Detector and Descriptor in OpenCV
Introduction