Understanding Uvicorn: The basics

Understanding Uvicorn: The basics
Last year I wrote a series of articles explaining how FastAPI works. It was a rewarding experience, since I was able to both share my knowledge and learn more about it.So I've decided to create anothe...
0 Read More

RECOMMENDATION PROJECT

Recommendation Program: A Simple Guide to Finding Your Next Favorite Introduction In today's digital age, the abundance of choices can often feel overwhelming. Whether you're looking...
0 Read More

Django admin tricks I commonly use

Django admin tricks I commonly use
Introduction The Django admin site is one of the best features that Django provides. It's useful during the development process to manage the database data in a simplified (or enhanced) manne...
0 Read More

Python: File writing and logging

Python Script for Processing CSV Files and Logging This Python script processes CSV files containing first_name and last_name columns, extracts unique combinations of these columns, and saves...
0 Read More

Overview of Statsmodels

Overview of Statsmodels
Having data, no matter how quality it may be, without being able or knowing how to properly analyze and draw crucial statistical insights from it I am talking about key pointers and indicators that ca...
0 Read More

Django login Signup

CBi analytics login register Requirements backend Django Djangorestframework Django-cors-headers Knox Cryptography Boto3 Django_rest_passwordreset Django-rest-knox Backend Create folder called backe...
0 Read More