Issue 403
监狱中学 Python 改变人生 原文: PyCoder’s Weekly - Issue #403 200115 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200115 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. A coverage.py 调试求助 NED BATCHELDER Ned was getting reports for a mysterious disk I/O bug in the latest coverage.py release and asked the community for help. Read the crowd-sourced diagnosis on Hacker News and Ned’s follow-up post next. What a journey… (是也乎: 最喜欢这种故事了…总是展现出软件工程的诗意来 ) The “No Code” 妄想 ALEX HUDSON 观点 “2020 is going to be the year of ’no code’: the movement that say you can write business logic and even entire applications without having the training of a software developer. I empathise with people doing this, and I think some of the ’no code’ tools are great. But I also thing it’s wrong at heart.” (是也乎: 机械代码->编译代码->高级代码->DSL->低代码->无码科技… 嗯哼,突然 发现 fenng 的前瞻能力哪 ) Python 如何实现超长整数? ARPIT BHAYANI “Python must be doing something beautiful internally to support super long integers and today we find out what’s under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python.” Python GUI 编程学习路径 REAL PYTHON Does your Python program need a Graphical User Interface (GUI)? With this free learning path you’ll develop your Python GUI programming skills from scratch. Covers Tkinter, PyQt, wxPython, and Kivy. (是也乎: 图形界面开发之路… ) Mercurial’s 的 Python 3 之旅和思考 GREGORY SZORC Lessons learned from Mercurial’s Python 3 porting effort and a more opinionated commentary of the transition to Python 3 and the Python language ecosystem as a whole. A great read about the mechanics of porting a large Python project to Python 3. (是也乎: hg 真心命不好, 就是因为爹没 Linus 知名,所以, 这么好的 DVCS 工具, 一直被 git 压制. 但是,真正好用, 俺一直在服务端配置 hg 内置 web 服务来配合 hooks, 完成要很多其它工具配合才能完成的自动化并版本化配置同步. ) 用 super() 增强 Python OOP 代码 REAL PYTHON video How to leverage single and multiple inheritance in your object-oriented Python code using the built-in super() function. 在监狱中俺从 Python 学到了什么 SHADEED WALLACE-STEPTER How open source programming can offer opportunities after incarceration. (是也乎: 社区, 永远是社区的力量… ) Pandas 1.0.0 新功能 PANDAS.IO 讨论 Discussions ...