Google Cloud、自然言語からデータ分析用のPythonコードを生成し実行する「Code Interpreter」をプレビュー公開
https://www.techno-edge.net/article/2025/08/07/4520.html
#technoedge #テクノロジー #ニュース #レビュー #ゲーム #ガジェット #Google #Python #OpenAI #Generative_AI
New blog post: I've mentioned before that #litestar is by far my favorite of the new generation of #python web frameworks, and I've finally found time to write about why.
https://www.b-list.org/weblog/2025/aug/06/litestar/
It also occurs to me that I can pull out the guts of this and make it more portable.
So you could feed it whatever you want, have it post to the Fediverse. Nothing complicated, but might lower the barrier for folks.
Anyway, that's my story of how I spent some time writing a bot to spit out things like:
"I had met him at the stake, to flay him alive."
#Python #bot #coding #softwareDevelopment
Code is rough, but you can find it at https://codeberg.org/bfordham/conanomatic
In case you want to make your own.
#Python #bot #coding #softwareDevelopment
Long story short, I rewrote it. Made it nicer, too. It's written in #python and can be found out @conanomatic
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_06
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
👕 The Mystery Awaits…
The 2025 PyCon AU T-shirt is coming—and it’s SO cool, limited edition, and included with your ticket! 🔥
🎟️ Order your ticket before August 8 to guarantee your shirt size.
After that, you’ll still get a shirt—but sizing will be first-come, first-served.
Get yours at 👉 https://2025.pycon.org.au/attend?ref=fv
#PyConAU #Python #Data #AI #Science #Education #Tech

Do any fellow laptop sticker guys follow me? I have a bunch of nice old vinyl laptop stickers for
* #archLinux
* #Debian
* #Python
* #Vim
I don't like any of those products and won't ever use the stickers.
Reach out if you want some or all, and I'll mail them to you.
Detection Engineering in Dynamic Systems
https://sa.wentcloud.com/detection-engineering-in-dynamic-systems/
#pentesting #programming #python #systemsengineer #systems #networking
#programming
🌘 讓 Plush 解釋器超越 CPython 的 Fibonacci 效能
➤ 從玩具語言到超越 Python:Plush 解釋器的效能飛躍之路
✤ https://pointersgonewild.com/2025-08-06-out-fibbing-cpython-with-the-plush-interpreter/
本文探討如何透過一系列的技術性改良,顯著提升 Plush 玩具程式語言解釋器的 Fibonacci 運算效能,使其超越 CPython。作者從檢視 CPython 的 Fibonacci 微基準測試開始,發現 Plush 的效能落後。透過分析 CPython 的位元組碼,作者引入了 `call_direct`、`call_pc` 以及 `add_i64` 等新的位元組碼指令,並利用程式碼修補(self-modifying code)技術,移除了冗餘的雜湊查找,最終將 Plush 在此基準測試上的執行時間從 9.10 秒大幅縮短至 4.57 秒,甚至超越了 CPython 的 5.70 秒。儘管這些最佳化對作者
#解釋器效能 #Python 最佳化 #微基準測試
In Python, we love duck typing, which means we often care about the behavior of an object more than the type of that object.
Read more 👉 https://trey.io/0frqkp
TkinterとCustomTkinterで電卓つくって比較してみた
https://qiita.com/Tadataka_Takahashi/items/fa65246ea9f48301c71c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #電卓 #Tkinter #CustomTkinter