Обложка канала

Spark in me - Internet, data science, math, deep learning, philosophy

2440 @snakers4

Канал про интересные мне темы - интернет - статистика - наука о данных Без рекламы и буллшита.

Spark in me - Internet, data science, math, deep learning, philosophy

5 лет назад
Открыть в
Digest 2021-11 # Code Multi-stage builds #2: Python specifics - pythonspeed.com/article…r-python Unravelling decorators - https://snarky.ca/unravelling-decorators/ A terrible schema from a clueless programmer - https://rachelbythebay.com/w/2021/11/06/sql/ I'm not feeling the async pressure - lucumr.pocoo.org/2020/1/…pressure Installing system packages in Docker with minimal bloat - pythonspeed.com/article…s-docker Selecting a programming language can be a form of premature optimization - snarky.ca/program…mization Copying data is wasteful, mutating data is dangerous - pythonspeed.com/article…-copying Minimal safe Bash script template - betterdev.blog/minimal…template #digest
Multi-stage builds #2: Python specifics

Once you understand generic Docker multi-stage builds, here’s how to implement them for Python applications, with virtualenvs or user installs.

Python⇒Speed