Latest Posts
Useful tools, tricks, and tips for data science in astronomy and beyond
March 7, 2025
This article is a collection of useful tools, methods, approaches, and tips that I have found helpful in my data science workflows both in astronomy and in general, but...
Installing and running GADGET-4 on Linux
June 16, 2024
The GADGET-4 (GAlaxies with Dark matter and Gas intEracT - 4) is the fourth iteration of the gravitational N-body and smoothed-particle hydrodynamics (SPH) simulation code written by Volker Springel...
Installing dependencies for scientific software on Linux
A guide with 'case studies' on how to install necessary software and libraries
June 13, 2024
Most of the scientific simulation software are not standalone applications. Developers of such software often rely on third-party libraries to perform complex calculations, handle data, implement parallelization and other...
Git and GitHub Tutorial
2. Basic Usage of Git and GitHub
March 11, 2024
In the previous part of the tutorial, we talked about the basics of version control systems, online providers and the history of Git. In this part, we will learn...