- 原文: Import Python Weekly Newsletter - Issue No 167
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- 通过 Python 检测共振频率来破坏酒杯
- project, sound engineering
In today’s post, I walk through the journey of writing a Python program to break wine glasses on demand, by detecting their resonant frequency. Along the way we’ll 3D print a cone, learn about resonant frequencies, and see why I needed an amplifier and compression driver. So, let’s get started.
(是也乎:
论优雅的震碎酒杯的姿势...
)
- 用 Python 实现区块链的实用介绍
- blockchain
Blockchain is arguably one of the most significant and disruptive technologies that came into existence since the inception of the Internet. It's the core technology behind Bitcoin and other crypto-currencies that drew a lot of attention in the last few years. As its core, a blockchain is a distributed database that allows direct transactions between two parties without the need of a central authority. This simple yet powerful concept has great implications for various institutions such as banks, governments and marketplaces, just to name a few. Any business or organization that relies on a centralized database as a core competitive advantage can potentially be disrupted by blockchain technology.
Curator's note - Lot of banks and financial companies are not going to upgrade and be happy to pay vendors for security updates.
- 如何使用 Scikit-Learn 从文本语料库中列出最常用的单词?
- machine learning, scikit
Frequently we want to know which words are the most common from a text corpus sinse we are looking for some patterns.
Reverse engineering iPhone X’s new unlocking mechanism.
- Python 中并行 IO 操作的内存效率
- parallel processing
Python allows for several different approaches to parallel processing. The main issue with parallelism is knowing its limitations. We either want to parallelise IO operations or CPU-bound tasks like image processing. The first use case is something we focused on in the recent Python Weekend* and this article provides a summary of what we came up with.
- Python 3.7 的内置断点 — 快速介绍
- core-python
Debugging in Python has always felt a bit “awkward” compared with other languages I’ve worked in. Introducing breakpont()
(是也乎:
是的, 单步调试是所有 C+++++++ 程序猿思维的依赖...
)
- Python 编程练习书
- book
It's free.
(是也乎:
21页的小小书...
)
I’m really excited to say that as of today, PyPI supports rendering project descriptions from Markdown! This has been a oft-requested feature and after lots of work (including the creation of PEP 566) it is now possible, without translating Markdown to rST or any other hacks!
- python-itertools
- core-python
itertools.accumulate(iterable[, func])
So you are interested in testing, aren’t you? Not doing it yet? That’s the right time to start then! In this little example, I’m going to show a possible procedure to easily test your piece of code that interacts with a database.
- 部署 TensorFlow 模型 - 迈向数据科学
- tensorflow
Super fast and concise tutorial
This year, over 100,000 developers told us how they learn, build their careers, which tools they’re using, and what they want in a job.
(是也乎:
一个字: 非常猛
)
好物
~ 包/模块/库/片段...
- black
- 958 Stars, 15 Fork
The uncompromising Python code formatter.
- makesite
- 216 Stars, 16 Fork
Simple, lightweight, and magic-free static site/blog generator for Python coders
(是也乎:
叕一种静态网站生成工具, 但是, 嘦 gh 没内置的, 基本上都是个怂
)
- thug-memes
- 115 Stars, 4 Fork
Command line Thug Meme generator written in Python.
(是也乎:
为了制造 meme CV 工具是必须有的...
)
- requests-core
- 79 Stars, 3 Fork
Experimental lower-level async HTTP client for Requests 3.0
(是也乎:
@kennethreitz 大神出品 必属人品
叕一款注定要流行的嗯哼...
当然:
This is a work in progress. Don't install it.
)
-white - 78 Stars, 1 Fork
The Black code formatter, but brighter (PEP8–inspired).
(是也乎:
可以说是 gofmt 的 py 版本了
)
- socialsentiment
- 40 Stars, 2 Fork
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net.
(是也乎:
人民群众对合成仪表盘的需求是无尽的... 所以有了 Dash
)
- rose
- 12 Stars, 0 Fork
Analyse all kinds of data for a TV series.
(是也乎:
等等...
这种专业分析工具....看起来象 电影学院的毕业设计哪
)
- onegram
- 5 Stars, 0 Fork
A simplistic api-like instagram bot powered by requests.
(是也乎:
requests 实在是人间圣品, 真正完成了 for humanbin
承诺的模块
)
- convert-outlook-msg-file
- 5 Stars, 0 Fork
Python library to convert Microsoft Outlook .msg files to .eml/MIME message files.
(是也乎:
那什么...好吧, 多年以后, 真心只有 outlook 死撑下来, 变成商务邮件客户端唯一选择了...
)
- Siamese-LSTM
- 4 Stars, 1 Fork
Siamese LSTM for evaluating semantic similarity between sentences of the Quora Question Pairs Dataset.
- MusicTag
- 3 Stars, 0 Fork
MusicTag allows you to download from YouTube all the music you want and automatically set the ID3 tags.
(是也乎:
时隔N 年, 又看到 mp3 相关工具, 而来源都变成了 油管... 实在是自云苍狗...
)
( ̄▽ ̄)
- Pandas documentation sprint
- Neilpang/acme.sh: A pure Unix shell script implementing ACME client protocol
- https
国人作品, 解决 https 部署时的证书生成问题
30 Amazing Python Projects for the Past Year (v.2018) 其中有几个国货,也都超过 1000+星了...
<- Qix-/better-exceptions: Pretty and useful exceptions in Python, automatically. 效果惊艳...
是也乎
- 180319 Zoom.Quiet 42 分钟完成快译
- 180319 Zoom.Quiet 用时 7 分钟完成格式化.
Comments