Python уже не торт? Как и почему меняются приоритеты разработчиков
Последние годы Python был вроде универсального инструмента: на нем писали всё — от мелких скриптов до огромных ML-систем, а его первое место в рейтингах воспринималось как норма. Но к началу 2026-го заметно, что динамика меняется. Скорее всего — вслед за приоритетами. Уходит время, когда удобство и низкий порог входа перекрывали любые вопросы к производительности. Компании всё чаще смотрят на отдачу — сколько ресурсов съедает система и как ведет себя под нагрузкой. Давайте посмотрим, что там с местом Python’а в рейтингах, и оценим причины.
https://habr.com/ru/companies/ru_mts/articles/1003638/
TinyP2P https://lobste.rs/s/q2c168 #networking #python
https://web.archive.org/web/20050131031148/http://www.freedom-to-tinker.com/tinyp2p.html
I've just pushed out a massive update for chronicle so there are new setup files.
Massive update to the Chronicle Document Extractor today!
i just rolled out v1.5.0, bridging the gap between historical archival, accessibility, and modern software integration.
Added native EPUB export! You can now batch-scan massive amounts of physical diaries or letters and have Chronicle stitch them seamlessly into an accessible eBook for VoiceOver or standard e-readers.
Added JSON and CSV formats, allowing developers and commercial databases to hook Chronicle’s extraction engine directly into their own API pipelines.
i also overhauled the OCR prompt engine to specifically target Legal and Legislative documents. Chronicle now meticulously preserves strict legal hierarchy (Parts, Sections, Subclauses) and defined terms, preventing the "flattening" that ruins contracts in standard OCR.
The tool is growing up fast. Code is live on GitHub!
https://github.com/harry6116/Chronicle
#Chronicle #Accessibility #a11y #Python #OpenSource #LegalTech #History #DigitalArchives #ScreenReader #AI
Season 1 Lesson 5 Part 7 - Your First Steps - Many beginners misuse - Join in Method #pythoncode #dataengineer #jupyternotebook #pythonprogramming #vibecoding #python #softwaredeveloper #codingtutorial #dataanalysis #learncoding
This seems nifty and useful. Haven't perused it for malware, anybody done the deep dive?
https://github.com/kaifcodec/user-scanner
Back to some #numpy + #OpenSimplexNoise studies...
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_02_27 #Processing #Python #py5 #CreativeCoding

A rigorous, engineering‑first guide to chunking for RAG: fixed vs semantic vs hierarchical chunking, evaluation dimensions, decision matrix, and runnable Python implementations with FAISS/Chroma/Weaviate and OpenAI embeddings.
#RAG #Vector Databases #LLM Performance #DevOps #Hardware #Python #LLM #AI #AI Coding #API #Dev #Coding
https://www.glukhov.org/rag/retrieval/chunking-strategies-in-rag/
#Hafiza_Iqra_Zehra #car_racing_game #python #pygame
For the first time, I'm playing with Python...It's not terribly hard to follow along with the W3schools lessons using Pyzo, which is really helpful for pointing out my inevitable mistakes! It's easy to clear the screen and start over until I get everything just right (and Pyzo doesn't complain and outputs the expected result).
It's strange, I haven't felt this keen on learning anything technical in a very long time.
I guess the momentum from successfully installing openSUSE Tumbleweed on both my techy things...Helps.
Before continuing, I should probably get dinner going...Else I might vibrate into the afterlife. I'm feeling famished as fuck!
Eine kleine spontane Übung in Python gemacht.
Dieses Mal habe ich eine for i in range Übung gemacht. War ganz kurz und ich war neugierig und wollte es aus dem Lehrbuch ausprobieren. Bin zwar ein noob aber ein neugieriger und lernwilliger noob. Der auch einmal nach dem hauptlernen noch bis kurz vor schlafen das ein oder andere darin theoretisch und ab und an praktisch lernt. Macht ziemlich viel Spaß. #python
@Anthony_Kraudelt @eingfoan totally awesome you wrote an infosec book and looking at the psychology involved is so neat too #we have infosec at home #read #python #gray hat ethics and ideologies

Today I learned about a relatively new PEP to improve pretty printing in Python. 🤩
https://peps.python.org/pep-0813/