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
https://habr.com/ru/company/kts/blog/659341/ - статья об использовании websockets и aiohtp
#asyncio #aiohttp #websockets
#asyncio #aiohttp #websockets
Хабр
Websocket-сервер для геолокации на asyncio
Привет! Меня зовут Артем, я занимаюсь бэкенд-разработкой в KTS и веду курс по асинхронному программированию в школе Metaclass. Чтобы показать, чему учатся наши студенты на курсе , мы провели...
https://realpython.com/why-close-file-python/ - статья о проблемах открытых файлов в python
#file #context_manager
#file #context_manager
Realpython
Why Is It Important to Close Files in Python? – Real Python
Model citizens use context managers to open and close file resources in Python, but have you ever wondered why it's important to close files? In this tutorial, you'll take a deep dive into the reasons why it's important to close files and what can happen…
https://majornetwork.net/2022/04/handling-retries-in-python-requests/ - о обработке повторов в пакете requests
#requests
#requests
https://testdriven.io/blog/concurrent-web-scraping-with-selenium-grid-and-docker-swarm/ - конкурентный скрапинг с использованием Selenium и Docker
#scraping #selenium #docker
#scraping #selenium #docker
testdriven.io
Concurrent Web Scraping with Selenium Grid and Docker Swarm
This tutorial details how to run a Python and Selenium-based web scraper in parallel with Selenium Grid and Docker Swarm.
https://github.com/voitau/system-design-primer/blob/master/README-ru.md -пособите по проектированию систем
#architecture #system_design
#architecture #system_design
GitHub
system-design-primer/README-ru.md at master · voitau/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - voitau/system-design-primer
https://snyk.io/blog/guide-to-python-pickle/?utm_campaign=AOM-UA-2022&utm_medium=Paid-Email&utm_source=PyCoders&utm_content=guide-to-python-pickle - статья о безопасном использовании pickle
#pickle #security
#pickle #security
Snyk
The ultimate guide to Python pickle | Snyk
This article will teach you how to safely use Python’s built-in pickle library to maintain persistence within complex data structures.