Three new bookmarks.

This commit is contained in:
Julien Palard 2021-05-28 23:13:24 +02:00
parent 7680fcd3f8
commit 1792b3a2c8
1 changed files with 7 additions and 0 deletions

View File

@ -289,6 +289,7 @@ Or from command line with a postgresql client:
- 📑 [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/)
- 🔧 [Grappelli (Django Admin) — A beautiful content management interface](https://grappelliproject.com/)
### Programming/Python/Teaching
@ -297,6 +298,12 @@ Or from command line with a postgresql client:
- 📑 [How to Build a GitHub Bot](https://linuxfr.org/users/omc/journaux/document-de-cours-python-for-science)
### Programming/Python/Tasks
- 🔧 [Dramatiq is a background task processing library for Python with a focus on simplicity, reliability and performance.](https://dramatiq.io/)
- 🔧 [Apache Kafka is an open-source distributed event streaming platform](https://kafka.apache.org/)
### Programming/Python/Data Science
- 📑 [Jupyter tricks](https://github.com/switowski/9-tricks-for-aoc/blob/main/9%20Tricks%20for%20Advent%20of%20Code.ipynb)