Forwarded from Python/ django
2 статьи о сессиях sqlalchemy и celery\gunicorn workers
https://www.yangster.ca/post/not-the-same-pre-fork-worker-model/
https://davidcaron.dev/sqlalchemy-multiple-threads-and-processes/
#sqlalchemy #threads #gunicorn #celery
https://www.yangster.ca/post/not-the-same-pre-fork-worker-model/
https://davidcaron.dev/sqlalchemy-multiple-threads-and-processes/
#sqlalchemy #threads #gunicorn #celery
Yangster
Not The Same Pre-fork Worker Model
Running into bugs when forking at the wrong time
https://realpython.com/advanced-visual-studio-code-python/ - подробная статья о настройке vscode для использования с python
#vscode #debugging #ide
#vscode #debugging #ide
Realpython
Advanced Visual Studio Code for Python Developers – Real Python
In this tutorial, you'll learn how you can configure, extend, and optimize Visual Studio Code for a more effective and productive Python development environment. By digging into this customizable code editor and IDE, you'll put yourself on track to be a VS…
https://davidamos.dev/three-things-you-might-not-know-about-numbers-in-python/ - статья о числах в python
Forwarded from SQL Pro
Tips & Tricks. Индексация: Базовые понятия
В этой статье на простом примере описано, что такое индексация, индекс, рассмотрены некоторые типы индексов и способы их создания.
#sql
Читать статью
В этой статье на простом примере описано, что такое индексация, индекс, рассмотрены некоторые типы индексов и способы их создания.
#sql
Читать статью
https://www.bigocheatsheet.com/ - сайт с таблицами скорости\сложности часто используемых алгоритмов
#algorithms
#algorithms