importpython-barnner.png

该读

~ 文章, 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. (是也乎: windows 早已推荐过… 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 平台支持.. ShutIt )
  • 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. (是也乎: python3performance 简单的说…没那么简单. )
  • 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 来折腾音频信号
  • 如何用 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. (是也乎: GAnalytics 简单说就是配置过程太复杂了… )
  • 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 (是也乎: 5554985-python-private-methods.png(PNG 图像,900x1000 像素) - 缩放 (79%) )
  • 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! (是也乎: PDSH 伟大的 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

好物

~ 包/模块/库/片段…

  • stephanie-va
    • 525 Stars, 58 Fork Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant’s work. (是也乎: 专门为定制语音助手构建的支持库, 当然的,没中文什么事儿… )
  • end-to-end-negotiator
    • 204 Stars, 22 Fork Deal or No Deal? End-to-End Learning for Negotiation Dialogues (是也乎: 有关 AI 的检验游戏? )
  • yotaq
    • 153 Stars, 6 Fork yotaq - Your Own Task Queue for Python (是也乎: 又一个任务队列,通过 Docker,redis… )
  • validus
    • 141 Stars, 5 Fork A dead simple Python data validation library. (是也乎: 又一个校验库, 死简单? 有这种 en? )
  • Headless-rendering-with-python
    • 6 Stars, 0 Fork Headless 3D rendering with python (是也乎: sitting 是的,无头是流行了性行为… )

( ̄▽ ̄)

  • 无我编程的十条戒律 | 湾区日报
    • zen,coder 这是 StackOverflow 联合创始人 Jeff Atwood 注释的十戒。程序员普遍有很强的 ego,都应该看看本文,打印下来时刻提醒自己:) (是也乎: Ten Commandments of Egoless Programming 源自 71 年神书: The Psychology of Computer Programming 银年纪念版
  • 承认并接受你也会犯错
  • 你不是你的代码
  • 无论你有多少奇招, 别人都有更多
  • 获得共识前不要重写代码(<– 不是重构)
  • 在尊重和耐心的前提下, 和菜鸟沟通
  • 世上唯一不变的是变化 (即, PM 是自然现象)
  • 真正的权威源自知识而不是立场 (呵呵…)
  • 为你坚信的战斗, 但得优雅的接受失败
  • 嫑作 “房间摆设” (悲惨工作三征兆:无闻/无关/不可测)
  • 批评代码而不是人

软件的人性化原则 是永恒的 ( ̄▽ ̄) 可惜, 程序猿的边缘化也是永恒的… )

是也乎