Building a Handwritten Digit Recognition App Using Python and Deep Neural Networks
https://medium.com/@jurajpuchky/building-a-handwritten-digit-recognition-app-using-python-and-deep-neural-networks-3b1c779acd8b
https://medium.com/@jurajpuchky/building-a-handwritten-digit-recognition-app-using-python-and-deep-neural-networks-3b1c779acd8b
Medium
Building a Handwritten Digit Recognition App Using Python and Deep Neural Networks
Creating an app for recognizing handwritten numbers can be an exhilarating and instructive project that actualizes the principles of machine learning. This tutorial will take you through the process…
Top 10 Python String Methods Every Developer Should Know
https://medium.com/@pythonshield/top-10-python-string-methods-every-developer-should-know-37d439e4fdf5
https://medium.com/@pythonshield/top-10-python-string-methods-every-developer-should-know-37d439e4fdf5
Medium
Top 10 Python String Methods Every Developer Should Know
1. Introduction
🔍 Exploring Memory Views and Buffers in Python: A Deep Dive into Efficient Data Handling 🔍
https://elshad-karimov.medium.com/exploring-memory-views-and-buffers-in-python-a-deep-dive-into-efficient-data-handling-6cd37096ae36
https://elshad-karimov.medium.com/exploring-memory-views-and-buffers-in-python-a-deep-dive-into-efficient-data-handling-6cd37096ae36
Medium
🔍 Exploring Memory Views and Buffers in Python: A Deep Dive into Efficient Data Handling 🔍
If you’re working with large datasets or high-performance applications in Python, understanding memory views and buffers can be a…
Building a Personal Finance Tracker with Python and AI
https://medium.com/@jurajpuchky/building-a-personal-finance-tracker-with-python-and-ai-64795cedc7a3
https://medium.com/@jurajpuchky/building-a-personal-finance-tracker-with-python-and-ai-64795cedc7a3
Medium
Building a Personal Finance Tracker with Python and AI
Nowadays, tracking personal finances often takes a back seat to the basic tasks of day-to-day living. But thanks to modern technology, it doesn’t have to be that way. App developer and tutorial…
Stop Testing For Empty Strings Like This In Python!!
https://zlliu.medium.com/stop-testing-for-empty-strings-like-this-in-python-ad3263bba7dd
https://zlliu.medium.com/stop-testing-for-empty-strings-like-this-in-python-ad3263bba7dd
Medium
Stop Testing For Empty Strings Like This In Python!!
# And empty lists, tuples, etc etc
Monitoring API usage with Grafana: a complete guide for data engineers
https://medium.com/@cezary.szulc/monitoring-api-usage-with-grafana-a-complete-guide-for-data-engineers-44ebfa27d680
https://medium.com/@cezary.szulc/monitoring-api-usage-with-grafana-a-complete-guide-for-data-engineers-44ebfa27d680
Medium
Monitoring API usage with Grafana: a complete guide for data engineers
Monitoring is a critical aspect of maintaining reliable and efficient APIs. By keeping track of API usage, performance and errors, data…
“Are Microplastics Creeping Into Our Diet?”
https://heartofscience.medium.com/are-microplastics-creeping-into-our-diet-a556acf636c8
https://heartofscience.medium.com/are-microplastics-creeping-into-our-diet-a556acf636c8
Medium
“Are Microplastics Creeping Into Our Diet?”
In today’s world, our love for convenience and processed foods may be leading us down a dangerous path. New scientific studies reveal a startling reality: microplastics, tiny plastic particles less…
The Power of Python Generators: Smarter Memory Management with Yield
https://medium.com/@raphael0608/the-power-of-python-generators-smarter-memory-management-with-yield-b6dfceb59a28
https://medium.com/@raphael0608/the-power-of-python-generators-smarter-memory-management-with-yield-b6dfceb59a28
Medium
The Power of Python Generators: Smarter Memory Management with Yield
Recently, I found myself needing to explain the usage of the yield expression in Python to a colleague. We were discussing how to optimize…
Removing Elements from an Array In-Place in Python
https://medium.com/@bragadeeshs/removing-elements-from-an-array-in-place-in-python-fc1620e0270f
https://medium.com/@bragadeeshs/removing-elements-from-an-array-in-place-in-python-fc1620e0270f
Medium
Removing Elements from an Array In-Place in Python
Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The order of the elements may be changed…
Real-Life Workflow for Django Migrations: A Step-by-Step Guide
https://medium.com/@ewho.ruth2014/real-life-workflow-for-django-migrations-a-step-by-step-guide-c8fa0e51bfc8
https://medium.com/@ewho.ruth2014/real-life-workflow-for-django-migrations-a-step-by-step-guide-c8fa0e51bfc8
Medium
Real-Life Workflow for Django Migrations: A Step-by-Step Guide
A Real-Life Breakdown of Django Migration Workflow
Creating a simple Optical Mark Recognition (OMR) system in Python
https://medium.com/@konmoni786/creating-a-simple-optical-mark-recognition-omr-system-in-python-f43ac94a6f44
https://medium.com/@konmoni786/creating-a-simple-optical-mark-recognition-omr-system-in-python-f43ac94a6f44
Medium
Creating a simple Optical Mark Recognition (OMR) system in Python
Creating a simple Optical Mark Recognition (OMR) system in Python involves several steps, including image processing and analyzing marked…
Day 1: What is Machine Learning?
https://medium.com/@bhatadithya54764118/day-1-what-is-machine-learning-3060d8121d11
https://medium.com/@bhatadithya54764118/day-1-what-is-machine-learning-3060d8121d11
Medium
Day 1: What is Machine Learning? — Types (Supervised, Unsupervised, Reinforcement) and Its Applications
Welcome to the start of our 100 Days of Machine Learning journey! Today, we’ll dive into what machine learning is, explore the types of ML…
Task 3: Deploying a Python App with Nginx, RabbitMQ, and Celery for Email Sending and Logging
https://medium.com/@adeyemijoshua/task-3-deploying-a-python-app-with-nginx-rabbitmq-and-celery-for-email-sending-and-logging-991a2a09d6a3
https://medium.com/@adeyemijoshua/task-3-deploying-a-python-app-with-nginx-rabbitmq-and-celery-for-email-sending-and-logging-991a2a09d6a3
Medium
Task 3: Deploying a Python App with Nginx, RabbitMQ, and Celery for Email Sending and Logging
Introduction
Build and deploy a Gen AI app using VertexAI, Gemini and Streamlit
https://swethag04.medium.com/build-and-deploy-a-gen-ai-app-using-vertexai-gemini-and-streamlit-df3e52e1d2f2
https://swethag04.medium.com/build-and-deploy-a-gen-ai-app-using-vertexai-gemini-and-streamlit-df3e52e1d2f2
Medium
Build and deploy a Gen AI app using VertexAI, Gemini and Streamlit
This tutorial demonstrates how to build and deploy a generative AI application for educators using Google’s Gemini model, Vertex AI, and…
SMTP vs. Email API: Choosing the Right Tool for Your App’s Emails
https://medium.com/@ekunnusitheophilus/smtp-vs-email-api-choosing-the-right-tool-for-your-apps-emails-95f96ebad723
https://medium.com/@ekunnusitheophilus/smtp-vs-email-api-choosing-the-right-tool-for-your-apps-emails-95f96ebad723
Medium
SMTP vs. Email API: Choosing the Right Tool for Your App’s Emails
Sending emails from an app is more than just a “send” button. Whether you’re shooting out password resets, welcome messages, or entire…
Level Up Your Python Game: Why Every Coder Needs Poetry
https://medium.com/@meg.patakota/level-up-your-python-game-why-every-dev-needs-poetry-and-how-to-get-started-1b7bb85f268e
https://medium.com/@meg.patakota/level-up-your-python-game-why-every-dev-needs-poetry-and-how-to-get-started-1b7bb85f268e
Medium
Level Up Your Python Game: Why Every Coder Needs Poetry
How to Get Started!