Python


Building a Python API and Fetching it in React: A Step-by-Step Guide

How to create an API in Python using the Flask library and fetch it from a React application using Axios.

pythonpython-programmingapi-development

Best Tool for Web Scraping: BeautifulSoup vs. Regex vs. Advanced Web Scrapers

BeautifulSoup, Regular Expressions, or an advanced web scraper - which is the best tool for web scraping? A deep dive into web scraping using each.

web-scrapingbright-databeautiful-soup

Perform Sentiment Analysis on Tweets Using Python

How to perform sentiment analysis on tweets using pandas, NumPy and seaborn — and how to best obtain tweet data.

bright-datapythonsentiment-analysis

File Storage with FastAPI

A Guide to Using Advanced FastAPI Dependency Injection for File Storage

pythonfastapicloud-storage

Pandas Read_Sql With Variable Parameters — Alternative Way

Call MS SQL Stored Procedure with Parameters in Python

pythonpandasread_sql

NumPy Masks in Python

masknumpypython

Can You Transcribe Audio Using Python?

pythonaudio

How to Integrate Proxy with Python Requests

Learn how to use the Python Requests module behind a proxy server.

pythonrequestsproxy

Knowledge Distillation, aka Teacher-Student Model

With the release of large models in the last few years, from GPT-3 to Megatron, I keep pondering how to experiment and use these models for a specific use case. These models are trained on massive…

deep-learningmachine-learningpython

Object Detection with YOLO and OpenCV from Video Frames

yoloopencvpython