关于python:蟒周刊438低于36-版本的-Python-皆已-EOL

2次阅读

共计 4720 个字符,预计需要花费 12 分钟才能阅读完成。

原文: PyCoder’s Weekly – Issue #438

  • 200916 Zoom.Quiet(大妈) 用时 42 分钟 实现快译
  • 200916 Zoom.Quiet(大妈) 用时 37 分钟 实现格局转抄.

  • 从 Python 调 C/C++ 的幕后

    • ANTON ZHDAN-PUSHKIN
    • • Shared by
    • Anton Zhdan-Pushkin

Take a walk through internals of ctypes, libffi, binary extensions, and other tools that power seamless interoperability of CPython and C.

( 是也乎:

嗯哼, 容许自我举荐的?

不过, 这个漫画格调是喜爱的.

)

  • Python 中的面向数据的编程

    • BRIAN KIHOON LEE

Python’s success in scientific and numerical computing is based largely on the performance of libraries like NumPy and SciPy. What is is that makes NumPy so effective, and where is numerical Python is headed in the future?

( 是也乎:

面向数据编程,
嗯哼, 18 年前, Limodou 在 PyCon 中国大会上就提出过,
其实, 所有编程语言, 实质上都是这个实际行为;

只是有的语言将这个思维交融到了本身, 比如说 LISP;
有的只能通过各种模块来交融.

)

  • 用 conda-pack 膨胀您的 Conda Docker 映像

    • ITAMAR TURNER-TRAURING

If you’re building a Docker image that’s based on Conda, the resulting images can be huge. Learn one way to do shrink image sizes, by combining the conda-pack tool with multi-stage builds.

( 是也乎:

甩干技巧.

)

  • The Real Python Podcast – Episode #26: 与 Michael Kennedy 一起 Python 播客的 5 年: 成长 /GIL/ 异步等

    • REAL PYTHON
    • podcast

Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we have Michael Kennedy, the host of the podcast“Talk Python to Me”. Michael reflects on five years of podcasting about Python, and many of the changes he has seen in the Python landscape.

( 是也乎:

)

  • pip 可用性考察

    • PYTHON SOFTWARE FOUNDATION

( 是也乎:

这个问卷大家都应该踊跃嗯哼一下,

光是减速墙内 pip 镜像群,
就值得嗯哼了..

)

  • Python 101 第二版公布

    • MIKE DRISCOLL
  • seaborn 0.11.0 现已公布

    • PYDATA.ORG

( 是也乎:

seaborn 好同志,
是 matplotlib 的专用形象设计师,
真爱.

)

  • 所有低于 3.6 的 Python 版本现已 EOL

    • PYTHON.ORG

( 是也乎:

End of Life (EOL) release cycle is frozen; no further changes can be pushed to it.

嗯哼? 俺比拟好奇的是 Łukasz 怎么念?

)

探讨 / 吐糟

Discussions

  • timeit 以及其 default_timer 齐全不批准

    • STACK OVERFLOW

Ah, the joys of benchmarking.

  • 大家自 Epochs 以来 1600000000 秒高兴!

    • REDDIT

As u/bananaEmpanada eloquently put it: Happy GNU year!

( 是也乎:

人不知; 鬼不觉中曾经工作了这么久 ….

不过 BLAME! 中, 是以小时为单位的.

)

文章 / 教程 / 嗯哼

Articles, Tutorials and Talks

  • 用 FastAPI 和 Streamlit 服务机器学习模型

    • AMAL SHAJI
    • • Shared by Amal Shaji

Both FastAPI and Streamlit are quickly gainaing popularity in the Python ecosystem. Learn how to use them together to deploy a machine learning model with a fast API and modern web interface.

( 是也乎:

FastAI 在崛起, 毕竟是大学教授有推广班底 …

)

  • Python 中的 CLI

    • REAL PYTHON
    • course

Command line arguments are the key to converting your programs into useful and enticing tools that are ready to be used in the terminal of your operating system. In this course, you’ll learn their origins, standards, and basics, and how to implement them in your program.

( 是也乎:

俺的体验:
最早深信本人撸最好;
起初喜爱 docopt,
而后实用 fabric;
接着被迫降级到 invoke;
click 怎么用都感觉哪儿不对,
套上 Typer 后, 所有顺心了 …

)

  • Pandas 图表: 面向初学者的 Python 数据可视化

    • REAL PYTHON

In this tutorial, you’ll get to know the basic plotting possibilities that Python provides in the popular data analysis library pandas. You’ll learn about the different kinds of plots that pandas offers, how to use them for data exploration, and which types of plots are best for certain use cases.

( 是也乎:

俺的教训, 还是各自干最善于的,
Jupyter 组织过程,
Pandas 分心 dataframe;
用其它专门图表模块制图.

)

  • 用 Pandas 读取 HTML 表格

    • CHRIS MOFFITT

The pandas read_html() function can quickly scrape data from HTML tables. Learn how to use it, as well as some techniques for cleaning HTML data.

( 是也乎:

Pandas 就象一个马戏团, 什么都能耍进去 …

)

  • 摸索 Euler 解决 ODE 的办法

    • HASSAM UDDIN

A great way to get comfortable with math concepts is to program them, and Python is a great language for exploring mathematical ideas, even if it’s not always the most efficient.

( 是也乎:

Python 表述的直觉性,
对于数学概念的摸索更加敌对.

)

  • 从概念到与 Django 在一起生存两周

    • MATT LAYMAN

How can you build a fully functional web application for a customer in a short period of time? Matt shares his experience building such a web app for a nonprofit organization while participating in a local virtual hackathon in Frederick, MD.

( 是也乎:

试婚

)

  • Python 101: JSON 简介

    • MIKE DRISCOLL

Learn the basics of working with JSON with Python.

( 是也乎:

JSON 应该也算中古技术了吧 …

)

好物 / 妙品 /…

Interesting Projects, Tools and Libraries, Projects & Code

  • VideoPose3D: 用视频中 2D 关键点轨迹高效进行 3D 人姿预计

    • GITHUB.COM/FACEBOOKRESEARCH
  • Wav2Lip: 对野外视频进行精确口型同步

    • GITHUB.COM/RUDRABHA
  • nagini: 基于 Viper 验证构造的 Python 3 动态验证程序

    • GITHUB.COM/MARCOEILERS
  • pypyr: 自动化管道的工作运行器

    • GITHUB.COM/PYPYR/PYPYR/
    • • Shared by yaythomas

( 是也乎:

走心了, 就是基于 Ymal 比拟嗯哼 …

能够视之为简化版本 Ansible …

)

  • Staircase: 含 Step Functions 建模的数据分析包

    • RAILING.READTHEDOCS.IO
    • • Shared by Riley Clement

( 是也乎:

Step Functions ~ 阶跃函数?

)

  • awesome-falsehood: 程序员置信的虚事儿 …

    • GITHUB.COM/KDELDYCKE

( 是也乎:

这可能是就程序猿界的 10 万 + 套路集锦了.

能够间接作为 fuzzy 测试的外围列表来用了..

)

???????? 流动 / 大会

Events, MeetUp 真的是寰球线下流动组织核心

  • ⋅ DjangoCon Europe 2020 (Online)

    • September 18 to September 20, 2020
  • ⋅ PyCon APAC 2020 (Online)

    • September 19 to September 21, 2020
  • ⋅ GeoPython 2020 & PyML 2020 (Online)

    • September 21 to September 23, 2020

DAMA

❤️ Happy Pythonic ;-( 大妈私人无责任播报 )

101camp12py 报名最初一周


课程布局:

    报名截止 2020.09.21
    正式开课 2020.09.27
    课程完结 2020.11.08

详情 => 蟒营®编程思维提高班 Python 版 / 第 12 期

PS:

  • 首发: Issue 438 ~ 蠎周刊 ~ 会集寰球蠎事儿 ;-)
  • 订正: issue-438.md

好文笔, 感叹号年度配额: 1/3

投稿 / 反馈邮箱:

askdama@googlegroups.com

(邮件列表地址,
当成失常邮件发送邮件就好, 不必注册, 不必翻越 …)


ZoomQuiet/ 大妈

就是到处 是也乎,(~▽~) 的那个大妈:


擅自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)

as 开创组织者:
    PyChina (订阅号: PyChinaOrg)
    本地社区: 
        GDG 珠海 (订阅号: GDG-ZhuHai)
        TFUG 珠海 (订阅号: ZH_TFUG)

NN 4138

蟒营®编程思维提高班 Python 版 第 12 期 报名:

  • 公布报名 2020.08.30
  • 报名截止 2020.09.21
  • 正式开课 2020.09.27
  • 课程完结 2020.11.08

蟒营®原创课程服务:

 伴你重享学习乐趣 

蟒营®: 编程思维提高班 Python 版

  • 自怼圈
  • 蟒周刊

Powered by: Zoom.Quiet / 昧因科技®

本文由博客一文多发平台 OpenWrite 公布;

正文完
 0