Tag: til
- TIL: DataFrame reshaping in Pandas - melt, unstack (20 Feb 2020)
Quick notes on how to reshape DataFrame in Pandas using melt and unstack - Contributing to pandas documentation for the first time - and lessons learnt (08 Nov 2019)
A work-in-progress developer log on contributing documentation for a popular open-source project for the first time. - Understanding Python Dependency Management using pideptree (13 Oct 2019)
Learning about tree-based dependency management for a team project developed in Python using pipdeptree - TIL: Migrating Git repositories manually from GitLab to Azure DevOps (TFS) (12 Oct 2019)
Quick migration guide from GitLab to Azure DevOps (TFS) - adapted from migration guide prepared for my development team - Musings about Remote Development with Visual Studio Code (22 Aug 2019)
Short snippets of notes on VS Code Remote Developent extensions from the perspective of a remote compute user - Accelerating Batch Processing of Images in Python — with gsutil, numba and concurrent.futures (27 May 2019)
How to accelerate batch processing of almost a million images from several months to just around a few days