uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

News & links about Python programming. https://pythonhub.dev/

Показати більше
2 530
Підписники
-324 години
+37 днів
+1030 день
Архів дописів
Discovering and Debugging a PyTorch Performance Decrease Subclassed Tensors Reduce GPU Throughput up to Forty Percent. https://benjaminwarner.dev/2022/06/14/debugging-pytorch-performance-decrease

Dooit A TUI todo manager. https://github.com/kraanzu/dooit

UnionML The easiest way to build and deploy machine learning microservices. https://github.com/unionai-oss/unionml

rougier / numpy-100 100 numpy exercises (with solutions) https://github.com/rougier/numpy-100

Nodezator Multi-purpose visual editor to connect Python functions visually (a node editor). https://github.com/kennedyrichard/nodezator

WarcDB Web crawl data as SQLite databases. https://github.com/Florents-Tselai/WarcDB

Should You Use AsyncIO for Your Next Python Web Application? https://www.laac.dev/blog/should-you-use-asyncio-next-python-web-application/

tcom The power of components in your server-side-rendered Python web app. https://github.com/jpsca/tcom/

Six things I do every time I start a Django project https://brntn.me/blog/six-things-i-do-every-time-i-start-a-django-project/

Sorting algorithms visualized using the Blender Python API https://github.com/ForeignGods/Sorting-Algorithms-Blender

How to optimize PostgreSQL queries from Django using pgMustard Slow queries happen, and when they do, it can be tough to dissect why they’re slow. This difficulty is compounded by using Django’s ORM, since it generates the SQL for you, so you may have little idea of the actual queries “under the hood”. In this post we’ll look at what pgMustard does and how to use it with the Django ORM. https://adamj.eu/tech/2022/06/21/optimize-postgresql-queries-from-django-using-pgmustard/

keon / algorithms Minimal examples of data structures and algorithms in Python https://github.com/keon/algorithms

Appreciating Python's match-case by parsing Python code Python's match-case blocks are complex structural pattern matching tools that are often more hassle than they're worth. But they're great for parsing abstract syntax trees. https://www.pythonmorsels.com/match-case-parsing-python/

Chalk A declarative drawing API in Python. https://github.com/danoneata/chalk

Parallelization with MultiProcessing in Python Run your data science tasks in parallel to speed up computation timeContinue r
Parallelization with MultiProcessing in Python Run your data science tasks in parallel to speed up computation timeContinue reading on Towards ... https://towardsdatascience.com/parallelization-w-multiprocessing-in-python-bd2fc234f516

Cython for absolute beginners: 30x faster code in two simple steps Easy Python code compilation for blazingly fast applicationsContinue reading on Towards Data ... https://towardsdatascience.com/cython-for-absolute-beginners-30x-faster-code-in-two-simple-steps-bbb6c10d06ad