python

Back Open Paginator
21.08.2025 09:18
GripNews (@GripNews@mastodon.social)

🌘 GitHub - universal-tool-calling-protocol/python-utcp: UTCP 的官方 Python 實作
➤ 探索 UTCP Python 實作的全新架構與擴充性
github.com/universal-tool-call
本文介紹 Universal Tool Calling Protocol (UTCP) 的官方 Python 實作,強調其 1.0.0 版本在模組化、插件化架構上的重大更新。UTCP 旨在成為一個標準化的工具呼叫協定,支援多種通訊協定,並強調可擴充性、互通性和易用性。文中詳細說明瞭新架構的組成、安裝方式,以及從舊版本遷移的注意事項。
+ 這個專案看起來非常有潛力,特別是其模組化和插件化的設計,讓整合第三方服務變得更簡單。
+ Migration guide 寫得很清楚,但 Variable Substitution 的命名空間轉換規則有點複雜,需要花時間理解。




Show Original Post


21.08.2025 09:16
heiseonlineenglish (@heiseonlineenglish@social.heise.de)

"Rust becomes Python's performance co-pilot"

The State of Python 2025 study emphasizes one aspect: Rust is becoming increasingly important in the Python world, especially when it comes to speed.

heise.de/en/news/Rust-becomes-

#IT #Python #Rust #news




Show Original Post


21.08.2025 09:15
ngate (@ngate@mastodon.social)

Ah, because who doesn't need a cheat sheet to remember basic string formatting, right? 😏 You know you're a true coding wizard when you need *two* references just to remember how to print a number. 🧙‍♂️💻
fstring.help/cheat/




Show Original Post


21.08.2025 09:15
h4ckernews (@h4ckernews@mastodon.social)

Python f-string cheat sheets (2022)

fstring.help/cheat/

#2022




Show Original Post


21.08.2025 09:10
heisedeveloper (@heisedeveloper@social.heise.de)

"Rust wird Pythons Performance-Copilot"

Die Studie State of Python 2025 hebt einen Aspekt hervor: Rust gewinnt zunehmend an Bedeutung in der Python-Welt, gerade, wenn es um Geschwindigkeit geht.

heise.de/news/Rust-wird-Python

#IT #Python #Rust #news




Show Original Post


21.08.2025 09:05
lcheylus (@lcheylus@bsd.network)

The State of Python 2025: Analyze from the 8th annual Python Developers Survey (more than 30,000 responses) #Python #Programming blog.jetbrains.com/pycharm/202




Show Original Post


21.08.2025 08:50
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Python f-string cheat sheet

fstring.help/cheat/




Show Original Post


21.08.2025 08:39
veer66 (@veer66@social.vivaldi.net)

Does this line mean that FastAPI executes a synchronous dependency in a thread from a thread pool, potentially using a thread different from the one executing the endpoint function or another dependency?

```
solved = await run_in_threadpool(call, **solved_result.values)
```

github.com/fastapi/fastapi/blo

#fastapi #python




Show Original Post


21.08.2025 08:20
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Universal Tool Calling Protocol (UTCP)

github.com/universal-tool-call




Show Original Post


21.08.2025 06:38
gihyo (@gihyo@rss-mstdn.studiofreesia.com)

#01 EurpPython 2025開幕までの道のり、Day 1の注目セッション
gihyo.jp/article/2025/08/europ

#gihyo #技術評論社 #gihyo_jp #Python #PyCon #EuroPython




Show Original Post


21.08.2025 05:04
learnbyexample (@learnbyexample@techhub.social)

I wrote a Connect Four game where you have to form a line or square or both!

learnbyexample.github.io/conne

#game #tui #python




Show Original Post


21.08.2025 04:57
veer66 (@veer66@social.vivaldi.net)

Even with Python's global interpreter lock (GIL), SQLAlchemy has to lock it queue implementation using a mutex lock. So, perhaps dropping GIL is not okay.

#python




Show Original Post


1 ...1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 ...1547
UP