Python


Send Async Emails In Your Django App With Celery And Redis

A Guide to Sending Async Emails with Celery and Redis

pythondjangocelery

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

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

pythontestingtdd

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

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

pilmatplotlibgis

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

RapidFuzz versus FuzzyWuzzy

String matching with Python

technologypythonprogramming

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

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