Python


Django ORM — Examples and Practice Problems

Django ORM — Examples and Practice Problems

Starter guide for a RAG Web App using Chroma & OpenAI

Django ormDjangoDatabase
How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server

How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server

Hey folks, today we are going discuss How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server. Personally I like to use MobaXterm (it’s free) to log into my…

PythonDigitaloceanNgnix
10 Best Python Frameworks used for Automation Testing in 2023

10 Best Python Frameworks used for Automation Testing in 2023

PythonTestingTdd
Jarvis GPT: Create your own version of Jarvis from Iron Man using Python and OpenAI API

Jarvis GPT: Create your own version of Jarvis from Iron Man using Python and OpenAI API

Chat GPT is a hot topic right now and it’s taking the world by storm. It’s possibility to respond in a human-like way is highly appreciated and causes many discussions about the future use of this…

PythonChatGPTOpenAI
Python: Create Images Using PIL

Python: Create Images Using PIL

How you can use the Python imaging library (PIL) to create a simple image.

PilMatplotlibGis
Building a Custom Object Detection Model with TensorFlow

Building a Custom Object Detection Model with TensorFlow

A Beginner’s Guide for Leveraging Transfer Learning to maximize efficiency in Object Detection.

TensorflowComputer visionArtificial intelligence
Create A Graph with 2 Legends

Create A Graph with 2 Legends

How to create a graph in Python with two legends using matplotlib and the legend() function.

TechnologyGraphData science
RapidFuzz versus FuzzyWuzzy

RapidFuzz versus FuzzyWuzzy

String matching with Python

TechnologyPythonProgramming
Buckle Up Your For-Loops, Or Speeding Up Iterations in Python

Buckle Up Your For-Loops, Or Speeding Up Iterations in Python

Faster Alternatives to Python’s Standard For Loop Implementations

PythonIteratorsLoop
How to Mock FastAPI Dependencies in pytest

How to Mock FastAPI Dependencies in pytest

This post explains how to mock your API dependencies while testing. While creating routes in fastapi, we usually add dependencies for various reasons. To name a few, decoding a jwt token or parsing a…

MockPytestPython