Issue 411
2020 应该如何享用 Jupyter? 原文: PyCoder’s Weekly - Issue #411 200311 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200311 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. Post-Mortem Python 绘图 ANDY JONES Who loves debugging things that only fail occasionally? Just me? Maybe you need to check out Andy Jones’ extract() function that “magically” extracts a caller’s environment into an IPython interpreter session. Mix in a little post-mortem debugging with Jupyter’s %debug magic command, and you’ll be painlessly debugging finicky code in no time. (是也乎: 神奇的事后验尸, extract() 能将调用者环境装配人 Jupyter 进行细致的检验. ) 2020 年如何用 Jupyter 笔记本 LJ MIRANDA In this first of a three-part blog post, LJ Miranda surveys the data science landscape and discusses the forces that push data science tools to evolve. (是也乎: 一个系列, 刚刚发布第一篇, 1: 数据科学的笔记本 /2: 2020我的笔记本 /3: 笔记本的未来.. 是的, 笔记本从实体的, 到电脑形态, 现在又是一种可计算文档的指代了… 其实, 对 Jupyter 的发展是看好的, 但是, 对其最终产品形态不明朗, 因为 notebook 形式非常创意的将 开发/调试/笔记/发行 很好的揉合在一起; 唯独没对运行时有考虑…这就比较尴尬了… ) 思考 psycopg3 DANIELE VARRAZZO A core maintainer of the popular psycopg2 PostgreSQL adapter for Python discusses breaking changes he would like to see in a hypothetical pyscopg3 project, including better query/parameter separation, more sensible context manager behavior with connections, and async support. (是也乎: 当大家大规模从 MySQL 迁移到 Pq , 各种模块就大发展起来了… ) Alexa Python 开发: 构建和部署 Alexa Skill REAL PYTHON In this tutorial, you’ll become an Alexa Python developer by deploying your own Alexa skill. You’ll build an application that users will interact with using voice commands to Amazon Alexa devices. Your skill will respond back with a random joke when invoked by the user! (是也乎: Amazon 全家桶开发环境… ) PyCon 2020 为 COVID-19 更新 PYCON.BLOGSPOT.COM “PyCon continues to closely monitor the Coronavirus (also known as COVID-19) situation. As of March 6, PyCon 2020 in Pittsburgh, Pennsylvania is scheduled to take place.” (是也乎: PyCon 官方还在使用 BLOGSPOT.COM, 最早也最稳定的 blog 服务. ) 讨论 Discussions ...