原文: Import Python Weekly Newsletter - Issue No 129 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程…
fsudoku: 快速数独解算器 codesnippet I decided to crush Sudoku, once and for all, by solving all Sudoku puzzles in one fell swoop and in less than 300 lines of Python. PyDev 周刊: Amir Rachum interview This week we welcome Amir Rachum as our PyDev of the Week. Amir is the author / maintainer of pydocstyle and yieldfrom. Amir also write a fun little blog about Python. Let’s take a few moments to get to know Amir better! (是也乎: pydocstyle / yieldfrom 的作者, 一看名字就是… <– About ) colorama codesnippet colorama allows you to print text in color on the terminal. (是也乎: 早已推荐过… from colorama import Fore, Back, Style print(Fore.RED + ‘some red text’) print(Back.GREEN + ‘and with a green background’) print(Style.DIM + ‘and in dim text’) print(Style.RESET_ALL) print(‘back to normal now’) ) ShutIt codesnippet ShutIt is an shell automation framework designed to be easy to use. (是也乎: 非-win 平台支持.. ) Timsort in Python algorithms Sorted(list) vs list.sort() Instagram 平滑升级到 Python 3 - 在 Instagram 身后的工程师 interview Four. Hundred. Million. Users. Per. Day. Not only has Instagram scaled to become the biggest Python user in the world, but the company recently moved over to Python 3 with zero user experience interruption. Instagram engineers Hui Ding and Lisa Guo talked with The New Stack to share the Python love and describe the Python 3 migration experience. (是也乎: 简单的说…没那么简单. ) Twitter 上的 NLP 广告数据 NLP I chose to perform Natural Language Processing (NLP) on Twitter data in order to assist in advertising campaigns. This project is geared more towards advertisers, marketing, and any company who wants to extend their customer relations platform to communicate with their followers. (是也乎: 简单的说, 只有商业成功的技术方案才有权力继续嗯哼… ) 用 uWSGI 在 Docker 部署迷你 Python docker So, you’ve built a great Python web application using Flask, Django, aiohttp, or Falcon. The next issue you could be facing is probably the setup regarding the deployment. We will explore how to use docker-compose to deploy a WSGI application using uWSGI and NGINX. (是也乎: 简单的说, 还是离开不能 NGNIX ) A good way to lose an afternoon reading about Python’s internals tweet TDD 课程 - By The RealPython Folks tutorial In this tutorial, you’ll learn how to quickly spin up a reproducible development environment with Docker to create a RESTful API powered by Python, Postgres, and the Flask web framework…. 极端 Lazy 来并行 Python 函式 codesnippet 用 Python 检验伪影片 codesnippet Program to detect if there are any loops in the video. 用 Python 来折腾音频信号 codesnippet Now it comes as a surprise to many people when I tell them that generating an audio waveform is extremely simple. (是也乎: 有一系列案例代码 -> 3.5-Sensor2Phone/generate_any_audio.py at master · makermovement/3.5-Sensor2Phone 项目名叫 3.5mm ~ 问题是, 已经出现倾向: 这一标准接口将消失 ) 如何用 Jupyter Notebook 从 Google Analytics 获取数据 codesnippet Today I found an online tool that can get the stats of the published articles from Google Analytics. That’s how I got interested in Google Analytics API. As I am studying Data Science at the moment, knowing how to do web analytics would open up a lot of new possibilities. (是也乎: 简单说就是配置过程太复杂了… ) Python 填字游戏拼图生成器 codesnippet Python Requests 构建 codesnippet Epithet github Introducing Epithet, a Python-based command line tool for managing labels across an organization. You give it a Github key, organization, and label name, and it will make sure that label exists across all the repos in your org. Give it a color, and it’ll make the color of that label consistent across all repos as well. Have you decided you’re done with a particular label? Epithet can delete it from all your repos for you. Are you using Github Enterprise? Epithet supports that too. (是也乎: 又一个 CLI 工具, 通过标签来管理组织的仓库… 哈. ) 搞笑 - Python 私有方法 humor (是也乎: ) RC Car + MacBook Pro = The Carputer! arduino If you’d like to build a miniature self-driving car, perhaps you would first turn to an Arduino for control or even a Raspberry Pi for more advanced processing. Otavio Good is no exception, but after attaching a few Arduinos to an RC car, he moved on to driving it with a speedometer and camera via a TensorFlow neural network running on a Macbook Pro?—?yes, it has an actual notebook computer embedded in the 1/10th-scale model car. (是也乎: ) Python 数据科学书 Jupyter 版 data science This is the Jupyter notebook version of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub.* The text is released under the CC-BY-NC-ND license, and code is released under the MIT license. If you find this content useful, please consider supporting the work by buying the book! (是也乎: 伟大的 CC 保护下, 好书整体嗯哼成 .ipynb 了! ) Toolchest for Python shell scripters command line Curated list of tools/packages. (是也乎: 一系列 CLI 中好用的模块推荐: ~sh 嗯哼是最实用的一个 ) 对 LHL Facebook 页面回复的情感分析 machine learning Python 中的 Go-Flavored 错误处理 golang The point of this article is to present an Error class in the spirit of Go error handling and consider its use/application in Python from a personal perspective. 在 Python 中嵌入 Go 和 groupcache go Go(golang) is a very fast and efficient compiled programming language. Much like how you can build Python C-extensions to speed up your python applications, Python developers also have the option to build Go components that are embedded into their python. Python 中变量的玩耍 core-python The first one is a decorator “freezing” some global variables to their current value at the time a function is defined. 为毛 context-manager 是种更好的嗯哼? core-python 好物 ~ 包/模块/库/片段…
...