How to Create a Console UI in Python Using the Rich Library
Trading websocket ticker using EOD Historical Data (EODHD APIs)
PythonEodhdWebsocket
Trading websocket ticker using EOD Historical Data (EODHD APIs)

The image above shows a snapshot of my student life, the flying home during breaks and Uber trips about four years back. We see that the PDF contains a date, a relatively long transaction…
A guide to validating DataFrames with Pytest.
Part 1: A list of Python codes for solving complex tasks.
A guide for writing MLE code for any distribution under 5 minutes in case SciPy fails.
A guide to creating a simple form using Streamlit.
Event Loop

Sometimes we need to work with multiple files. Glob is a handy Python package to read in multiple file names without having to manually write out the names of files. Of course, you could perform the…