Learning Coding

A Collection of codes I wrote when learning to code and also the source from where I learned.

Here, I share the codes and resource I used to learn the following coding languages:

Table of Contents


1. C++ :

I learned C++ through a YouTube playlist by CodeWithHarry.
It’s a solid, college-style playlist that builds C++ concepts from the ground up.

The code I wrote while learning C++ is available here (GitHub or Google Drive).
Although my solutions follow the playlist closely, I’ve added my own structure, and working through them helped solidify my understanding.


2. FORTRAN :

There aren’t many modern, structured courses for Fortran, so I used ChatGPT and the official Fortran Lang website to get started.

I first got curious about Fortran while working with MESA.
I wanted to understand the purpose of various files in the working directory, especially the inlist file, and decided to learn the language so I could interpret and edit those files with confidence.

The code I wrote is available here (GitHub or Google Drive).
I’ve added extensive inline comments and theory explanations within the code files, not only to help others but also to help me revise later.
The code should be interpretable by anyone familiar with general programming concepts, even if they’re new to Fortran.