From bcc67d2b26e5aff9d2f7989e9ca56344ce71b6a7 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Mon, 13 Jul 2026 21:51:35 +0300 Subject: [PATCH 1/5] Add "Differential Equations for Engineers" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc7ab46..53f98c9 100644 --- a/README.md +++ b/README.md @@ -2096,6 +2096,8 @@ Thelin* * [Fourier Series & PDEs](https://courses.maths.ox.ac.uk/course/view.php?id=4942) by *Philip Maini* **[Oxford]** +* [Notes on Diffy Qs: Differential Equations for Engineers](https://www.jirka.org/diffyqs) by *Jiří Lebl* + ### Game Theory * [Game Theory (Open Access textbook with 165 solved exercises)](https://arxiv.org/abs/1512.06808) by *Giacomo Bonanno* From 550fc9d58d2171f7c213ef6255060a24247e759b Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Tue, 14 Jul 2026 14:13:00 +0300 Subject: [PATCH 2/5] Add "Convex Optimization" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53f98c9..5589cf8 100644 --- a/README.md +++ b/README.md @@ -2246,6 +2246,8 @@ Thelin* * [Bridging Continuous and Discrete Optimization](https://people.orie.cornell.edu/dpw/orie6334) by *David P. Williamson* +* [Convex Optimization](https://arxiv.org/abs/2607.11664) by *Andreas Habring* + * [Introduction to Operations Research, Tenth Edition](https://s23.middlebury.edu/MATH0318A/Hillier10th.pdf) by *Frederick S. Hillier*, and *Gerald J. Lieberman* **[pdf]** * [Linear Programming Lecture Notes by Hal Gabow](https://home.cs.colorado.edu/~hal/565notes.pdf) **[dpf]** From fee2a4e8604c0ddfc7b6a7dad7e5f329ad841c3e Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Mon, 27 Jul 2026 18:12:38 +0300 Subject: [PATCH 3/5] Add "3D Gaussian Splatting in a Weekend" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5589cf8..1e7d6e3 100644 --- a/README.md +++ b/README.md @@ -843,6 +843,8 @@ This is a list of links to different freely available learning resources about c ## Computer Graphics +* [3D Gaussian Splatting in a Weekend](https://bfeldman.me/3dgs-weekend) by *Benjamin Feldman* + * [3D Math Primer for Graphics and Game Development](https://gamemath.com/book/intro.html) by *Fletcher Dunn* and *Ian Parberry* * [A fast and precise triangle rasterizer](https://kristoffer-dyrkorn.github.io/triangle-rasterizer) by *Kristoffer Dyrkorn* From ce712f9f56644a1013eacabf4701ea3ac58e6e8e Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Thu, 30 Jul 2026 18:40:29 +0300 Subject: [PATCH 4/5] Add Alogrithms Course by Prof. Frank Stajano --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e7d6e3..fa194e3 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,8 @@ This is a list of links to different freely available learning resources about c * [Algorithms](https://courses.grainger.illinois.edu/cs473/fa2021/lec/book.pdf) by *Sariel Har-Peled* **[pdf]** +* [Algorithms Course](https://www.cl.cam.ac.uk/teaching/2021/Algorithms) by *Prof. Frank Stajano* **[Cambridge]** + * [Algorithms, 4th Edition](https://mrce.in/ebooks/Algorithms%204th%20Ed.pdf) by *Robert Sedgewick* and *Kevin Wayne* * [Algorithms and Data Structures](https://people.mpi-inf.mpg.de/~mehlhorn/ftp/Mehlhorn-Sanders-Toolbox.pdf) by *Kurt Mehlhorn and Peter Sanders* **[pdf]** From 60912ce197511802a50fb1fb6461fa6434106eb7 Mon Sep 17 00:00:00 2001 From: Abhik Sarkar Date: Mon, 17 Aug 2026 11:13:06 +0530 Subject: [PATCH 5/5] Add Pythonlings resource --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa194e3..6118b4e 100644 --- a/README.md +++ b/README.md @@ -3062,6 +3062,8 @@ Alan Zucconi* * [Python Programming for Economics and Finance](https://python-programming.quantecon.org) by *Thomas J. Sargent* and *John Stachurski* +* [Pythonlings](https://github.com/abhiksark/pythonlings) by *Abhik Sarkar* - Learn Python by fixing tiny broken programs. + * [Real Python](https://realpython.com) - A collection of Python tutorials. * [Scientific Visualization: Python + Matplotlib](https://github.com/rougier/scientific-visualization-book) by *Nicolas Rougier*