原文: Python Weekly - Issue 377

文章,教程和嗯哼

Articles, Tutorials and Talks

A few of our power users reported that long-running backtests would sometimes run out of memory. These power-users are the people who often find new trading strategies and so we wanted to work with them to improve the performance of our backtesting tools. Over the past couple of weeks, our senior engineer found that the problem wasn’t in our code, but in one of the popular Python libraries that we use. We found the problem in numpy and numba. The leak was ultimately caused by how we were using these libraries. We made the correction and as you can see from the following chart, it really improved the memory utilization for our trade simulator. The following is the write-up by our senior engineer so that others can learn from our engineering efforts.

pandas is a very popular Python library for data analysis, manipulation, and visualization, but it still hasn't reached version 1.0. What's next for pandas?

Gpython is a Python 3.4 interpreter written in Go. This is the story of how it came to be, how it works and where it is going. This includes a quick run through how an interpreted language like Python/Gpython works with a dip into the Virtual Machine (VM), lexing source, parsing it and compiling to byte code.

(是也乎:

叕一个 VM , 只是 JVM 上的 python 实现一直比不过 coljure 的 PR 哪

)

Let’s scrape a fictional book store’s website with BeautifulSoup!

All it takes is a 3-d printer, some Python, and lots of trial and error

Create a serverless SMS raffle in Python using Amazon Lambda, API Gateway, and DynamoDB with Twilio Programmable SMS.

(是也乎:

All Things Open 2018 - Nina Zakharenko, Microsoft

M$ MM 总结 28岁的 Python 还能作什么... )

(是也乎:

文档/调试/运行 3合一 的环境很舒服, 但是, 从来不是一个可发行为用户软件的嗯哼, 其实, 也可以的...

)

(是也乎:

等等, 可是为什么哪...

)

好物

Interesting Projects, Tools and Libraries

A practical approach to learning machine learning.

Python logging made (stupidly) simple.

(是也乎:

demo

logo 大师一点儿也不简单...

一个好用又稳定的logging 太难以嗯哼了.

)

Python package built to ease deep learning on graph, on top of existing DL frameworks.

A small utility to assist in writing shell completions in python instead of bash, fish, zsh, etc.

General User Interface for the Theos Tweak Development Framework.

(是也乎:

Athena

)

DynamicForms performs all the visualisation & data entry of your DRF Serializers & ViewSets and adds some candy of its own: It is a django library that gives you the power of dynamically-shown form fields, auto-filled default values, dynamic record loading and similar candy with little effort.

Create and deploy a RESTful API with a few lines of YAML.

(是也乎:

YAML 的表述能力...唉

)

  • secure
    • http,cookies, Securety

Secure 🔒 headers and cookies for Python web frameworks

  • Varken
    • CLI,DBA,Plex/InfluxDB/Grafana

Standalone command-line utility to aggregate data from the Plex ecosystem into InfluxDB.

(是也乎:

Varken

)

A light-weight, versatile XYZ tile server, built with Flask and Rasterio.

(是也乎:

logo

preview

)

Dead simple audio classification 🎶

(是也乎:

Py3 only 的声音分析基础模块 )

Message-passing for everyone.

(是也乎:

chirp

内网消息

)

A collection of simple errors that beginners are likely to hit when they start writing Python.

(是也乎:

WTF ...

用心了...

)

  • SSD
    • PyTorch, SSD

High quality, fast, modular reference implementation of SSD in PyTorch 1.0.

(是也乎:

简单的说 SSD 不是硬盘,得有专门的嗯哼姿势... )

新放

New Releases

DAMA

(大妈私人无责任播报)

是也乎

  • 181205 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
  • 181205 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.

Comments