import json#C #Python
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
...
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...
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...
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.
#python #hacking #datascience #programmingbooks #linux #books #techeducation #bookstodon

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
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 🤝 #Python #WebDev #IndieDev #MastodonDev
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.
Jetzt soll es weiter gehen:
1. als systemd umschreiben (ist aktuell ein cron Job) und
2. Zeit mit #Pacemaker kontrollieren: https://github.com/brohrer/pacemaker
If you like my #Python 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:
Как интегрировать Google ADK с кастомным интерфейсом: пошаговое руководство с примерами
Как интегрировать Google ADK с кастомным интерфейсом: пошаговое руководство с примерами Подробный гид по интеграции Google ADK (Agent Development Kit) и Vertex AI Agent Engine в кастомные интерфейсы. В статье разобраны все ключевые этапы — от развёртывания агента до настройки стриминга, сохранения состояния (state) и построения собственной архитектуры взаимодействия с LLM. Подходит разработчикам, которые хотят быстро подключить AI-агента к своему продукту и сохранить контроль над логикой, безопасностью и пользовательским опытом.
https://habr.com/ru/articles/933804/
#google_adk #ai_agent #ai_agent_tutorial #ai_agents #google_agent_engine #python
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: https://github.com/spyder-ide/spyder-remote-services
#Spyder #JupyterHub #Jupyter #Python #IDE

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 https://www.kdnuggets.com/what-does-pythons-__slots__-actually-do