蠎加载 187

原文: Import Python Weekly Newsletter - Issue No 187 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 最近官方更新的不规律, 俺也不好按时自造… 该读 ~ 文章, Blog, 教程… ...

2018-11-09 · 4 min · 1579 words · ZoomQuiet

蠎加载 186

原文: Import Python Weekly Newsletter - Issue No 186 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 最近官方更新的不规律, 俺也不好按时自造… 该读 ~ 文章, Blog, 教程… ...

2018-10-06 · 4 min · 1768 words · ZoomQuiet

蠎加载 185

原文: Import Python Weekly Newsletter - Issue No 185 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 最近官方更新的不规律, 俺也不好按时自造… 该读 ~ 文章, Blog, 教程… ...

2018-09-21 · 3 min · 1338 words · ZoomQuiet

蠎加载 184

原文: Import Python Weekly Newsletter - Issue No 184 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程… 探索 Python AST 生态 - YouTube video, AST This session will introduce attendees to Python’s rich ecosystem of abstract syntax tree tooling and libraries, with an emphasis on practical applications in static analysis and metaprogramming. Attendees should be fully comfortable with Python syntax and semantics, but familiarity with the ast module itself will not be necessary. (是也乎: Hummm… 可惜越来越 C+++++ 化的 Python 语法,已经气走了老爹, 原先简洁的 AST 也难以嵌入到自制 DSL 中了哈? ) 给 python 程序猿的 React react In this article I will present what I learned about React from a Python developer point of view. (是也乎: 那什么, 可惜了 Ring 项目, 如果洪教授坚持到今天, 可能就没 React 什么事儿了吧.. ) 对 op-ed 作者的语言学分析 stats, linguistics David Robinson did a nice writeup of using his R package to analyze who wrote the “I Am Part of the Resistance Inside the Trump Administration” op-ed in NYTimes. His approach was with TF-IDF of the words. I wanted to try this with different text statsistics of the linguistic features instead, since I’m guessing word usage will not give the author away. And in Python of course. (是也乎: 拼音类语言因为有天然的单词切分机制, 所以, 各种语言分析模块很充足, 中文光是分词, 就完杀现有伪 AI , 导致语音识别品质一直没实质嗯哼. 或是, 类似 ImageNet 的中文词性语料库, 能开发出来, 也是个坚实的开始哪… 可惜,汉语被和谐大神在高速演化中, 各种文字/词的含义几乎不可能稳定半年以上,没什么好策略来嗯哼 ) ...

2018-09-08 · 3 min · 1494 words · ZoomQuiet