pythonista-weekly : Pyw 422

欢迎阅读"pythonista周刊"第422期. Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-422 翻译:Dustyposa 来自赞助商 使用 Datadog 监控你的python指标,日志,集群分析. 使用Datadog的应用分析,可以深入任何纬度并且能找到你所需要的信息,来进行动态诊断和快速故障排除. 马上跟踪你的python应用吧!免费试用14天哦! ...

2019-11-10 · 5 min · 2387 words · ZoomQuiet

Issue 393

DROPBOX 官方致谢老爹6年贡献, 对比… 原文: PyCoder’s Weekly - Issue #393 191106 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 191106 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. Python 采用了12个月发布周期(PEP 602) (PEP 602) LWN.NET The CPython team moves to a consistent annual release schedule. More info here in PEP 602. 用 Kivy Python 框架构建移动应用 REAL PYTHON Learn how to build a mobile application with Python and the Kivy GUI framework. You’ll discover how to develop an application that can run on your desktop as well as your phone. Then, you’ll package your app for iOS, Android, Windows, and macOS. (是也乎: 讲真, 用 QPython 更加简洁 ) 2019 Python 开发者调查表 PSF BLOG “[We] aim to identify how the Python development world looks today and how it compares to the last two years. The results of the survey will serve as a major source of knowledge about the current state of the Python community and how it is changing over the years, so we encourage you to participate and make an invaluable contribution to this community resource. The survey takes approximately 10 minutes to complete.” (是也乎: 官方构建的, 想更多引发对中国程序猿的注意, 大家多去填写吧 ) 您不必迁移到 Python 3 SEBASTIAN WITOWSKI “Python 3 is great! But not every Python 2 project has to be migrated. There are different ways how you can prepare for the upcoming Python 2 End of Life.” (是也乎: 无法同意更多, 绝大多数应用并没到只有 Py3 能承载的分儿上 ) 为毛要使用python -m pip BRETT CANNON Arguments for why you should always use python -m pip over pip/pip3 to control exactly which Python environment is used. Thank You, Guido DROPBOX.COM “After six and a half years, Guido van Rossum, the creator of Python, is leaving Dropbox and heading into retirement.” (是也乎: 老爹, 多谢哉. –> DROPBOX 官方致谢, 当然, 当年 Google 并没感谢过, 毕竟…你懂的 ) 讨论 Discussions NIL ...

2019-11-06 · 3 min · 1383 words · ZoomQuiet

pythonista-weekly : Pyw 421

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

2019-11-03 · 8 min · 3608 words · ZoomQuiet

Issue 392

可期仙器 ->removestar ->自动替换*导入为显式导入 原文: PyCoder’s Weekly - Issue #392 191030 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 191030 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄. Black 19.10b0 发布 GITHUB.COM/PSF I’ve been using Black to automatically format most of my Python code since it came out last year, and it’s been an incredibly helpful tool. Stable release coming soon. More about how to use Black here. (是也乎: 不妥协的…何时 VSCode 们, 内置了 Black 才算得果位哪. ) Python 和 PyQt: 构建GUI桌面计算器 REAL PYTHON In this step-by-step tutorial, you’ll learn how to create Graphical User Interface (GUI) applications with Python and PyQt. Once you’ve covered the basics, you’ll build a fully-functional desktop calculator that can respond to user events with concrete actions. (是也乎: 真正上手就会发现, QtDesigner 生成的代码不如手工写的… 以及, 问题在 GUI 软件现在基本都向 WAP 转化了… Electorn 面前, 以及 Flutter 的目标, 都是没 Qt 什么事儿的哪… ) Python 3.8 中 System V式 共享内存性能 VENKATESH-PRASAD RANGANATH “To evaluate the performance gains from shared memory, I ran the following simple test—create a list of integers and double each integer in the list in parallel by chunking the list and processing each chunk in parallel.” Surprising results! 何时切换为 Python 3.8 PYTHONSPEED.COM A quick rundown of the problems you might encounter when switching major Python versions. (是也乎: 迁移不是问题, 问题是不兼容… ) 考虑使用 memoryview 和 bytearray 进行有字节零复制交互 BRETT SLATKIN 用 Python 处理 TTF 字体文件 READEVALPRINT.COM 讨论 Discussions NIL ...

2019-10-30 · 4 min · 1534 words · ZoomQuiet