A high-level overview of GPU programming tools
https://medium.com/@kzeman10/a-high-level-overview-of-gpu-programming-tools-925c4837ff73
https://medium.com/@kzeman10/a-high-level-overview-of-gpu-programming-tools-925c4837ff73
Medium
A high-level overview of GPU programming tools
In recent years, CPUs have gotten better by around 10% per generation and it is challenging to even keep this improvement rate due to…
Demystifying Dereferencing in C: A Simple Guide
https://medium.com/@nangiro/demystifying-dereferencing-in-c-a-simple-guide-cf64568223df
https://medium.com/@nangiro/demystifying-dereferencing-in-c-a-simple-guide-cf64568223df
Medium
Demystifying Dereferencing in C: A Simple Guide
Hello there! Today, I’m going to uncover the magic behind “dereferencing” in the C language. Don’t worry if it sounds a bit mysterious; I…
Unlocking the Power of Indexing & Slicing in Pandas Series
https://medium.com/@datasciencedelight/unlocking-the-power-of-indexing-slicing-in-pandas-series-f6d43301dc4
https://medium.com/@datasciencedelight/unlocking-the-power-of-indexing-slicing-in-pandas-series-f6d43301dc4
Medium
Unlocking the Power of Indexing & Slicing in Pandas Series
Welcome! to the ultimate guide on “Unlocking the Power of Indexing & Slicing in Pandas Series”. In this session, we will learn how to…
Gesture controlled game using TensorFlow
https://medium.com/@sbasil.ahamed/gesture-controlled-game-using-tensorflow-61f8a4cdb2af
https://medium.com/@sbasil.ahamed/gesture-controlled-game-using-tensorflow-61f8a4cdb2af
Medium
Gesture controlled game using TensorFlow
Let us discuss gesture-controlled game using TensorFlow, I hope this article will be much interesting as it provides a holistic gaming…
Taming the beast: Python Package Maintenance Made Simple
https://medium.com/ambient-innovation/from-chaos-to-control-python-package-maintenance-made-simple-b10b9dcaa6a8
https://medium.com/ambient-innovation/from-chaos-to-control-python-package-maintenance-made-simple-b10b9dcaa6a8
Medium
Taming the beast: Python Package Maintenance Made Simple
How to reduce package maintenance like a pro
The Ultimate VS Code Setup for Python
https://medium.com/@ordinaryindustries/the-ultimate-vs-code-setup-for-python-538026b34d94
https://medium.com/@ordinaryindustries/the-ultimate-vs-code-setup-for-python-538026b34d94
Medium
The Ultimate VS Code Setup for Python
Having a well-optimized setup for your Visual Studio Code (VS Code) is nothing short of a game-changer when it comes to unleashing your…
Best way to make Async Requests with FastAPI… the HTTPX Request Client!
https://medium.com/@benshearlaw/how-to-use-httpx-request-client-with-fastapi-16255a9984a4
https://medium.com/@benshearlaw/how-to-use-httpx-request-client-with-fastapi-16255a9984a4
Medium
Best way to make Async Requests with FastAPI… the HTTPX Request Client & Tenacity!
It's very common to need to make requests from your API to other APIs. For years, Python developers heavily favored the Requests HTTP…
Query an LLM, like SQL, for dataset creation in one prompt query!
https://medium.com/@j622amilah/query-an-llm-like-sql-for-dataset-creation-in-one-prompt-query-471e5384beb
https://medium.com/@j622amilah/query-an-llm-like-sql-for-dataset-creation-in-one-prompt-query-471e5384beb
Medium
Query an LLM, like SQL, for dataset creation in one prompt query!
LLMs are prevalent, easy to use, and they give factual data, so why not use LLMs to create datasets for fact checking (statistical and…
Unveiling the Unbelievable: Exploring the Spectacular New Features of Bard AI
https://medium.com/msackiit/unveiling-the-unbelievable-exploring-the-spectacular-new-features-of-bard-ai-3633f7ed1928
https://medium.com/msackiit/unveiling-the-unbelievable-exploring-the-spectacular-new-features-of-bard-ai-3633f7ed1928
Medium
Unveiling the Unbelievable: Exploring the Spectacular New Features of Bard AI
Unveil the enigma of Bard AI’s hidden powers — explore the mystery of Google Lens integration and the captivating reading responses!
Standard naming conventions in Swiftui
https://medium.com/@mohammedibrahim.iosdevv/standard-naming-conventions-in-swiftui-8cc250fbae9c
https://medium.com/@mohammedibrahim.iosdevv/standard-naming-conventions-in-swiftui-8cc250fbae9c
Medium
Standard naming conventions in Swiftui
In SwiftUI, following standard naming conventions is essential to write clean and consistent code that is easily understandable by other…
Building an App Monitoring Environment using Telegraf, InfluxDB and Kubernetes
https://akpolatcem.medium.com/building-an-app-monitoring-environment-using-telegraf-influxdb-and-kubernetes-770b9861b3ce
https://akpolatcem.medium.com/building-an-app-monitoring-environment-using-telegraf-influxdb-and-kubernetes-770b9861b3ce
Medium
Building a Monitoring System using Telegraf, InfluxDB and Kubernetes
The containerization technology is applied nearly in all projects due to many reasons such as the easy management, isolation of the apps…
Top Full-Stack Development Frameworks in 2023
https://abhimanyupatra.medium.com/top-full-stack-development-frameworks-in-2023-230e3525be82
https://abhimanyupatra.medium.com/top-full-stack-development-frameworks-in-2023-230e3525be82
Medium
Top Full-Stack Development Frameworks in 2023
In the fast-paced world of web development, staying updated with the latest technologies and frameworks is essential to build robust and…
Stop representing file paths in Python using strings!
https://medium.com/@guandika8/stop-representing-file-paths-in-python-using-strings-8312791f10f
https://medium.com/@guandika8/stop-representing-file-paths-in-python-using-strings-8312791f10f
Medium
Stop representing file paths in Python using strings!
If you program in Python, you may have to deal with file paths a lot. You might be tempted to represent it with a direct string like…
How To Use A Trained Model In An Application Using TensorFlow
https://medium.com/@hammad.ai/how-to-use-a-trained-model-in-an-application-using-tensorflow-cd8b4024bb28
https://medium.com/@hammad.ai/how-to-use-a-trained-model-in-an-application-using-tensorflow-cd8b4024bb28
Medium
How To Use A Trained Model In An Application Using TensorFlow
I will show you how to use any model inside your custom application using TensorFlow in Python. And we will use that to make an app with…
Bubble Sort Implementation in Python
https://medium.com/@astronout/bubble-sort-implementation-in-python-e19356487ce6
https://medium.com/@astronout/bubble-sort-implementation-in-python-e19356487ce6
Medium
Bubble Sort Implementation in Python
Bubble sort is one of the simplest algorithms to start learning Data structures and algorithms. It’s a comparison-based algorithm in which…
6-Month Adventure: Mastering Machine Learning like a Pro!
https://medium.com/@gabrielpeter2090/6-month-adventure-mastering-machine-learning-like-a-pro-82d397ab9002
https://medium.com/@gabrielpeter2090/6-month-adventure-mastering-machine-learning-like-a-pro-82d397ab9002
Medium
6-Month Adventure: Mastering Machine Learning like a Pro!
Embark on an exhilarating journey through the realm of machine learning! Over the next 24 weeks, we'll navigate a carefully crafted…
Real-Time Face Detection and Blurring using Python and OpenCV
https://sayantansamanta098.medium.com/real-time-face-detection-and-blurring-using-python-and-opencv-a0ac39efade2
https://sayantansamanta098.medium.com/real-time-face-detection-and-blurring-using-python-and-opencv-a0ac39efade2
Medium
Real-Time Face Detection and Blurring using Python and OpenCV
Safeguarding Privacy and Unveiling the Magic of Computer Vision: A Step-by-Step Guide to Real-Time Face Detection and Blurring with Python…