Introduction to Jinja Template and Google Chart

Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. In this post, we will see how we can use Jinja and Google Chart to generate some nice HTML reports.



18 Useful Pandas Functions for Data Science

Here is my list of useful pandas functions for your day to day tasks.



Hosting a Keyword Extraction Model with Flask and FastAPI

The topic of ML deployment is rarely discussed when machine learning is taught. This post is about how to host a simple keyword extraction model with Flask and FastAPI.



Getting HKEX data with Quandl in Python

Free alternatives to get HKEX daily stock data after Yahoo Finance.



Python Cheatsheet

Dont ask me about syntax. I look it up on Google and API documentations. And now ~cht.sh~ too.



What is Docstrings?

Code is more often read than written. Do yourself a favour and write some good code.