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.
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.
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.
File Storage with FastAPI
A Guide to Using Advanced FastAPI Dependency Injection for File Storage
Pandas Read_Sql With Variable Parameters — Alternative Way
Call MS SQL Stored Procedure with Parameters in Python
NumPy Masks in Python
Can You Transcribe Audio Using Python?
How to Integrate Proxy with Python Requests
Learn how to use the Python Requests module behind a proxy server.
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…