pythonista-weekly : Pyw 444

欢迎阅读《pythonista周刊》第444期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-444 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): 使用 Datadog 监控你的python指标,日志,集群分析。使用Datadog的应用分析,可以深入任何纬度并且能找到你所需要的信息,来进行动态诊断和快速故障排除。通过免费的Datadog APM试用版来提高应用程序性能。 ...

2020-04-12 · 4 min · 1763 words · ZoomQuiet

Issue 415

Python 编程令俺数学长进了… 原文: PyCoder’s Weekly - Issue #415 200408 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200408 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Arduino 上 Python 如何开始? REAL PYTHON course Discover how to use Arduino microcontrollers with Python to develop your own electronic projects. You’ll learn how to set up circuits and write applications with the Firmata protocol. You’ll control Arduino inputs and outputs and integrate the board with higher-level apps. (是也乎: 其实有更加友好的 MicroPython - Python for microcontrollers 生态哪… ) 最期望一早告诉俺的 有关 Python 中多进程处理的事情[2019] PAMELA MCA’NULTY Python’s multiprocessing module abstracts away a lot of the overhead involved in writing multiprocessing code in Python. But while it might be “easy” to implement multiprocessing in Python, it’s not always easy to do multiprocessing well. In this article, Pamela McA’Nulty shares five tips to help you write better multiprocessing code. (是也乎: 相比多线程, 多进程已经少很多坑了.. 但是, 那也比不上 Pyhton 自己不管任何 多XX , 运行时管理丢给系统监管就好. ) PyPI 新赞助计划 PSF PYTHON SOFTWARE FOUNDATION The Packaging Working Group of the Python Software Foundation is launching an all-new sponsorship program to sustain and improve Python’s packaging ecosystem. Funds raised through this program will go directly towards improving the tools that your company uses every day and sustaining the continued operation of the Python Package Index. pyproject.toml 到底是咩? BRETT CANNON “I have seen setuptools users use pyproject.toml because they were ‘told to by ‘ without knowing the entire point behind the file. And so I decided to write this blog post to try and explain to setuptools users why pyproject.toml exists and what it does as it’s the future of packaging in the Python ecosystem.” 配置很糟? 尝试上真正的编程语言 JESTEM KRÓLICZKIEM “In this post, I’ll try to explain why I find most config formats frustrating to use and suggest that using a real programming language (i.e. general purpose one, like Python) is often a feasible and more pleasant alternative for writing configs.” (是也乎: 配置和代码的边界太难以嗯哼了.. 俺一直使用 .py 当配置文件使用, 直到交付其它人用时, 才发现这太容易引入无法预料的人为 bug 了… 然后, 开始各种专用配置文件的尝试… 然后… 当然又回到 .py 了哈. ) 2020 Q1 PSF 资深会员 PSF PYTHON SOFTWARE FOUNDATION The PSF Fellow Members for Q1 2020 have been announced. Congratulations to all of the new fellows! Python 2.7.18 候选版-1 已经发布 PSF PYTHON SOFTWARE FOUNDATION “Python 2.7.18 will be the last release of the Python 2.7 series, and thus Python 2.” (It’s not dead, it’s resting!) 讨论 Discussions ...

2020-04-08 · 6 min · 2892 words · ZoomQuiet

pythonista-weekly : Pyw 443

欢迎阅读《pythonista周刊》第443期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-443 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): python开发者都需要的Vettery Vettery是一个招聘网站,它改变了人们应聘或者雇佣的方式。准备好换工作地方了吗?免费制作简历,你的薪资你说了算,现在就和顶级雇主的HR联系吧! ...

2020-04-05 · 4 min · 1943 words · ZoomQuiet

Issue 414

研究花多少时间来学 Py 就好? 原文: PyCoder’s Weekly - Issue #414 200401 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200401 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 用 GloVe 向量自动查找单词线索 JAMES SOMERS In the Czech boardgame Codenames, one player must come up with a single-word clue that prompts their teammates to select certain words from a 5x5 board while simultaneously avoiding a “bomb” word that, if selected, causes the team to lose. In this article, James Somers explores how to generate clues automatically using Global Vectors for Word Representations—with surprising results. (是也乎: 在游戏中发现的现象… ) 通过创建游戏来学习 Python 技能 REAL PYTHON podcast In this episode, Christopher interviews Jon Fincher from the Real Python Team. Jon talks about his recent articles on PyGame and Arcade. They discuss if game programming is a good way to develop your Python programming skills, and if a game would make a good portfolio piece. (是也乎: 几乎变成真蟒 专场了…一则周刊中4+消息都是来自 RealPython, 不过, 人家是真的大力在原创各种嗯哼. ) SimPy: 用 Python 模拟现实世界的过程 REAL PYTHON See how you can use the SimPy package to model real-world processes with a high potential for congestion. You’ll create an algorithm to approximate a complex system, and then you’ll design and run a simulation of that system in Python. (是也乎: ) psycopg3: 第一份报告 DANIELE VARRAZZO “What’s left? Well, a lot! Now that the basic machinery is in place, and Python can send and retrieve bytes to and from Postgres, it’s time to attack the adaptation layer.” (是也乎: 叕一次重新开始尝试构筑完美 ORM 层,然后, 发现果然还是天真了… ) 软件开发中的认知偏见 STANISLAV MYACHENKOV “In this post, I will try to answer the question: why do we feel weird about technical solutions?” Not strictly Python-focused, but absolutely worth a read. (是也乎: 软件工程心理动力学 ) 通过探索 COVID-19 数据学习 Pandas MATT MAKAI “Use the pandas data analysis tool to explore the free COVID-19 data set provided by the European Centre for Disease Prevention and Control.” (是也乎: 这个真不错, 就现实世界结合在一起了… ) 您学习 Python 用了多长时间? NED BATCHELDER “Wait, don’t answer that. It doesn’t matter.” (是也乎: 现在看 42 分钟真的够了, 当年用了半年, 实在是不得法. ) 讨论 Discussions ...

2020-04-01 · 5 min · 2044 words · ZoomQuiet