python

Back Open Paginator
16.08.2025 09:00
mike_edwards (@mike_edwards@mas.to)

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

#SouthKorea #python




Show Original Post


16.08.2025 04:19
devtrash (@devtrash@hulvr.com)

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




Show Original Post


16.08.2025 04:00
megabyteghost (@megabyteghost@masto.hackers.town)

It's friday night, I'm 15 days sober, and I'm back on my #python ish




Show Original Post


16.08.2025 03:35
lukeshu (@lukeshu@social.coop)

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.




Show Original Post


16.08.2025 02:02
linuxgal (@linuxgal@techhub.social)

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:]))"





Show Original Post


16.08.2025 02:02
habr (@habr@zhub.link)

Хватит тестировать на «кошках»! Разворачиваем циничный API на FastAPI за 5 минут для реальных AQA-задач

Привет, Хабр! Меня зовут Ваня, и я AQA-инженер. Как и многие из вас, я занимаюсь обучением будущих покорителей Postman и Pytest. И, как многие из вас, я столкнулся с проблемой: все существующие тестовые API — невыносимо скучные. Todo-листы, интернет-магазины с товарами Item 1 , Item 2 , API для управления книгами... Серьезно? После пятого GET /todos начинаешь сомневаться не только в своей карьере, но и в смысле бытия. Данные в них стерильны, как операционная, а сценарии предсказуемы, как сюжет российского сериала. Моим ученикам было скучно. Мне было скучно. Я понял, что нужен свой API. С блэкджеком и... ну, вы поняли. С API, который будет не просто функциональным, но и забавным. Который захочется «потыкать» просто ради того, чтобы увидеть очередной перл в ответе сервера. Так родился "Cynical Circle API" — API для тех, кто понял жизнь и устал от ванильных примеров. (Так выглядит наша интерактивная документация. Уже интригует, не правда ли?)

habr.com/ru/articles/937716/

#API #тестирование_API #AQA #автоматизация_тестирования #Python #fastapi #swagger #uvicorn #itюмор #обучение_программированию




Show Original Post


16.08.2025 01:35
treyhunner (@treyhunner@mastodon.social)

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 👉 trey.io/0frqkp




Show Original Post


16.08.2025 01:07
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


16.08.2025 00:40
qiita (@qiita@rss-mstdn.studiofreesia.com)

AI時代に型システムがもっと大切になるって話 - Rust開発者の視点から学ぶ
qiita.com/wooooo/items/d7b9c10

#qiita #Python #Rust #TypeScript #アーキテクチャ #AI




Show Original Post


15.08.2025 22:32
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

🟩 #Excel отримав функції аналізу зображень. Це стало можливо завдяки вже існуючій інтеграції з #Python.

neowin.net/news/excel-learns-t




Show Original Post


15.08.2025 21:55
mahryekuh (@mahryekuh@hachyderm.io)

Here we go again…

The "Marijke fixes people's CSS" meme is real.

Anyway, we're on at the Python Office Hours!

Cc. @offby1

#Python #CSS





Show Original Post


15.08.2025 21:07
fohrloop (@fohrloop@fosstodon.org)

#pypistats has been down for two weeks, but now PSF is working on taking stewardship over the service

github.com/crflynn/pypistats.o

#python #pythonnews




Show Original Post


1 ...1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 ...1547
UP