Python

Pipeline Dreams: Automating ML Training on AWS

Train faster!

A Warm Embrace of Language: Exploring Hugging Face

A gentle introduction to Hugging face

Async Programming for Data Scientists

Asynchronous programming is a technique that enables your program to start a potentially long-running task and still be able to be responsive to other events while that task runs, rather than having to wait until that task has finished.

Python Backtesting: A Beginner's Guide to Building Your Own Backtester

We explore the use of historical crypto price data to simulate buy and sell signals for various simple trading strategies using Python.

Historical Cyrpto Prices in Python

Using the Binance API to get historical crypto prices

Text Cleaning for NLP Projects

Using Python to Prepare Tweets for NLP Tasks

Github Actions to Schedule Script

Scheduling the Tweepy script to download NFL tweets using Github actions.