On the flip side, it's been ages since I've been to a tech conference, and never one here, and the live translation of the sessions at #pycon is really lovely and helpful, very grateful for that
Tomorrow is grocery day. Also I want to get the Velcro® working on the Pi camera. Also I need to pull down the latest camera script after I did some linting on the code this week. The beauty of git and branches.
And finally my WFMU CDs need ripped but also I need to manually tag the results. That will take a bit of time, but abcde should automate the bulk of it.
#wfmu #python #raspberryPi #abcde
It's friday night, I'm 15 days sober, and I'm back on my #python ish
At this point, I think writing #Python without #mypy --strict is insane.
And a side-effect is that if you add a new dependency, there's a solid chance you have to spend a day writing stubs for it. Helps keep bloat down and also means you get a decent tour of the library.
Calculate parallel resistance (or series capacitance) for any number of discrete components with #Python #25
python3 -c "import sys; print(sys.argv[1:], '->', 1/sum(1/float(x) for x in sys.argv[1:]))"

Хватит тестировать на «кошках»! Разворачиваем циничный API на FastAPI за 5 минут для реальных AQA-задач
Привет, Хабр! Меня зовут Ваня, и я AQA-инженер. Как и многие из вас, я занимаюсь обучением будущих покорителей Postman и Pytest. И, как многие из вас, я столкнулся с проблемой: все существующие тестовые API — невыносимо скучные. Todo-листы, интернет-магазины с товарами Item 1 , Item 2 , API для управления книгами... Серьезно? После пятого GET /todos начинаешь сомневаться не только в своей карьере, но и в смысле бытия. Данные в них стерильны, как операционная, а сценарии предсказуемы, как сюжет российского сериала. Моим ученикам было скучно. Мне было скучно. Я понял, что нужен свой API. С блэкджеком и... ну, вы поняли. С API, который будет не просто функциональным, но и забавным. Который захочется «потыкать» просто ради того, чтобы увидеть очередной перл в ответе сервера. Так родился "Cynical Circle API" — API для тех, кто понял жизнь и устал от ванильных примеров. (Так выглядит наша интерактивная документация. Уже интригует, не правда ли?)
https://habr.com/ru/articles/937716/
#API #тестирование_API #AQA #автоматизация_тестирования #Python #fastapi #swagger #uvicorn #itюмор #обучение_программированию
If we have two lists and we wanted to know whether the items in these two lists are the same, we could use the equality operator (==)
Read more 👉 https://trey.io/0frqkp
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_15
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

AI時代に型システムがもっと大切になるって話 - Rust開発者の視点から学ぶ
https://qiita.com/wooooo/items/d7b9c108769e9342e62f?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #Rust #TypeScript #アーキテクチャ #AI
🟩 #Excel отримав функції аналізу зображень. Це стало можливо завдяки вже існуючій інтеграції з #Python.
https://www.neowin.net/news/excel-learns-to-read-pictures-thanks-to-python/
Here we go again…
The "Marijke fixes people's CSS" meme is real.
Anyway, we're on at the Python Office Hours!
Cc. @offby1

#pypistats has been down for two weeks, but now PSF is working on taking stewardship over the service
https://github.com/crflynn/pypistats.org/issues/82#issuecomment-3189840848