Implementing Role-Based Access Control (RBAC) in Flask
https://medium.com/@oludakevin/implementing-role-based-access-control-rbac-in-flask-f7e69db698f6
https://medium.com/@oludakevin/implementing-role-based-access-control-rbac-in-flask-f7e69db698f6
Medium
Implementing Role-Based Access Control (RBAC) in Flask
In a web application, managing user access and permissions is crucial for security and functionality. Role-Based Access Control (RBAC) is a…
Best Practices for Alembic and SQLAlchemy
https://medium.com/@pavel.loginov.dev/best-practices-for-alembic-and-sqlalchemy-73e4c8a6c205
https://medium.com/@pavel.loginov.dev/best-practices-for-alembic-and-sqlalchemy-73e4c8a6c205
Medium
Best Practices for Alembic and SQLAlchemy
In this article, I’ll briefly go over some best practices that help keep projects organized, simplify database and migrations maintenance…
Understand Convolution Neural Network (CNN)
https://medium.com/@nivedita.home/understand-convolution-neural-network-cnn-c84ee68bd760
https://medium.com/@nivedita.home/understand-convolution-neural-network-cnn-c84ee68bd760
Medium
Understand Convolution Neural Network (CNN)
Imagine you have a big picture and want to identify it — a cat, a dog, or a flower? A Convolution Neural Network(CNN) takes that picture…
FastAPI Guide: Building a REST API in 15 Minutes
https://medium.com/@kuldeepkumawat195/fastapi-guide-building-a-rest-api-in-15-minutes-2200273e5015
https://medium.com/@kuldeepkumawat195/fastapi-guide-building-a-rest-api-in-15-minutes-2200273e5015
Medium
FastAPI Guide: Building a REST API in 15 Minutes
Creating a RESTful API with FastAPI, a high-performance framework based on Starlette and Pydantic, is quick and flexible. This guide will…
Getting Started with AI: A Beginner’s Guide
https://pranuthimangu.medium.com/getting-started-with-ai-a-beginners-guide-6f46f27ce3e6
https://pranuthimangu.medium.com/getting-started-with-ai-a-beginners-guide-6f46f27ce3e6
Medium
Getting Started with AI: A Beginner’s Guide
Artificial Intelligence (AI) is transforming industries, driving innovation, and reshaping the way we interact with technology. Whether…
10 Python Coding Questions Data Scientists and ML Engineers Should Know
https://medium.com/@manyi.yim/10-python-coding-questions-data-scientists-and-ml-engineers-should-know-ee3b5ad13d7f
https://medium.com/@manyi.yim/10-python-coding-questions-data-scientists-and-ml-engineers-should-know-ee3b5ad13d7f
Medium
10 Python Coding Questions Data Scientists and ML Engineers Should Know
These are the coding problems data scientists and machine learning engineers are dealing with every day. No matter whether you are…
EasyPyLearn Series (E1): Introduction to Python 🐍 & Programming Environment
https://nahid002345.medium.com/easypylearn-series-e1-introduction-to-python-programming-environment-bfc4de16a08a
https://nahid002345.medium.com/easypylearn-series-e1-introduction-to-python-programming-environment-bfc4de16a08a
Medium
EasyPyLearn Series (E1): Introduction to Python 🐍 & Programming Environment
Are you intrigued by the world of programming but unsure where to start? Perhaps you’ve heard that Python is a great language for…
[SOLVED] Cannot load `swrast` and `iris` drivers in Fedora 35
https://medium.com/@fixitblog/solved-cannot-load-swrast-and-iris-drivers-in-fedora-35-221e26015fec
https://medium.com/@fixitblog/solved-cannot-load-swrast-and-iris-drivers-in-fedora-35-221e26015fec
Medium
[SOLVED] Cannot load `swrast` and `iris` drivers in Fedora 35
The underlying problem is that we have a piece of software that was built with an older C++ compiler. Part of the compiler is its implementation of libstdc++ which becomes part of the runtime…
Quantization of neural networks: floating point numbers
https://medium.com/@pavel.kos/quantization-of-neural-networks-floating-point-numbers-512a17c2e049
https://medium.com/@pavel.kos/quantization-of-neural-networks-floating-point-numbers-512a17c2e049
Medium
Quantization of neural networks: floating point numbers
Neural networks can take up a lot of space and parameters are usually stored in Floating Point 32 format. For instance, there are Llama 3.1…
LeetCode : Backspace String Compare
https://medium.com/@jyk60222/leetcode-backspace-string-compare-6a8578c973d1
https://medium.com/@jyk60222/leetcode-backspace-string-compare-6a8578c973d1
Medium
LeetCode : Backspace String Compare
844. Backspace String Compare
Setting up an virtual environment for Python development.
https://medium.com/@upshift_be/setting-up-an-virtual-environment-for-python-development-17b57b2e79e0
https://medium.com/@upshift_be/setting-up-an-virtual-environment-for-python-development-17b57b2e79e0
Medium
Setting up an virtual environment for Python development.
Learn the essentials of setting up virtual environments in Python to keep your projects organized and your dependencies isolated.
How to write a first code in Python?
https://medium.com/@drmamirsultan/how-to-write-a-first-code-in-python-dbc25954378d
https://medium.com/@drmamirsultan/how-to-write-a-first-code-in-python-dbc25954378d
Medium
How to write a first code in Python?
Python 1st code :
Why C++ Is Climbing the Ranks: An In-Depth Look at its TIOBE Popularity Surge
https://medium.com/@najascj/why-c-is-climbing-the-ranks-an-in-depth-look-at-its-tiobe-popularity-surge-2a5f7b69e7f3
https://medium.com/@najascj/why-c-is-climbing-the-ranks-an-in-depth-look-at-its-tiobe-popularity-surge-2a5f7b69e7f3
Medium
Why C++ Is Climbing the Ranks: An In-Depth Look at its TIOBE Popularity Surge
In the recent October 2024 TIOBE rankings, C++ has claimed the number two spot, overtaking Java and closely following Python. With a growth…
Stop Sending Messy Responses! The Ultimate Django DRF Response Structure You Need 🚀
https://medium.com/@dhruvahuja2330/stop-sending-messy-responses-the-ultimate-django-drf-response-structure-you-need-ede18b5a7f86
https://medium.com/@dhruvahuja2330/stop-sending-messy-responses-the-ultimate-django-drf-response-structure-you-need-ede18b5a7f86
Medium
Stop Sending Messy Responses! The Ultimate Django DRF Response Structure You Need 🚀
💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!
Python’s OS Library: Essential Tools for File and Directory Management
https://blog.devgenius.io/pythons-os-library-essential-tools-for-file-and-directory-management-8f0634a2575a
https://blog.devgenius.io/pythons-os-library-essential-tools-for-file-and-directory-management-8f0634a2575a
Medium
Python’s OS Library: Essential Tools for File and Directory Management
A Beginner’s Walkthrough for Navigating and Organizing Your Workspace Programmatically
Part 2: Optical Character Recognition Using Zerox library
https://rohitraj-iit.medium.com/part-2-optical-character-recognition-using-zerox-library-aef7d8c39bab
https://rohitraj-iit.medium.com/part-2-optical-character-recognition-using-zerox-library-aef7d8c39bab
Medium
Part 2: Optical Character Recognition Using Zerox library
Y Combinator backed startup OCR tool
Optimizing Django for Large-Scale Applications
https://medium.com/@farad.dev/optimizing-django-for-large-scale-applications-fb36c3f6bdfe
https://medium.com/@farad.dev/optimizing-django-for-large-scale-applications-fb36c3f6bdfe
Medium
Optimizing Django for Large-Scale Applications
Welcome to the world of Django, a powerful web framework that allows you to build web applications quickly and efficiently. If you’re…