机器狗已在公开发售,支持用 Python 对其编程… 原文: PyCoder’s Weekly - Issue #427 pycoder

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

  • PEP 622: 结构模式匹配
    • PYTHON.ORG This PEP proposes adding pattern matching—a sort of enhanced switch statement—to the Python language. Read the PEP at the link above and follow the discussion on Reddit. (是也乎:
def is_tuple(node: Node) -> bool:
    match node:
        case Node(children=[LParen(), RParen()]):
            return True
        case Node(children=[Leaf(value="("), Node(), Leaf(value=")")]):
            return True
        case _:
            return False

这非常 Elixir 了. )

讨论

Discussions

文章,教程和嗯哼

Articles, Tutorials and Talks

好物

Interesting Projects, Tools and Libraries, Projects & Code

📆🐍 活动/大会

Events, MeetUp 真的是全球线下活动组织中心

  • ⋅ FlaskCon (Online)
    • July 4 to July 6, 2020
  • ⋅ SciPy 2020 (Online)
    • July 6 to July 13, 2020 (是也乎: 中国也已经接到有关通知, 允许线下集会申报了… 而且今年程序员节(10.24)可能有超级大会. )

DAMA

❤️ Happy Pythonic ;-(大妈私人无责任播报) 101camp10py 开始报名 报名

课程规划:
    报名截止 2020.7.20
    正式开课 2020.7.26
    课程结束 2020.9.06

详情 => 蟒营™ Python 入门班第10期

提醒: 首周报名再优惠 420 元.

PS


NN 4061 好文笔,感叹号年度配额: 1/3 投稿/反馈邮箱: [email protected] (邮件列表地址, 当成正常邮件发送邮件就好, 不用注册, 不用翻越…)


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

私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 创始组织者:
    PyChina (订阅号: PyChinaOrg)
    本地社区: 
        GDG珠海 (订阅号: GDG-ZhuHai)
        TFUG珠海 (订阅号: ZH_TFUG)

RPP