Python Packaging Notes

Notes and tricks that make the Python packaging process easier.

July 12, 2020 - 4 minute read - Category: Tech - Tags: Coding , Productivity , Python

Powerup your Notion Safari Extension

With the help of NLP tools and the ability to process multiple tabs in batch, the Notion Safari extension you've created will become much powerful.

May 4, 2020 - 7 minute read - Category: Tech - Tags: Automation , Productivity

Build Your Own Notion Safari Extension

Use AppleScript and Python to create your own Notion Safari Extension to save webpages from Safari to Notion automatically.

April 26, 2020 - 9 minute read - Category: Tech - Tags: Automation , Productivity

Dissecting the NumPy Indexing Mechanism

In this article, we will develop a more generalized representation for understanding the NumPy indexing Mechanism and put it into practice. You may find this especially useful for understanding high dimensional arrays, or tensors.

March 3, 2019 - 9 minute read - Category: Tech - Tags: Deep learning , Tensor

The Configuration Process for a New Ubuntu Machine

January 6, 2019 - 5 minute read - Category: Tech

Basic Stacking Strategies

October 28, 2018 - 1 minute read - Category: Ml