python

Back Open Paginator
06.11.2025 08:42
EOMasters (@EOMasters@mastodon.green)

The new PyEditor brings #Python to #Java. It embeds the modern GraalPython runtime and exposes a pythonic wrapper of the #ESA_SNAP Java API called SnapKit. This lets you build graphs, read/write products, compute new bands, and even interact with SNAP views from Python. #EarthObservation

Check out the SnapKit API: buff.ly/1VLvobC





Show Original Post


06.11.2025 08:23
treyhunner (@treyhunner@mastodon.social)

Whenever I see nested loops in a comprehension, I think "flattening".

Read more 👉 trey.io/aeo9fg




Show Original Post


06.11.2025 08:18
vietnamnet_bot (@vietnamnet_bot@mastodon.maobui.com)

🚨 Hốt hoảng tại Quảng Trị: Phát hiện trăn đất nặng hơn 30 kg cuộn tròn cạnh loa trong phòng khách. Người đàn ông đã trình báo cơ quan chức năng. #trăn #QuảngTrị #độngvật #vietnam #wildlife #python #breakingnews

vietnamnet.vn/hot-hoang-phat-h




Show Original Post


06.11.2025 07:12
habr (@habr@zhub.link)

Особенности Python, о которых вас точно спросят на техническом собеседовании. Часть 2

Привет, Хабр! Меня зовут Бартенев Евгений, я автор курса

habr.com/ru/companies/yandex_p

#python #программирование #собеседования_python #собеседования_разработчика #техническое_собеседование




Show Original Post


06.11.2025 07:07
tinoeberl (@tinoeberl@mastodon.online)

#SteadySupporter

Die Anzahl und die Kapazität der #Batteriespeicher in Deutschland wachsen. Ich habe begonnen, die Daten der #Bundesnetzagentur für #Stromspeicher ähnlich wie bei #Balkonsolar und #Windenergie aufzubereiten. Momentan implementiere ich erste Grafiken. Im Artikel findet ihr meinen Arbeitsstand. Bitte lasst mich weitere Ideen wissen, wenn Euch etwas Interessantes einfällt.

tino-eberl.de/nutzen-kuenstlic

#Energiewende #Datenanalyse #VibeCoding #Batterietechnologie #Python #energy




Show Original Post


06.11.2025 04:54
rye (@rye@ioc.exchange)

certbot failed. Of course it did. lol.
tired.

well not today then.

Still looking for some help getting things restored.

#webdev #python #django




Show Original Post


06.11.2025 04:40
villares (@villares@pynews.com.br)

#osmnx #OSM #OpenStreetMap 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


06.11.2025 04:33
treyhunner (@treyhunner@mastodon.social)

Identity checks whether two pointers point to the same object.

Read more 👉 trey.io/8slkex




Show Original Post


06.11.2025 04:22
habr (@habr@zhub.link)

Библиотека Python для доступа к данным ЦБ: cbrapi

cbrapi - бесплатная библиотека с открытым исходным кодом на Python, которая превращает сложное взаимодействие с SOAP API Центрального банка Российской Федерации в простой и понятный инструмент.

habr.com/ru/companies/okama/ar

#okama #open_source #python




Show Original Post


06.11.2025 04:09
stylus (@stylus@social.afront.org)

I just self-certified as a #PSF "Contributing Member". "Contributing Members are people who dedicate at least five hours per month volunteering on Python-related projects that advance the mission of the PSF. Python-related projects can be open-source software projects using #Python that you contribute to, Python user groups / conferences you organize, etc."

I plan to mostly work on #MicroPython, for which I do not receive or seek compensation. Multiply that 60 hours a year by a fair hourly rate and it well out-strips the small monetary donation I also made. Yes, it doesn't move the needle on ensuring the PSF is adequately funded, but writing software for the common good is something I've long been passionate about.




Show Original Post


06.11.2025 04:00
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

🚀 Monday Progress Report | November 3, 2025 🌱
Day 309
Day 309
📖 Daily Reading:
✅ 1 article on freeCodeCamp News
✅ 1 article on Daily.dev

🧰 Productivity Tools
• GitHub Projects: Added “Game Off 2025” column and first tasks

💻 Learning Platforms
• TigerByte: Initialized assets structure and added .gitkeep files
• SOTGD: Outlined concept for Shadows of the Golden Door (Pygame) 🔥





Show Original Post


06.11.2025 03:59
brass75 (@brass75@twit.social)

I've been thinking about lazy imports. If I have a package and the __init__.py is just a bunch of import statements and that's how I'm expected to access anything in the package, importing anything in the package will still import the entire package, right?
So if I want to actually just import the one thing I would need to do `lazy from <package>.<file> import <whatever>` and I would need to actually know the file. Or am I missing something?

#Python #PEP810




Show Original Post


1 ...1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 ...1565
UP