Прощай, ЖЖ — cпасаем заметки Python-скриптом
В конце статьи Python скрипт для сохранения заметок . Последняя шлюпка с «Титаника», чтобы утащить с ЖЖ свои и чужие мысли на жесткий диск, пока «эффективные менеджеры» окончательно не пустили всё на дно . Я писал свои заметки в ЖЖ более 15 лет. Полтора десятилетия текстов, некоторые из которых даже влетали в топ главной страницы, теша мое самолюбие. Но всему есть предел. Декабрьские конвульсии администрации — введение сегрегации пользователей, разделение на касты и монетизация каждого вздоха — стали последней каплей. Это больше не дом, это режимный объект с пропусками. Я принял решение об уходе, забирая с собой всё, что нажил непосильной графоманией. Спасаем заметки
https://habr.com/ru/articles/983448/
#livejournal #сезон_ии_в_разработке #python #история_it #блоггинг
RE: https://mastodon.social/@treyhunner/115865992577527686
Python Tip #11 (of 365):
Avoid comparing to True and False in Python. Use truthiness instead.
Instead of checking for True and False with equality:
if flag == True:
...
In Python, we prefer to check for True and False with identity:
if flag is True:
...
This is for the same reason that we prefer to check for None with identity (PEP 8 recommends it).
But... we usually don't prefer either of those!
(1/2)🧵
Va tomando forma
.
#NeoVault🔐 #programming #coding #python #hacktheplanet

(More thoughts prompted by thinking about my recently published book: https://www.packtpub.com/en-UA/product/hands-on-software-engineering-with-python-9781835888001)
At some point in most engineering careers, something subtle shifts.
Early on, the job is mostly about writing code: implement the ticket, follow the standards, make the tests pass. That work matters. But over time, especially as systems grow more complex, the center of gravity moves.
#Python #SoftwareEngineering #StaffEngineer #CareerGrowth #TechnicalLeadership
Left to do is dynamically adding the tick labels to the chart.
I know it is possible but my brain refuses yo make it work. A tomorrow’s problem.
Anyhow, here it is:
https://www.curbal.world/mpl/matplotlib-gallery/52
Ternary plots make my brain hurt.
Only 6 left to do of the 100.
#python #matplotlib #dataviz #datavis

Aider AI Pair Programing in your Terminal https://github.com/Aider-AI/aider?tab=readme-ov-file #AI #Python #TUI

Tired of noisy alarms breaking your ADHD flow? 🧠💥
I built HapticPulse — a tool that turns an old PS4 controller into a tactile focus anchor. 🎮
✅ Vibration check-ins (no auditory startle!)
✅ Visual progress bar for time blindness
✅ Clean Python CLI
https://github.com/Dustb0/HapticPulse
Impulsa tu negocio con nuestras soluciones Python: MVPs desde $500, integración de IA con LLMs desde $800, y scripts automatizados desde $200. Transforma ideas en realidades hoy. #LegalTech #Python #Xiliux

On this Learn Python By Example video, you'll get a look at list operations in #Python.
Check it out!
https://www.youtube.com/watch?v=jhZCkdSM85E
Primeros pasos con PyQt y QtDesigner. Primer programa con Python https://myblog.clonbg.es/primeros-pasos-con-pyqt-y-qtdesigner-primer-programa-con-python/ #Programación #Python #PyQT https://clonbg.es

The first preview of our now solution for privacy based forms is now available on
https://demo.privacyforms.studio/
2026/01/11 今日のQiitaトレンド記事をポッドキャストで聴こう!
https://qiita.com/ennagara128/items/5ce2f708aeb3d6ccbedf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #AWS #初心者 #個人開発 #Claude