PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
QuasiQueue

QuasiQueue is a MultiProcessing library for Python that makes it super easy to have long running MultiProcess jobs. QuasiQueue handles process creation and cleanup, signal management, cross process communication, and all the other garbage that makes people hate dealing with multiprocessing.

https://github.com/tedivm/quasiqueue
Compiling ML models to C for fun

ML models can be compiled to graphs, which can be traversed to perform forward and backward passes. This approach can improve performance and make it easier to debug ML models.

https://bernsteinbear.com/blog/compiling-ml-models/
Building A RisingWave Connector for Django ORM

Ever wanted to connect a streaming database to Django ORM. Learn how with Django and RisingWave.

https://bas.codes/posts/django-risingwave
Keep content managersโ€™ Django admin access up-to-date with role-based permissions

https://406.ch/writing/keep-content-managers-admin-access-up-to-date-with-role-based-permissions/
PyMilo

PyMilo provides a way to export pre-trained machine learning models. This makes it possible to use the models in other environments, transfer them across different platforms, and share them with others.

https://github.com/openscilab/pymilo