> For the complete documentation index, see [llms.txt](https://til.yulrizka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.yulrizka.com/python.md).

# python

- [count frequency with lambda](https://til.yulrizka.com/python/count-frequency-with-lambda.md)
- [dijkstra algorithm shortest path](https://til.yulrizka.com/python/dijkstra-algorithm-shortest-path.md)
- [double slash arithmetic operator](https://til.yulrizka.com/python/double-slash-arithmetic-operator.md)
- [min and max of dict values](https://til.yulrizka.com/python/min-and-max-of-dict-values.md)
- [python3 match case](https://til.yulrizka.com/python/python3-match-case.md)
- [reduce and opeator](https://til.yulrizka.com/python/reduce-and-opeator.md)
