Links from PyConUS.

This commit is contained in:
Julien Palard 2021-05-17 09:24:01 +02:00
parent 0689b03842
commit dbb65921a4
1 changed files with 7 additions and 0 deletions

View File

@ -226,6 +226,11 @@ Or from command line with a postgresql client:
- 📚 [Learn X in Y minutes](https://learnxinyminutes.com/)
- 📼 [Video Lectures — MIT](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/)
- 📚 [600 free courses](https://qz.com/1120344/200-universities-just-launched-600-free-online-courses-heres-the-full-list/)
- 📚 [Awesome Falsehookds — A curated list of falsehoods programmers believe in.](https://github.com/kdeldycke/awesome-falsehood)
- 📑 [Talk about Bloom filters and HyperLogLog (probabilistic data structures)](https://simonprickett.dev/no_maybe_and_close_enough_slides.pdf)
- [related repo](https://github.com/simonprickett/python-probabilistic-data-structures)
- 📑 [Pattern matching](https://tpython.tobiaskohn.ch/PyPatternMatching.pdf)
- 📑 [static duck typing](https://wired-injector.readthedocs.io/en/latest/examples/protocols.html)
## Programming/Podcasts
@ -256,6 +261,7 @@ Or from command line with a postgresql client:
## Programming/Python
- 📑 [Quantum Computing in Python](https://iza.ac/pdf/pycon2021.pdf)
- 📑 [setup.py vs requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)
- 📑 [How type annotations make your code better?](https://igordavydenko.com/talks/de-pycon-2018/)
- 🔧 [octomachinery — Bots Without Boilerplate](https://tutorial.octomachinery.dev/en/latest/)
@ -293,6 +299,7 @@ Or from command line with a postgresql client:
### Programming/Python/Data Science
- 📑 [Jupyter tricks](https://github.com/switowski/9-tricks-for-aoc/blob/main/9%20Tricks%20for%20Advent%20of%20Code.ipynb)
- 🔧 [Voilà turns Jupyter notebooks into standalone web applications](https://pypi.org/project/voila/)
- 📚 [A gallery of Voilà dashboards [jupyter][binder]](https://voila-gallery.org)
- 📚 [Data Science Cheat Sheets](https://www.datacamp.com/community/data-science-cheatsheets)