# Courses

## Some courses I've enjoyed

* [Learning to Learn by Barbara Oakley](https://www.coursera.org/learn/learning-how-to-learn) ([notes](/learning/learning-how-to-learn.md))
* [Human Behavioral Biology by Robert Sapolsky](https://www.youtube.com/playlist?list=PL848F2368C90DDC3D) ([notes](https://www.robertsapolskyrocks.com/))
* [Justice with Michael Sandel](https://www.youtube.com/playlist?list=PL30C13C91CFFEFEA6)
* [A Brief History of Humankind by Yuval Noah Harar](https://www.youtube.com/playlist?list=PLfc2WtGuVPdmhYaQjd449k-YeY71fiaFp)
* [Death with Shelly Kagan](https://www.youtube.com/playlist?list=PLEA18FAF1AD9047B0)
* Financial Markets with Robert Shiller ([youtube](https://www.youtube.com/playlist?list=PL8FB14A2200B87185), [coursera](https://www.coursera.org/learn/financial-markets-global))
* [A Beginner's Guide to Irrational Behavior by Dan Ariely](https://www.youtube.com/playlist?list=PLUc5eJ1g5zWxz3lTpJy5Jtc5BJVJdk1NQ)
* [Y Combinator's Startup School](https://www.startupschool.org/latest) with [recommended readings](http://startupclass.samaltman.com/lists/readings/)
* [Model Thinking by Scott Page](https://www.coursera.org/learn/model-thinking)
* [Game Theory by Matthew Jackson, Kevin Leyton-Brown and Yoav Shoham](https://www.coursera.org/learn/game-theory-1)
* [Cryptography I by Dan Boneh](https://www.coursera.org/learn/crypto)
* [Bitcoin and Cryptocurrency Technologies by Arvind Narayanan](https://www.coursera.org/learn/cryptocurrency/)
* [Introduction to Digital Currencies by Andreas Antonopoulos, Antonis Polemitis and Dmitry Apraksin](https://digitalcurrency.unic.ac.cy/free-introductory-mooc/)
* [Economics of Money and Banking by Perry Mehrling](https://www.coursera.org/learn/money-banking)

## Links

* [hn.academy](https://hn.academy/) - collects, ranks, and showcases the online courses recommended by [Hacker News](https://news.ycombinator.com/) users.
* [Awesome courses](https://github.com/prakhar1989/awesome-courses) - list of awesome university courses for learning Computer Science.
* [Computer Science](https://github.com/ossu/computer-science) - path to a free self-taught education in Computer Science.
* [Take at least one good Statistics course](https://www.reddit.com/r/LifeProTips/comments/4lshg6/lpt_take_at_least_one_good_statistics_course/d3q4l74/)
* [Machine Learning by Andrew Ng](https://www.coursera.org/learn/machine-learning)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.stojanow.com/courses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
