importpython-barnner.png

该读

~ 文章, Blog, 教程…

  • 用 GoCD 在 K8s 上持续交付
    • offtopic GoCD now integrates natively with Kubernetes! GoCD’s pipeline capability along with Kubernetes’ highly programmable platform provide you the premiere Continuous Delivery tool on modern infrastructure. (是也乎: G 字开头的一般都是… )
  • 用 Python分析 14 亿行代码
    • ngram The Google Ngram viewer is a fun/useful tool that uses Google’s vast trove of data scanned from books to plot word usage over time. (是也乎: PyTubes 的广告? )
  • 如何在 Pandas 中重写 SQL 查询, 等等
    • pandas, sql SQL was a go-to tool when you needed to get a quick-and-dirty look at some data, and draw preliminary conclusions that might, eventually, lead to a report or an application being written. This is called exploratory analysis. These days, data comes in many shapes and forms, and it’s not synonymous with “relational database” anymore. You may end up with CSV files, plain text, Parquet, HDF5, and who knows what else. This is where Pandas library shines.
  • 用 Gensim 进行主题建模 (Python) - 实用指南
    • gensim Topic Modeling is a technique to extract the hidden topics from large volumes of text. Latent Dirichlet Allocation(LDA) is a popular algorithm for topic modeling with excellent implementations in the Python’s Gensim package. The challenge, however, is how to extract good quality of topics that are clear, segregated and meaningful. Tthis depends heavily on the quality of text preprocessing and the strategy of finding the optimal number of topics. This tutorial attempts to tackle both of these problems. (是也乎: 那什么, 不是 3D 建模, 是文本分析中的主题分类… )
  • Python Exceptions 权威性指南
    • exceptions Three years after my definitive guide on Python classic, static, class and abstract methods, it seems to be time for a new one. Here, I would like to dissect and discuss Python exceptions. (是也乎:

Python异常的权威性指南 这种翻译, 怎么看怎么无法接受… )

  • Predigame - EdTech 和 Python
    • game development Predigame is an instructional platform that teaches the basics of coding through the creation of arcade games. (是也乎: 通过构建街机游戏来学习编程… porter_270_alive 基于 PyGame 的… )
  • 当 Erlang 与 Python 成为朋友?
    • erlang, 二郎神 Python and Erlang are two programming languages, which I cannot get enough of. Having said that my first crush is Pascal and first love is C although that story is for some other time. It is interesting how they compliment each other in so many ways making this combination amazing for a developer. (是也乎: 参考: think abt. Py 2 Erl 12年前的嗯哼… )
  • Python 因果推断第1部分 - 潜在结果
    • stats I will be using the excellent CausalInference package to give an overview of how we can use the potential outcomes framework to try and make causal inferences about situations where we only have observational data.
  • 在 10 行 Python 代码中做折腾多少数学计算?
    • codesnippets When I started with Python, there were not yet NumPy or SymPy. We used to do research in MatLab, rapid prototyping in Delphi and, believe me or not, symbolic computation in Prolog. Python was something like a nicer Perl, not really popular with the researchers. But it was fun to write things in. (是也乎: 简单的说, 几乎所有类型的计算 )

好物

~ 包/模块/库/片段…

  • matchbox
    • 262 Stars, 5 Fork Write PyTorch code at the level of individual examples, then run it efficiently on minibatches. (是也乎: 叕一则 PyTorch 的嗯哼.. )
  • pyawssfn
    • 173 Stars, 6 Fork Tools for converting Python code to AWS Step Function json (是也乎: 叕一个 AWS 难用服务的简化工具 )
  • strace-pipes-presentation
    • 76 Stars, 8 Fork Presentation: Debugging across pipes and sockets with strace (是也乎: 幻灯片, 说明如何进行调试, 用 strace )
  • susnote
    • 34 Stars, 3 Fork Susnote is a notebook which support markdown, UML and Chart. (是也乎: sanic 为基础完成的本地笔记工具. )
  • loaner
    • 19 Stars, 4 Fork Automated Chromebook loaner management (是也乎: Chromebook 专用工具 loaner )
  • PLSDR
    • 12 Stars, 1 Fork Software-defined radio application written in Python (是也乎: PLSDR 这个忒猛了… )
  • CryptoPot
    • 8 Stars, 0 Fork Simple cryptocurrency mining honeypot (是也乎: 蜜罐工具 )
  • expresol
    • 7 Stars, 1 Fork Library for executing customizable script-languages in python (是也乎: 定制 DSL 的叒一个工具 )
  • pyqrshare
    • 6 Stars, 0 Fork Lets you transfer files and directories from your computer to your mobile device by scanning a QR code right from the terminal. (是也乎: 从终端将 QR 图片从桌面转送到移动端来完成识别… 等等, 这就是将手机当成一个组件来用的节奏? 好吧, 只是用 flask 临时嗯哼个网站给手机下载… )
  • replace
    • 5 Stars, 0 Fork Generic file search & replace tool, written in Python 3 (是也乎: 通用文件搜索和替换工具 Py3 重制老工具. )
  • apiundo
    • 5 Stars, 1 Fork Undo/Redo support for Maya Python API 2.0
  • Music-Genres-in-Germany
    • 4 Stars, 0 Fork a geographical visualization (是也乎: Genres 将德国音乐人的地理分布可视化一下… 所以 ….? )
  • disterminal
    • 3 Stars, 0 Fork Plot statistical distributions in your terminal
  • YouTube-Sentiment-Analysis
    • 3 Stars, 0 Fork Fetch comments from the given video and determine sentiment towards the video is positive or negative (是也乎: 叕一则油管工具…当然的在中国是嗯哼的… )

( ̄▽ ̄)

国人作品, 解决 https 部署时的证书生成问题 30 Amazing Python Projects for the Past Year (v.2018) 其中有几个国货,也都超过 1000+星了… <- Qix-/better-exceptions: Pretty and useful exceptions in Python, automatically. 效果惊艳…

是也乎