04/12/2025

Python 02 | Quick Start: Variables and Data Types

Introduction Before officially stepping into geoscience applications, we still need to learn Pandas and Matplotlib. They are used for DataFrame (or you can think of it as a table) processing…

02/12/2025

4 Python Project Management and Build Tools

Python has been around for so long, yet it still lacks a de facto standard for project management and build tools. As a result, Python project structures and build methods…

02/12/2025

NumPy 01 | Introduction, Concepts

Introduction NumPy is the foundation and most important component of the Python scientific computing ecosystem (SC, meaning Scientific Calculation, which is also the acronym in this series title). It is…