Python 3.14 昵称 Pithon

原文: [Python recap for week 2025/10 - discu.eu](https://discu.eu/weekl01python/2025/10

  • 250310 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.
  • 250310 Zoom.Quiet(大妈) 用时 42 分钟 完成快译,


文章/教程/嗯哼

Articles, Tutorials and Talks

(是也乎:

zshot 2025-03-10 10.21.43

将 50万+ PyPi 模块进行聚类分析后..

)

(是也乎:

但是, 越来越多应用原型都是 Python 开发的..

)

(是也乎:

迁移的根本原因:

..对 Python 的心理抵触——Scala 开发人员通常不喜欢使用 Python,因为它在范式和工具上存在根本差异

当然, 核心动力还是: 预算允许..

)

(是也乎:

是的, 独立开发者经历的事儿, 写出来都是 007 历险记..

)

(是也乎:

无论大模型发展到什么样儿, 学习总是不错的, 问题只是在学什么了..

)

(是也乎:

10天的课程, 109.98$ ...

)

(是也乎:

..性能提升主要是由于无意中解决了 LLVM 19 中的回归问题

嗯哼? 也就是说, 代码不用任何修改, 光是升级到 3.14 就可以平均提高 15%

CPython 到底有多少潜力可挖哪..

开始怀疑老爹是故意的了..

)


发布...

Release...

(是也乎:

专注和 React 联动的组件..

)


好物/妙品/...

Interesting Projects, Tools and Libraries, Projects & Code

(是也乎:

# Define a component that counts button clicks
class ButtonClicker(rio.Component):
    # Define the attributes of the component. Rio will watch these
    # for changes and automatically update the GUI.
    clicks: int = 0

    # Define a method that increments the click count. We'll later
    # make a button that calls this method whenever it is pressed.
    def _on_press(self) -> None:
        self.clicks += 1

    # Define the `build` method. This method essentially tells rio
    # what a ButtonClicker component looks like. Whenever the state
    # of the ButtonClicker component changes, rio will call its
    # `build` method and update the GUI according to the output.
    def build(self) -> rio.Component:
        return rio.Column(
            rio.Button('Click me', on_press=self._on_press),
            rio.Text(f'You clicked the button {self.clicks} time(s)'),
        )

# Create an App and tell it to display a ButtonClicker when it starts
app = rio.App(build=ButtonClicker)
app.run_in_browser()  # Or `app.run_in_window()` to run as local app!

streamlit 样框架, 但是, 还没发布 1.0

)

(是也乎:

针对意大利本地的金融选择..

)

(是也乎:

PyENV 的使用体验设计的是真好, 但是...

)

(是也乎:

还是 SuperCollider 的壳的壳应用..

)

(是也乎:

RISCV-V 上的矢量计算支持.. 所以, CPU 快速替代 GPU 指日可待?

)

(是也乎:

进一步的也可以追踪所有你听到的声音..其实..

)

(是也乎:

哈, boto 等 AWS 相关的平台认证是越来越复杂了..

)


🐍 视频

Videos...

(是也乎:

VSCode 后, 所有编程器都 VSCOde 化了..

)


历史这周


DAMA

❤️ Happy Pythonic ;-(大妈私人无责任播报)

            _~^|`~_
        () /  ☉ ◴  \ \/
          '_   ∧   _'
          | '--+--' \

...act by ferris-actor v0.2.4 (built on 23.0303.201916)

PS:

Happy Pythonic

Copyright © 2025 Python weekly newsletter, All rights reserved.

PPS:

不觉中蟒周刊快译已经到了第10+3个年头

开始有小伙伴加入承担 pythonisa 周刊的翻译, 从来没提醒过, 可就这么默默坚持下来了...

问为什么:

[皱眉]每周新闻资讯 怎么能错过 
看看有什么新东西 
当有新的发现时:
    what f**k 还能这样玩? 还有这东西?
    每周开彩蛋[吃瓜]

无法同意更多... 很多社区贡献看起来辛苦, 其实受益最多的, 就是主动承担者也.


好文笔,感叹号年度配额: 0/3

投稿/反馈邮箱:

askdama@googlegroups.com

(邮件列表地址, 当成正常邮件发送邮件就好, 不用注册, 不用翻越...)


ZoomQuiet/大妈

就是四处 是也乎,( ̄▽ ̄) 的那个大妈:

全力嗯哼: 大妈的多重宇宙 - https://www.youtube.com/@Chaos42DAMA
私自嗯哼: ZoomQuiet (https://zoomquiet.io)

as 创始组织者:
    CPyUG (mailling-list: python-cn@googlegroups.com)
    PyChina (订阅号: PyChinaOrg)
    本地社区: 
        GDG珠海 (订阅号: GDG-ZhuHai)
        AIGC珠海 


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...

任何问题

随时邮件提问可也:
askdama@googlegroups.com

-->