-
Object-Oriented Programming in Julia
Julia doesn't have classes, but it supports powerful OOP-like patterns through multiple dispatch, abstract types, and structs. Learn how to write clean, composable Julia code.
-
Competitive Programming
Practicing competitive programming with Project Euler and building a custom maths library in Python