Analyzing an Image using AWS Rekognition: Possibilities for Future Innovation
https://medium.com/@liljess981/analyzing-an-image-using-aws-rekognition-possibilities-for-future-innovation-4a14394f3751
https://medium.com/@liljess981/analyzing-an-image-using-aws-rekognition-possibilities-for-future-innovation-4a14394f3751
Medium
Analyzing an Image using AWS Rekognition: Possibilities for Future Innovation
Getting back on horses seems to be a habit of mine. One thing you realize in times when you’re down or feeling sad is the people who depend on you or look up to you that you don’t even know are…
Python OOPs(object oriented programming) Concepts
https://medium.com/@elijahobara/python-oops-object-oriented-programming-concepts-e96f5f355624
https://medium.com/@elijahobara/python-oops-object-oriented-programming-concepts-e96f5f355624
Medium
Python OOPs(object oriented programming) Concepts
There are many articles available on internet covering this topic, I have tried my best to cover the overview of the OOPs concept in the…
Mastering Python String Methods: A Comprehensive Guide
https://medium.com/@wordpediax/mastering-python-string-methods-a-comprehensive-guide-b4782726720d
https://medium.com/@wordpediax/mastering-python-string-methods-a-comprehensive-guide-b4782726720d
Medium
Mastering Python String Methods: A Comprehensive Guide
Strings are an essential data type in Python, representing text and character sequences. Python provides a rich set of built-in string…
Here’s Object Oriented Programming (OOP) Explained to an 8 Year Old
https://medium.com/@op_the_eye/heres-object-oriented-programming-oop-explained-to-an-8-year-old-773f2e0d9dd5
https://medium.com/@op_the_eye/heres-object-oriented-programming-oop-explained-to-an-8-year-old-773f2e0d9dd5
Medium
Here’s Object Oriented Programming (OOP) Explained to an 8 Year Old
OOP is a toughie for beginners, until someone dumbs it down enough for your 8y old cousin to understand.
Document Chaos: How I Built an Intelligent Assistant to Organize My Team’s Knowledge
https://cefasgpereira.medium.com/document-chaos-how-i-built-an-intelligent-assistant-to-organize-my-teams-knowledge-bbfb184f55df
https://cefasgpereira.medium.com/document-chaos-how-i-built-an-intelligent-assistant-to-organize-my-teams-knowledge-bbfb184f55df
Medium
Document Chaos: How I Built an Intelligent Assistant to Organize My Team’s Knowledge
Ultimately, at my job, we face a problem that I bet many of you also face, whether at work or in any other activity. You know that moment…
Take your data logging in Python to the next level with sqlite-utils
https://medium.com/@plotnikov.sseu/take-your-data-logging-in-python-to-the-next-level-with-sqlite-utils-7c3efbcc8854
https://medium.com/@plotnikov.sseu/take-your-data-logging-in-python-to-the-next-level-with-sqlite-utils-7c3efbcc8854
Medium
Take your data logging in Python to the next level with sqlite-utils
In the realm of data engineering, you’ll find an array of tools, many of them open-source, designed to make your life easier. They promise…
Why Python??Exploring the Power of Python Programming in the Complete Mega Bundle
https://medium.com/@novenlampung/why-python-exploring-the-power-of-python-programming-in-the-complete-mega-bundle-4243bf22fcc1
https://medium.com/@novenlampung/why-python-exploring-the-power-of-python-programming-in-the-complete-mega-bundle-4243bf22fcc1
Medium
Why Python??Exploring the Power of Python Programming in the Complete Mega Bundle
Python has emerged as the programming language of choice for a variety of applications, from web development to data analysis and machine…
Image classification on Raspberry Pi Zero (part 3) — Transformers
https://medium.com/digital-raspberry/image-classification-on-raspberry-pi-zero-part-3-transformers-690f0e5f3bdd
https://medium.com/digital-raspberry/image-classification-on-raspberry-pi-zero-part-3-transformers-690f0e5f3bdd
Medium
Image classification on Raspberry Pi Zero (part 3) — Transformers
Benchmarking the image classification time with PyTorch and ONNX.
Python Programming Reference Sheet
https://cdpateldigitalroom.medium.com/python-programming-reference-sheet-028ddd12986c
https://cdpateldigitalroom.medium.com/python-programming-reference-sheet-028ddd12986c
Medium
Python Programming Reference Sheet
Basics
Efficient Image Compression and Low-Latency Recovery with EfficientSRGAN
https://medium.com/@rubyabdullah14/efficient-image-compression-and-low-latency-recovery-with-efficientsrgan-6c509ba78b8a
https://medium.com/@rubyabdullah14/efficient-image-compression-and-low-latency-recovery-with-efficientsrgan-6c509ba78b8a
Medium
Efficient Image Compression and Low-Latency Recovery with EfficientSRGAN
github link…
Optimising Database Updates in FastAPI Application to Prevent Race Conditions
https://medium.com/@smdeepya2000/optimising-database-updates-in-fastapi-application-to-prevent-race-conditions-eda349b5a68e
https://medium.com/@smdeepya2000/optimising-database-updates-in-fastapi-application-to-prevent-race-conditions-eda349b5a68e
Medium
Optimising Database Updates in FastAPI Application to Prevent Race Conditions
Introduction: