masterdesky

Latest Posts

Useful tools, tricks, and tips for data science in astronomy

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

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

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

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...

Git and GitHub Tutorial

1. Introduction to Version Control Systems

In this guide series I am trying to introduce the basics of version control systems and related software, primarily focusing on Git and GitHub. I will cover the most...