python

Back Open Paginator
04.08.2025 18:41
pkw (@pkw@snac.d34d.net)
I am writing C code using json-c to downsample one of these Garmin
GPX coord files (converted to JSON).

It's fun and funny. Partly because I could do it in a Python repl
just from my head.

import json

with open("json-file.json", "r") as f:
d = json.loads(f.read())

# do stuff with "d" which is a dictionary from reading the JSON data
...

#C #Python



Show Original Post


04.08.2025 18:33
r (@r@fed.brid.gy)

eksigundem 22 bin indirmeye geçerek, v0.5.0 ile karşınızda! 🚀🚀🚀 Komut satırından Ekşi Sözlük okuma deneyiminiz artık çok daha iyi! Hemen deneyin👇 pip install eksi github.com/furkanonder/... #eksisözlük #CLI #Python

GitHub - furkanonder/eksigunde...




Show Original Post


04.08.2025 18:16
r (@r@fed.brid.gy)

EksiGündem 22 bin indirmeye geçerek, v0.5.0 ile karşınızda! 🚀🚀🚀 Komut satırından Ekşi Sözlük okuma deneyiminiz artık çok daha iyi! Hemen deneyin👇 pip install eksi github.com/furkanonder/... #eksisözlük #CLI #Python

GitHub - furkanonder/eksigunde...




Show Original Post


04.08.2025 18:07
nostarch (@nostarch@mastodon.social)

Books with brains and personality. Whether you're scripting, analyzing, securing, or just exploring, we publish the kinds of tech books that stand out and stay useful.





Show Original Post


04.08.2025 17:16
ubuntu_touch (@ubuntu_touch@mstdn.social)

Resaltar con color regiones de un data frame de pandas:

Resaltar máximo dentro de columna y salir en Excel

Abrir Excel y mostrar que sirve como display

#Python #Negocios #TransformacionDigital #Empleo #CostaRica software libre #Anzoategui #Lecheria





Show Original Post


04.08.2025 16:46
H4ck3rb1n14m (@H4ck3rb1n14m@mastodon.social)

Hey Mastodon 👋 I’m Biniam, a young dev learning full-stack, Python, and AI.
Currently building a smart CLI note app & beginner Python projects.
Follow my journey — I share code, progress, and open questions. Let's connect 🤝




Show Original Post


04.08.2025 16:41
gxlin (@gxlin@mas.to)

Python is too hard now compared to Go, or maybe nodejs, when it comes to building a web server.

There are too many tools and framework. For package management, there are pip, pipx, poetry, pipenv, pyenv, virtualenv, and etc. For web framework, there are fastapi, starlette, flask, django, and etc. What's more, there are async APIs and non-async APIs.

It is too complex to know what is preferred practice, and what is anti-pattern.

#python




Show Original Post


04.08.2025 16:22
e_es (@e_es@chaos.social)

Jetzt soll es weiter gehen:
1. als systemd umschreiben (ist aktuell ein cron Job) und
2. Zeit mit #Pacemaker kontrollieren: github.com/brohrer/pacemaker

#Python #todo




Show Original Post


04.08.2025 15:50
driscollis (@driscollis@mastodon.social)

If you like my content, you might want to check out my Python newsletter.

It's called The Python Papers. You will get at least one email per week with a tutorial, news, a video or perhaps all three!

You can subscribe here:

pythonpapers.com




Show Original Post


04.08.2025 15:32
habr (@habr@zhub.link)

Как интегрировать Google ADK с кастомным интерфейсом: пошаговое руководство с примерами

Как интегрировать Google ADK с кастомным интерфейсом: пошаговое руководство с примерами Подробный гид по интеграции Google ADK (Agent Development Kit) и Vertex AI Agent Engine в кастомные интерфейсы. В статье разобраны все ключевые этапы — от развёртывания агента до настройки стриминга, сохранения состояния (state) и построения собственной архитектуры взаимодействия с LLM. Подходит разработчикам, которые хотят быстро подключить AI-агента к своему продукту и сохранить контроль над логикой, безопасностью и пользовательским опытом.

habr.com/ru/articles/933804/

#google_adk #ai_agent #ai_agent_tutorial #ai_agents #google_agent_engine #python




Show Original Post


04.08.2025 15:18
Spyder (@Spyder@fosstodon.org)

Spyder 6.1 will come with an assorted array of cool features, and the one we’d like to mention today is no less impressive:

JupyterHub support!! 🤯🥳🥰

Yeah! As long as your JupyterHub server includes our own extension, you'll be able to easily use it to run your code! 💪

🧐 You just need to ask IT to install our Jupyter server extension: github.com/spyder-ide/spyder-r

#Spyder #JupyterHub #Jupyter #Python #IDE





Show Original Post


04.08.2025 15:05
technology_tales (@technology_tales@mstdn.social)

Discover how Python's `__slots__` can reduce memory use and boost speed in your code. By limiting object attributes, `__slots__` optimises performance, as seen in data projects like Allegro's hiring challenge. Ideal for large datasets or performance-critical applications. #Python #DataScience #ProgrammingEfficiency kdnuggets.com/what-does-python




Show Original Post


1 ...1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 ...1545
UP