Building a Real-Time Chat Application with FastAPI and WebSocket
https://medium.com/@navneetsingh_95791/building-a-real-time-chat-application-with-fastapi-and-websocket-3357c261d01d
https://medium.com/@navneetsingh_95791/building-a-real-time-chat-application-with-fastapi-and-websocket-3357c261d01d
Medium
Building a Real-Time Chat Application with FastAPI and WebSocket
Real-time communication has become an integral part of modern web applications, enabling users to interact with each other in real-time…
How to Use Secrets in Google Colab for API Key Protection: A Guide for OpenAI, HuggingFace, and…
https://drlee.io/how-to-use-secrets-in-google-colab-for-api-key-protection-a-guide-for-openai-huggingface-and-c1ec9e1277e0
https://drlee.io/how-to-use-secrets-in-google-colab-for-api-key-protection-a-guide-for-openai-huggingface-and-c1ec9e1277e0
Medium
How to Use Secrets in Google Colab for API Key Protection: A Guide for OpenAI, HuggingFace, and…
Introduction
FastAPI vs Flask: A Performance Comparison
https://medium.com/@navneetsingh_95791/fastapi-vs-flask-a-performance-comparison-7f353a2a027e
https://medium.com/@navneetsingh_95791/fastapi-vs-flask-a-performance-comparison-7f353a2a027e
Medium
FastAPI vs Flask: A Performance Comparison
Choosing the right web framework is crucial for building high-performance and scalable applications. Flask and FastAPI are two popular…
Deploying a FastAPI Application on AWS Lambda: A Step-by-Step Guide
https://medium.com/@navneetsingh_95791/deploying-a-fastapi-application-on-aws-lambda-a-step-by-step-guide-4992010f7d5d
https://medium.com/@navneetsingh_95791/deploying-a-fastapi-application-on-aws-lambda-a-step-by-step-guide-4992010f7d5d
Medium
Deploying a FastAPI Application on AWS Lambda: A Step-by-Step Guide
Serverless architecture has gained immense popularity due to its scalability, cost-effectiveness, and ease of deployment. AWS Lambda, a…
FastAPI and Pydantic: Modern Data Validation in Python
https://medium.com/@navneetsingh_95791/fastapi-and-pydantic-modern-data-validation-in-python-5fa0152f3588
https://medium.com/@navneetsingh_95791/fastapi-and-pydantic-modern-data-validation-in-python-5fa0152f3588
Medium
FastAPI and Pydantic: Modern Data Validation in Python
Data validation is a critical aspect of modern web development, ensuring that incoming data meets specified requirements before processing…
Building a RESTful API with FastAPI and SQLAlchemy
https://medium.com/@navneetsingh_95791/building-a-restful-api-with-fastapi-and-sqlalchemy-f87b1a5cfaa5
https://medium.com/@navneetsingh_95791/building-a-restful-api-with-fastapi-and-sqlalchemy-f87b1a5cfaa5
Medium
Building a RESTful API with FastAPI and SQLAlchemy
In the world of web development, building robust and efficient APIs is crucial for creating scalable and maintainable applications…
FastAPI: A Comprehensive Introduction for Python Developers
https://medium.com/@navneetsingh_95791/fastapi-a-comprehensive-introduction-for-python-developers-da19823c12e3
https://medium.com/@navneetsingh_95791/fastapi-a-comprehensive-introduction-for-python-developers-da19823c12e3
Medium
FastAPI: A Comprehensive Introduction for Python Developers
In recent years, the demand for high-performance, scalable, and easy-to-use web frameworks has skyrocketed. FastAPI, a modern Python web…
The data transformation step of ETL/ELT, using Large Language Models (LLMs)
https://medium.com/@mehrdad.al.2023/the-transformation-step-of-etl-elt-using-large-language-models-llms-3ee88ed5d1f3
https://medium.com/@mehrdad.al.2023/the-transformation-step-of-etl-elt-using-large-language-models-llms-3ee88ed5d1f3
Medium
The data transformation step of ETL/ELT, using Large Language Models (LLMs)
ETL is the primary responsibility of data engineers. Previously, working with unstructured data (like text) to reveal valuable information…
Understanding Python Objects: The Significance of Mutability and Immutability
https://medium.com/@Lebzul/understanding-python-objects-the-significance-of-mutability-and-immutability-e9953ecdf56b
https://medium.com/@Lebzul/understanding-python-objects-the-significance-of-mutability-and-immutability-e9953ecdf56b
Medium
Understanding Python Objects: The Significance of Mutability and Immutability
Introduction
Day 6 of 100 Days of Data: Exploring Crime Dataset Timing Trends
https://medium.com/@edeh.chimezie.one/day-6-of-100-days-of-data-exploring-crime-dataset-timing-trends-db9e62a43a24
https://medium.com/@edeh.chimezie.one/day-6-of-100-days-of-data-exploring-crime-dataset-timing-trends-db9e62a43a24
Medium
Day 6 of 100 Days of Data: Exploring Crime Dataset Timing Trends
Sorry for the delayed article, but today is a watershed point in our data journey as we dig into the complex realm of crime databases…
Building Scalable and Easily Testable Django Backends: A Step-by-Step Guide
https://medium.com/@ogretenahmetcan/building-scalable-and-easily-testable-django-backends-a-step-by-step-guide-55e29a5ad231
https://medium.com/@ogretenahmetcan/building-scalable-and-easily-testable-django-backends-a-step-by-step-guide-55e29a5ad231
Medium
Building Scalable and Easily Testable Django Backends: A Step-by-Step Guide
Learn to build scalable, testable Django backends with layered architecture, isolating components for streamlined development and testing.
Rise Blockchain Technology Enters Python Developers’ Realm with $5000 Contest
https://medium.com/@diinoprakash/rise-blockchain-technology-enters-python-developers-realm-with-5000-contest-18fb35b8a4e6
https://medium.com/@diinoprakash/rise-blockchain-technology-enters-python-developers-realm-with-5000-contest-18fb35b8a4e6
Medium
Rise Blockchain Technology Enters Python Developers’ Realm with $5000 Contest
Ryze, a leading blockchain platform, has recently made significant strides in expanding its reach by introducing a Python API library, enabling Python developers to seamlessly integrate Ryze…
Storing Images in SQLite Database with Flask and Encoding/Decoding Images to Base64 to Send to…
https://medium.com/@anissalopez/storing-images-in-sqlite-database-with-flask-and-encoding-decoding-images-to-base64-to-send-to-fc7b3cc6f6b0
https://medium.com/@anissalopez/storing-images-in-sqlite-database-with-flask-and-encoding-decoding-images-to-base64-to-send-to-fc7b3cc6f6b0
Medium
Storing Images in SQLite Database with Flask and Encoding/Decoding Images to Base64 to Send to…
I recently finished building a full-stack application that utilized React and Flask, a micro web framework for Python that allows you to…
Mastering 100 Python F-Strings from basic to advanced, novel tricks and cheat sheets
https://ravi-m.medium.com/mastering-100-python-f-strings-from-basic-to-advanced-novel-tricks-and-cheat-sheets-43a582104f21
https://ravi-m.medium.com/mastering-100-python-f-strings-from-basic-to-advanced-novel-tricks-and-cheat-sheets-43a582104f21
Medium
Mastering 100 Python F-Strings from basic to advanced, novel tricks and cheat sheets
Unleash the Power of Advanced String Formatting with 100 Tips and Techniques, focusing on the creative application of F-strings in specific…
Comprehensive Guide to Python Libraries for Docker
https://medium.com/@dwivedi.abhijeet1301/comprehensive-guide-to-python-libraries-for-docker-a1c5c5f9ca3c
https://medium.com/@dwivedi.abhijeet1301/comprehensive-guide-to-python-libraries-for-docker-a1c5c5f9ca3c
Medium
Comprehensive Guide to Python Libraries for Docker
Introduction:
Conquer Modular Coding in Python: Master Modules, Packages, and Avoid Import Errors
https://ravi-m.medium.com/conquer-modular-coding-in-python-master-modules-packages-and-avoid-import-errors-70361a260b6c
https://ravi-m.medium.com/conquer-modular-coding-in-python-master-modules-packages-and-avoid-import-errors-70361a260b6c
Medium
Conquer Modular Coding in Python: Master Modules, Packages, and Avoid Import Errors
Discover the secrets of modular coding and avoid common import errors.
A Tutorial of Pygame — A fun Python Library for Creating Video Games
https://medium.com/@zhangkd5/a-tutorial-of-pygame-a-fun-python-library-for-creating-video-games-8146495ee0d5
https://medium.com/@zhangkd5/a-tutorial-of-pygame-a-fun-python-library-for-creating-video-games-8146495ee0d5
Medium
A Tutorial of Pygame — A fun Python Library for Creating Video Games
In the world of video games, every exciting jump, every thrilling sprint, and every piece of beautiful background music are all magical…