跳转至

321-330

Issue #321 Robot June 20, 2018

Cite

the state of type hints in Python
Still haven't hopped on the type hint hype train? Time to check out the current state of things! bernat.tech Shared by @gjbernat

404

Issue #321 Robot June 20, 2018

Cite

SNIPER
SNIPER is an efficient multi-scale object detection algorithm. github.com Shared by @myusuf3

能做目标检测和图像分割的框架,感觉比较小众没仔细看

Issue #322 Hot off the presses June 27, 2018

Cite

Python Idioms: Multiline Strings
Learn something you probably didnt know about dealing with multiline strings in your python code. rachum.com Shared by @AmirRachum

多行字符串还是用f-string吧

Issue #323 PEP Accepted July 5, 2018

Cite

Python 3 at Facebook
Learn about Python 3 adoption at Facebook. lwn.net Shared by @mgrouchy

在现在这个时间点,已经几乎没有人讨论选择哪个版本或者怎么迁移了,发展的趋势是不可阻挡的

Issue #324 Morty July 12, 2018

Cite

python-yamlable
A thin wrapper of PyYaml to convert Python objects to YAML and back. github.com Shared by @py_smarie

Python对象和YAML之间的转换

Issue #325 Flight July 18, 2018

Cite

Reading and Writing CSV Files in Python
Sounds mundane, but very useful! realpython.com Shared by @realpython

内置的csv模块

Issue #326 Elmsley Count July 24, 2018

Cite

Pickle isn't slow, it's a protocol
Clearing up some common misconceptions about Pickle. matthewrocklin.com Shared by @mgrouchy

1

Issue #327 County July 31, 2018

Cite

configfy
Decorator library to configure function arguments. github.com Shared by @mgrouchy

使用配置文件来更改函数的关键词参数,用于在外部调整,作者是个搞科学计算的,所以需要老是改参数

Issue #328 Improbable Aug. 7, 2018

Cite

How to create a Windows Service in Python
Services and Python for you Windows cats. thepythoncorner.com Shared by @myusuf3

404

Issue #329 Component Aug. 14, 2018

Cite

Python Lists in Depth
Go deep on Python lists. codementor.io Shared by @myusuf3

list的基础知识

Issue #330 Ultra Aug. 21, 2018

Cite

An Asyncio socket tutorial
Not just another asyncio tutorial but this time walks you through building a simple web server. medium.com Shared by @mgrouchy

Python里两大鸡肋

  • Asyncio
  • GUI

评论