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
https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/ - статься о использовании библиотеки itertools
#itertools #iterators
#itertools #iterators
Mouse Vs Python
A Tour of Python's itertools Library - Mouse Vs Python
In this tutorial you will take an extensive tour of Python's itertools modules and learn all about how to use iterators in the process
https://towardsdatascience.com/how-we-optimized-python-api-server-code-100x-9da94aa883c5 - статься про оптимизацию API с использованием asyncio, SQLAlchemy, asyncpg, pandas, Cython
#cython #optimize #asyncio
#cython #optimize #asyncio
Medium
How we optimized Python API server code 100x
Some of the tricks we used to speed up calls to our analytics API written in Python: played with asyncio, messed with SQLAlchemy, hacked…
https://realpython.com/python-multiple-constructors/ - статья про написание нескольких конструкторов для класса
#multiple-constructors #constructor #class
#multiple-constructors #constructor #class
Realpython
Providing Multiple Constructors in Your Python Classes – Real Python
In this step-by-step tutorial, you'll learn how to provide multiple constructors in your Python classes. To this end, you'll learn different techniques, such as checking argument types, using default argument values, writing class methods, and implementing…
https://realpython.com/python-assert-statement/ - статья о использовании assert не только в тестах
#assert #debugging
#assert #debugging
Realpython
Python's assert: Debug and Test Your Code Like a Pro – Real Python
In this tutorial, you'll learn how to use Python's assert statement to document, debug, and test code in development. You'll learn how assertions might be disabled in production code, so you shouldn't use them to validate data. You'll also learn about a few…
https://habr.com/ru/company/otus/blog/657841/ - статья с советами о написании shell скриптов
#shell #bash
#shell #bash
Хабр
Пожалуйста, прекратите писать shell-скрипты
Когда вы автоматизируете какую-либо задачу, например, упаковываете свое приложение для Docker, то часто сталкиваетесь с написанием shell-скриптов. У вас может быть bash-скрипт для управления процессом...
https://www.distributedpython.com/2018/10/26/celery-execution-pool/ - статья о celery workers и execution pools
#celery #worker #pool
#celery #worker #pool
TeePublic
SENA99 – Tempat Bermain Game Online Praktis & Modern
SENA99 adalah platform game online lengkap dengan berbagai pilihan permainan, tampilan user-friendly, dan sistem yang dioptimalkan untuk semua perangkat.
https://www.distributedpython.com/2018/08/28/celery-logging/
https://www.distributedpython.com/2018/11/06/celery-task-logger-format/
2 статьи о настройке логгирования в celery
#celery #logging
https://www.distributedpython.com/2018/11/06/celery-task-logger-format/
2 статьи о настройке логгирования в celery
#celery #logging
Bjorn Stiel
3 Strategies to Customise Celery logging handlers | distributedpython
A quick guide to customising your Celery logger
https://towardsdatascience.com/python-f-strings-are-more-powerful-than-you-might-think-8271d3efbd7d - хорошая статья о возможностях f-string
#fstring #formatting #str
#fstring #formatting #str
Towards Data Science
Python f-strings Are More Powerful Than You Might Think | Towards Data Science
Learn about the unknown features of Python's f-strings - the formatted string literals - and up your text formatting knowledge and skills