Update README.md

This commit is contained in:
Matthias Endler 2017-06-30 12:19:17 +02:00 committed by GitHub
parent c67346c240
commit 99479dd7e0

View file

@ -58,7 +58,7 @@ What's so hard about writing a Slack Client in Rust? [[Video](https://www.youtub
## History
Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote this amazing article about spellchecker for example: http://norvig.com/spell-correct.html.
Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote amazing articles about [spellchecker](http://norvig.com/spell-correct.html) and [sudoku solvers](http://norvig.com/sudoku.html).
And, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/).
The goal is to have a peer-reviewed collection of articles/talks/repos which teach idiomatic Rust style. It's a community project.