01 // ACADEMICS Study Notes 02 // RESOURCES Solutions 03 // PROJECTS Dev Logs DOWNLOAD_RESUME.PDF
SYSTEM_STATUS: ONLINE // IIT MADRAS

DATA
SCIENCE
&& GAME ENGINEERING

>

4.0
GPA / 4.0
12+
Shipped Projects
Python Statistics Game Physics Unity C# Machine Learning Data Viz Python Statistics Game Physics Unity C# Machine Learning Data Viz
INDEX: 001-A

Knowledge
Modules

[01] ACADEMIC_RESOURCES

Lecture Notes &
Summaries

Comprehensive breakdowns of IITM BS Degree curriculum. Includes Statistics, Mathematics for Data Science, and Python methodologies.

stats_week1.py
import pandas as pd
import scipy.stats as stats

// Calculate Z-Score for dataset
def get_z_score(value, mean, std):
  return (value - mean) / std
[02] GRADED_SOLUTIONS

Assignment
Walkthroughs

Step-by-step logic for weekly graded assignments and quizzes.

[03] DEV_LOGS // UNITY

Building Worlds
From Scratch

Weekly updates on my indie game projects. Exploring 2D physics engines, procedural generation algorithms, and custom shader graph experiments.

Read Latest Log
UNITY
BLENDER
C#
HLSL