links from pyconus

This commit is contained in:
Julien Palard 2021-05-15 11:54:25 +02:00
parent f4cd0dbaac
commit 0689b03842
1 changed files with 27 additions and 0 deletions

View File

@ -198,6 +198,8 @@ Or from command line with a postgresql client:
- 📑 [Automatically Inferring Malware Signatures for Anti-Virus Assisted Attacks](https://www.sec.cs.tu-bs.de/pubs/2017-asiaccs.pdf)
- 📑 [The Web began dying in 2014, here's how](https://staltz.com/the-web-began-dying-in-2014-heres-how.html)
- 📑 [pi-top — Raspberry Pi made simple, robust and modular](https://pi-top.com/)
- 📑 [Accessibility — Jupyter accessibility working group](https://github.com/jupyter/accessibility)
- 🔧 [Convert slides to videos using ffmpeg](https://framagit.org/numahell/bbb-retrieve-presentation/-/merge_requests/4/diffs)
# Math
@ -211,6 +213,7 @@ Or from command line with a postgresql client:
- 📑 [30 interesting commands for the Linux shell](https://www.lopezferrando.com/30-interesting-shell-commands/)
- 📑 [Things Every Hacker Once Knew](http://www.catb.org/esr/faqs/things-every-hacker-once-knew/)
- 📑 [Linux Perf writer blog](http://www.brendangregg.com/perf.html)
- 🎮 [Mysteries Wizardzines](https://mysteries.wizardzines.com/)
# Programming
@ -225,11 +228,32 @@ Or from command line with a postgresql client:
- 📚 [600 free courses](https://qz.com/1120344/200-universities-just-launched-600-free-online-courses-heres-the-full-list/)
## Programming/Podcasts
- 🎜 [Teaching Python with Kelly & Sean](https://www.teachingpython.fm/)
- 🎜 [The Bug Hunters Café — A podcast all about (mis)adventures in creating, finding, and fixing bugs in code](https://dev.to/bughunterscafe)
- 🎜 [PyBites Podcast — Julian Sequeira & Bob Belderbos](https://www.pybitespodcast.com/)
- 🎜 [RedHat COMMAND_LINE HEROES](https://www.redhat.com/en/command-line-heroes)
- 🎜 [Between Chair and Keyboard](https://tanzu.vmware.com/developer/tv/bcak/)
## Programming/Github Actions
- [Action to assign someone to an issue when one comments 'take'](https://github.com/pandas-dev/pandas/blob/master/.github/workflows/assign.yml)
- [github cli — Take GitHub to the command line](https://cli.github.com/) (can interact with github actions)
- [Github actions from cli](https://www.youtube.com/watch?v=btnJXXRjoeU)
## Programming/Make
- 📑 [Your Makefiles are wrong](https://tech.davis-hansson.com/p/make/)
## Programming/Documentation
- 📑 [Four modes of documentation: tutorials, how-to guides, technical reference and explanation](https://diataxis.fr/)
## Programming/Python
- 📑 [setup.py vs requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)
@ -255,7 +279,10 @@ Or from command line with a postgresql client:
- 📑 [Les secrets d'un code pythonique](https://zestedesavoir.com/articles/1079/les-secrets-dun-code-pythonique/)
- 📑 [These series of posts are an accompaniment to a couple of talks given: Advanced asyncio: Solving Real-world Production Problems](https://www.roguelynn.com/words/asyncio-we-did-it-wrong/)
- 📑 [Django Classy Class Based Views](http://ccbv.co.uk/]
- 🔧 [Django load settings from env: from djenv.settings import *](https://pypi.org/project/djenv/)
- 📑 [Classy Django REST Framework](http://www.cdrf.co/)
- 🔧 [Wagtail — A Django CMS](https://wagtail.io/)
- 🔧 [Rich — Python library for rich text and beautiful formatting in the terminal](https://pypi.org/project/rich/)
### Programming/Python/Teaching