Python


Data Transfer Object in Django, DRF

A guide to implementing the Data Transfer Objects (DTO) Pattern in Django

PythonDjangoClean code architecture

Create a Shopping Cart Application with Python, Flask, and React

Understand how to connect a simple Flask backend in Python with a frontend in React.

CodingDesignSoftware development

Create Your Own PDF Question Answering System with OpenAI GPT, LangChain, and Streamlit

How to create a chatbot using OpenAI’s GPT language model and the Streamlit library for Python.

Data scienceGpt3Chatgpt

F-Strings: A Powerful and Easy Way to Format Strings in Python

A to Z of F-Strings: Tricks and tips that you can use with f-strings to make your string formatting easier and more powerful

PythonProgrammingSoftware development

Server-Sent Events for Push-Notifications on FastAPI

How to build a basic FastAPI service to implement push-notification functionality.

PythonFastapiServer side events

DeepFake Face-Swap in Video with Pytorch and OpenCV

How to build a face swap program project using both Pytorch and OpenCV.

Computer visionDeepfakeArtificial intelligence

PCAP — Certified Associate in Python Programming — Yet Another IT Certification Review

PythonPython ProgrammingPcap

Dockerizing Plotly/Dash

How to Dockerize Dash in a Docker Image

DockerDashboard designDash plotly

Single Object Detection with PyTorch Step-by-Step

Finding the center of the fovea in medical eye images from the iChallenge-AMD competition.

PythonComputer visionObject detection

Proper Way of Using Google Authentication with Django and Django-allauth.

DjangoAuthenticationDjango Allauth