https://nicolaiarocci.com/eve-2.2.5/
Шампур Логистик: Как упаковать флот и не сойти с ума от 70 000 контейнеров
Сегодня мы выходим в продакшн с системой "Шампур Логистик" , которая пакует флот из 15 судов и распределяет манифест на 70 000 контейнеров быстрее, чем вы успеете допить кофе. Это уже не просто «тетрис в вакууме». Мы построили промышленный конвейер на FastAPI и Celery , где математическое ядро с 90% Test Coverage сталкивается с суровой физикой моря: лимитами стекирования в 210 тонн, жестким LIFO-зонированием портов и капризными рефрижераторами. В этой статье я покажу изнанку системы: как за 16 минут превратить маркетинговый хаос в выверенный цифровой двойник рейса, почему 10% свободного места в трюме — это не ошибка, а осознанная экономия миллионов долларов, и как наш "Шампур" защищает прибыль перевозчика в закрытом море кода. <cut />
https://habr.com/ru/articles/995242/
#Алгоритмы #математика #логистика #python #fastapi
Aircall is hiring Database Engineer
🔧 #golang #python #aws #kubernetes #mysql #postgresql #sql #terraform
🌎 Madrid, Spain
⏰ Full-time
🏢 Aircall
Job details https://jobsfordevelopers.com/jobs/database-engineer-at-aircall-io-feb-2-2026-507639?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
AshutoshShrivastava (@ai_for_success)
대부분의 AI 도구가 텍스트 응답을 제공하는 반면, 작성자는 Thesys로 차트·폼·카드·테이블·리포트·슬라이드 등 대화형 UI를 반환하는 에이전트를 만들었다고 밝힘. 데이터 질의에 대해 시각적이고 인터랙티브한 결과를 제공하는 혁신적 응용 사례임.
https://x.com/ai_for_success/status/2021234440895410635
#thesys #agent #interactiveui #python #aitools
Auf #GitHub gibt es aktuell eine #Python-Software, mit welcher Du prüfen kannst, ob Deine #LinkedIn-Kontakte in den #Epstein-Files auftauchen. Ohne Worte.
https://github.com/cfinke/EpsteIn
We analyse the memory consumption of our applications with memray and also monitor it continuously with pytest-memray: https://python4data.science/en/latest/performance/memray.html
#Python
Season 1 Lesson 1 Part 2 - Your First Steps - Python Syntax Rules - That Make Python Work #jupyternotebook #dataanalysis #dataengineer #codingtutorial #python #learncoding #vibecoding #softwaredeveloper #pythonprogramming #pythoncode
#python #Automation #Productivity #Webscraping #Startup #ai #tech #Programing #devtools
Pillow 12.1.1 has been released!
This is a security release, addressing an issue in Pillow >= 10.3.0, so upgrade soon!
https://pillow.readthedocs.io/en/stable/releasenotes/12.1.1.html
#Python #Pillow #PythonPillow #release #security

Databricks is hiring Delivery Solutions Architect
🔧 #python #sql #solutionsarchitect
🌎 Auckland, New Zealand
⏰ Full-time
🏢 Databricks
Job details https://jobsfordevelopers.com/jobs/delivery-solutions-architect-at-databricks-com-dec-23-2025-f046cf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
I published a new release of my Live Coding in #Python plugin for #PyCharm today.
https://plugins.jetbrains.com/plugin/9742
* Support PyCharm 2025.1.2 and higher.
* Stop the window from scrolling away after you undo in live coding mode.
* Fix Read access error in PyCharm.
* Highlight small differences in LiveImageDiffer.
* Fix rounding error in live turtle coordinates.
* Improve Pytest support.
* Support Python 3.14.
New screencast on the lack of switch-case in #Python.
Instead of reaching for match-case as a switch-case replacement, I'd recommend using a dictionary.
https://pym.dev/switch-case-in-python/
Also see today's #DailyPythonTip on replacing if-elif chains with dictionaries.