目前看起來 uv 應該是會是之後受歡迎和穩定的套件管理,不過目前 poetry 使用起來也沒有什麼問題,兩者都吃 pyproject 而且個人感覺也沒有慢多少,就等 uv 出到 1 的正式版之後再來看看吧
#python 套件管理
Книга: «Строим LLM с нуля»
Привет, Хаброжители! Говорят, что физик Ричард Фейнман однажды сказал: «Я не понимаю того, чего не могу создать». Основываясь на этом же важном принципе, автор бестселлеров Себастьян Рашка шаг за шагом ведет вас к созданию LLM в стиле GPT, которую вы сможете запустить на своем ноутбуке. Это увлекательная книга, которая охватывает каждый этап процесса — от планирования и кодирования до обучения и тонкой настройки.
https://habr.com/ru/companies/piter/articles/958724/
#книга #llm #обработка_данных #хранение_данных #чатбот #модель #классификатор_текстов #gpt #python
10 вопросов на собеседовании Junior Python-разработчика. Часть 1
Вы отправили десятки резюме, прошли первый скрининг с HR-менеджером, и вот оно — заветное письмо: «Приглашаем вас на техническое собеседование». В этот момент сердце начинает биться чаще, а в голове проносится главный вопрос: «Что же меня спросят?». Интернет полон сотен списков вопросов, но как понять, что из этого действительно важно и актуально сегодня?
https://habr.com/ru/articles/959360/
#собеседование #python #python_собеседование
🐍 The future of #Python web services looks GIL-free | Fluxus by gi0baro
「 The implementation is now completed, meaning that the workarounds introduced in Python 3.13 to make code sound without the GIL are now gone, and the free-threaded implementation now uses the adaptive interpreter as the GIL enabled variant. These facts, plus additional optimizations make the performance penalty now way better, moving from a 35% penalty to a 5-10% difference 」
https://blog.baro.dev/p/the-future-of-python-web-services-looks-gil-free
For those interested in such things, working with @robinlovelace, Zhao Wang and @josi our peer reviewed paper on Route Network Simplification for Network Planning has been published in the journal of Environment and Planning II: Analytics and City Science https://doi.org/10.1177/23998083251387986
This work looks at how complex network models where you find multiple parallel or overlapping lines, such as road or rail networks, can be merged at difference scales.
#DataScience #OpenScience #python
1/n
#changelog New Python version available: 3.14.0 #python → https://changelog.alwaysdata.com/489/detail/
PyCharm & Django annual fundraiser
We are excited to share the news about our annual fundraiser – and a new way for you to benefit from it. We need your help to support key initiatives such as:
- Django Fellows: Ensuring the rapid development and maintenance of Django.
- Djangonaut Space: Onboarding new contributors to the Django project.
- Django Girls: Making the Django community accessible to programming beginners around the world.
From today to November 11, you have a unique opportunity to support Django through our "Buy PyCharm, Support Django" campaign. By purchasing PyCharm, you benefit in two powerful ways:
- Enhance your development: Gain access to a professional tool designed to maximize your productivity with features like first-class database management, API management, and frontend support.
- Support Django ✨: Contribute directly to the Django Software Foundation. When you purchase PyCharm at a 30% discount through our special campaign link, JetBrains will donate an equal amount to the Django Software Foundation.
Get 30% off PyCharm, Support Django
This is a wonderful opportunity to contribute to the community that supports you and improve your own development process with a top-notch tool.
Thank you for your ongoing support and dedication to Django. Together, we can ensure the continued success and growth of the framework we all rely on.
Other ways to donate
If you would like to donate in another way, especially if you are already a PyCharm customer, here are other ways to donate to the DSF:
- On our website via credit card
- Via GitHub Sponsors
- For those able to make a larger donation as corporate sponsors ($2000+), check out our corporate sponsors form
https://www.djangoproject.com/weblog/2025/oct/23/pycharm-django-annual-fundraiser/
Script en Python para procesar ISSNs de un CSV a una forma de ecuación de búsqueda
https://tubedu.org/w/ncZd684ucdwJ3adULY2YCT
Async Django: a solution in search of a problem? https://lobste.rs/s/fyrfe0 #python #web
https://www.loopwerk.io/articles/2025/async-django-why/
Парсинг HH.ru: от /vacancies до асинхронных очередей и боли с ConversationHandler'ами
Привет, Хабр. Думаю, у каждого, кто искал работу, есть этот "любимый" запрос на hh. Вбиваешь "Python Developer", ставишь фильтр "нет опыта", а тебе вываливается 500 вакансий "Senior Analyst", где в требованиях "базовое знание SQL, Python будет плюсом". Ручной разбор этой каши убивает время и мотивацию. Мой друг Роман (он IT-рекрутер и карьерный консультант) постоянно рассказывает, как кандидаты выгорают еще до первого собеса именно на этом этапе. Я решил, что хватит. Пора автоматизировать рутину. Казалось бы, 30-минутная задача: дернул API, отфильтровал, откликнулся. Как же я ошибался. Сегодня расскажу, на какие грабли наступил, пока пилил « Аврору » - свой инструмент для автоматизации этого ада.
https://habr.com/ru/articles/959256/
#api #python #hh #telegram #telegrambot #карьера #поиск_работы #поиск_работы_в_it #поиск_работы_в_россии #headhunter
Why Should We Bother with Quantum Computing in ML?
When black cats prowl and pumpkins gleam, may luck be yours on Halloween. (Unknown) , conferences, workshops, articles,…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Computing #datascience #DeepDives #python #QuantumAlgorithms #quantumprogramming #Technology
https://www.newsbeep.com/us/245217/

Years ago I had this Processing app that I used to create time stamped images from a webcam. It no longer works. (It’s been years since I used it.)
I was able to rewrite what I need in Python fairly easily, so that’s pretty awesome.
I used to really love Processing but I guess I love Python now.