From 95cd652d415ed630f56ab8b13aa7b21ebf202a22 Mon Sep 17 00:00:00 2001 From: Muhammad Radif Hassan Date: Sun, 25 Jan 2026 00:28:03 +0600 Subject: [PATCH] Add Physics section with resources Added a new section for Physics with relevant resources. --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 76ac68f..47b0325 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ _Please read [contribution guidelines](contributing.md) before contributing._ - [Deep Learning](#deep-learning) - [Discrete math](#discrete-math) - [Functional programming](#functional-programming) +- [Physics](#physics) - [Game development](#game-development) - [Haskell](#haskell) - [Investing](#investing) @@ -112,7 +113,6 @@ _Please read [contribution guidelines](contributing.md) before contributing._ ## Deep Learning -- [Advanced Deep Learning & Reinforcement Learning (2018)](https://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs) 🆓 - [Berkeley deep reinforcement learning (2017)](http://rll.berkeley.edu/deeprlcourse/) 🆓 - [Deep learning (2017)](http://deeplearning.cs.cmu.edu/) 🆓 - [Stanford natural language processing with deep learning (2017)](https://www.youtube.com/watch?v=OQQ-W_63UgQ&list=PL3FW7Lu3i5Jsnh1rnUwq_TcylNr7EkRe6) 🆓 @@ -219,6 +219,11 @@ _Please read [contribution guidelines](contributing.md) before contributing._ - [Unix tools and scripting (2014)](http://www.cs.cornell.edu/courses/cs2043/2014sp/) 🆓 - [Composing Programs](https://composingprograms.com/) - Free online introduction to programming and computer science. + +## Physics + +- [Practical guide to physics olympiads](https://physolymp.com) 💰 + ## React - [Advanced React Patterns (2017)](https://github.com/kentcdodds/advanced-react-patterns) 🆓