
- 原文: Import Python Weekly Newsletter - Issue No 181
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程…
在现代基础设施上持续交付 - Kubernetes 中跑 GoCD
- kubernetes, GoCD Model Docker-based build workflows more effectively with our GoCD Kubernetes integration. Run GoCD natively on Kubernetes, define your build workflow and let GoCD provision and scale build infrastructure on the fly.
- go, cpython
The Golang-made Python “interpreter” is now installable via pip on Linux, macOS and Android. Featuring a more near-drop-in replacement of CPython than before.
(
是也乎:为了解决 Py 的运行速度问题, go 是必须浪一下的 )
- go, cpython
The Golang-made Python “interpreter” is now installable via pip on Linux, macOS and Android. Featuring a more near-drop-in replacement of CPython than before.
(
- core-python
(
是也乎:全局是魔鬼, 用好了也舒服 )
- core-python
(
- core-python
The language’s two main advantages are its simplicity and flexibility. Its straightforward syntax and use of indented spaces make it easy to learn, read and share. Its avid practitioners, known as Pythonistas, have uploaded 145,000 custom-built software packages to an online repository. These cover everything from game development to astronomy, and can be installed and inserted into a Python program in a matter of seconds.
(
是也乎:怪不得老爹受气了…核心团队的心思多了… )
- core-python
The language’s two main advantages are its simplicity and flexibility. Its straightforward syntax and use of indented spaces make it easy to learn, read and share. Its avid practitioners, known as Pythonistas, have uploaded 145,000 custom-built software packages to an online repository. These cover everything from game development to astronomy, and can be installed and inserted into a Python program in a matter of seconds.
(
- devops, system monitoring
Glances is a cross-platform system monitoring tool written in Python.
(
是也乎:早就用起来了, 非常爽直的工具桟, 而且可以全部用 py 调用到… )
- devops, system monitoring
Glances is a cross-platform system monitoring tool written in Python.
(
- charts, command line
A python command-line tool which draws basic graphs in the terminal.
(
是也乎:$ termgraph.py data/ex1.dat
Reading data from data/ex1.dat
2007: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 183.32 2008: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 231.23 2009: ▇ 16.43 2010: ▇▇▇▇ 50.21 2011: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 508.97 2012: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 212.05 2014: ▏ 1.00 非常实用的 CLI 工具,py3 only )
- charts, command line
A python command-line tool which draws basic graphs in the terminal.
(
在2018 终结 Python 的依赖性地狱 – tech-at-instacart
- dependency management A simpler solution for a complicated problem by folks at Instacart.
- Quantum computin
Quantum computers might sound a bit exotic and far into the future, but in reality, they are now accessible in the cloud or through emulators for everyone to write quantum code. In this tutorial, we’ll go through how you can program a simple quantum computer to generate random numbers. This example can be done on any emulator or quantum computer. For this blog post, the free and open source Python library ProjectQ is used. ProjectQ can emulate a quantum computer on any CPU, or connect to IBMs quantum computer as a backend.
(
是也乎:因为 量子计算机没有 GIL 问题? )
- Quantum computin
Quantum computers might sound a bit exotic and far into the future, but in reality, they are now accessible in the cloud or through emulators for everyone to write quantum code. In this tutorial, we’ll go through how you can program a simple quantum computer to generate random numbers. This example can be done on any emulator or quantum computer. For this blog post, the free and open source Python library ProjectQ is used. ProjectQ can emulate a quantum computer on any CPU, or connect to IBMs quantum computer as a backend.
(
- paper Test development is key for most software projects. In this post, we are going to discuss 4 different tests: unit tests, smoke tests, integration tests and utility tests. In simple words, unit tests make sure that each class or function behaves as it should, smoke tests make sure that the system works, integration tests make sure that the program results are acceptable and utility tests give an example on how to use a class or function. We will show how to work with these tests in Python.
Django-Rok : 发布本地 Web 服务的公共 URL
- django The django-rok is an reverse-ssh tunneling tool provides a public URL for your local web server. This is helpful in web-hook testing, quick UAT and many more.
- machine learning, scikit Now, Scikit-Learn, the leading machine learning library in Python, does provide random data set generation capability for regression and classification problems. However, the user have no easy control over the underlying mechanics of the data generation and the regression output are not a definitive function of inputs?—?they are truly random. While this may be sufficient for many problems, one may often require a controllable way to generate these problems based on a well-defined function (involving linear, nonlinear, rational, or even transcendental terms).
- gil
GIL anyone?
(
是也乎:老调… )
- gil
GIL anyone?
(
分析犹他州的空气质量 - 清洁和改造AQS数据 - 33 Sticks
- pandas
As a lifelong Utahan, I began to wonder how bad is the pollution? The news reporters seem to think it’s pretty bad. The politicians say it’s never been better. So how bad is it? What impact does it have on things like real estate value? How many people are impacted? As we continue our series analyzing Utah’s air quality with Randy Zwitch, Senior Developer Advocate at MapD, we now turn our focus on to cleaning the data that we received from the EPA’s Air Quality API. In addition we will cover how we use the data to calculate an Air Quality Index (AQI) score and exporting the data out for import into MapD which we will use to further analyze the data.
(
是也乎:犹他州… )
- pandas
As a lifelong Utahan, I began to wonder how bad is the pollution? The news reporters seem to think it’s pretty bad. The politicians say it’s never been better. So how bad is it? What impact does it have on things like real estate value? How many people are impacted? As we continue our series analyzing Utah’s air quality with Randy Zwitch, Senior Developer Advocate at MapD, we now turn our focus on to cleaning the data that we received from the EPA’s Air Quality API. In addition we will cover how we use the data to calculate an Air Quality Index (AQI) score and exporting the data out for import into MapD which we will use to further analyze the data.
(
- genetic This tutorial will implement the genetic algorithm optimization technique in Python based on a simple example in which we are trying to maximize the output of an equation. The tutorial uses the decimal representation for genes, one point crossover, and uniform mutation.
- new release
Python 3.4.9rc1 was released on July 19th, 2018. Python 3.4 has now entered “security fixes only” mode, and as such the only changes since Python 3.4.7 are security fixes. Also, Python 3.4.9rc1 has only been released in source code form; no more official binary installers will be produced.
(
是也乎:老爹主持的最后一个版本释放… )
- new release
Python 3.4.9rc1 was released on July 19th, 2018. Python 3.4 has now entered “security fixes only” mode, and as such the only changes since Python 3.4.7 are security fixes. Also, Python 3.4.9rc1 has only been released in source code form; no more official binary installers will be produced.
(
好物
~ 包/模块/库/片段…
- pytorch_bn_fusion
- 34 Stars, 1 Fork
Batch normalization fusion for PyTorch
(
是也乎:Torch 迁移到 Py 世界后, 工具在爆发… )
- 34 Stars, 1 Fork
Batch normalization fusion for PyTorch
(
- fridump3
- 22 Stars, 4 Fork
A universal memory dumper using Frida for Python 3
(
是也乎:通用内存 dump 工具, 用来尸检? 但是, 现在有活检好工具了哈… )
- 22 Stars, 4 Fork
A universal memory dumper using Frida for Python 3
(
- LastMinuteFlashcards
- 22 Stars, 1 Fork
A command-line tool to learn GRE words with flashcards.
(
是也乎:徦可乐同学为了考试还是满拼的… )
- 22 Stars, 1 Fork
A command-line tool to learn GRE words with flashcards.
(
- rockstar-py
- 19 Stars, 5 Fork
Python transpiler for the esoteric language Rockstar
(
是也乎:实验作品, 嗯哼对象是 dylanbeattie/rockstar: The Rockstar programming language specification )
- 19 Stars, 5 Fork
Python transpiler for the esoteric language Rockstar
(
- delete-tweets
- 19 Stars, 3 Fork
Bulk-delete your past tweets before a specific date.
(
是也乎:准备潜逃… )
- 19 Stars, 3 Fork
Bulk-delete your past tweets before a specific date.
(
- opentfd
- 12 Stars, 0 Fork
Opensource telegram flood daemon
(
是也乎:电报网的工具也开始兴盛了… )
- 12 Stars, 0 Fork
Opensource telegram flood daemon
(
- Django-Styleguide
- 12 Stars, 0 Fork Django styleguide used in HackSoft projects
- python-ls
- 10 Stars, 1 Fork
Think about Python’s dir builtin with recursive search capabilities
(
是也乎:用ls命令来对自身进行挖掘… )
- 10 Stars, 1 Fork
Think about Python’s dir builtin with recursive search capabilities
(
- del_gmail
- 9 Stars, 0 Fork
Python script to delete mails from Gmail that match a keyword
(
是也乎:等等, 为什么要删除? gmail 的口号不就是: 嫑删 归档永备 )
- 9 Stars, 0 Fork
Python script to delete mails from Gmail that match a keyword
(
- semantic-image-inpainting
- 9 Stars, 0 Fork
Tensorflow implementation of Semantic Image Inpainting with Deep Generative Models
(
是也乎:
嚓, 这都能自动嗯哼了?
)
- 9 Stars, 0 Fork
Tensorflow implementation of Semantic Image Inpainting with Deep Generative Models
(
- generate-thai-lyrics
- 9 Stars, 0 Fork
Generate Thai Songs’ lyrics using Deep Learning
(
是也乎:等等, 为什么是泰国? )
- 9 Stars, 0 Fork
Generate Thai Songs’ lyrics using Deep Learning
(
- ImprovedGAN-Tensorflow
- 9 Stars, 0 Fork A working Tensorflow implementation of Semi-supervised Learning GAN.
- dark-mode
- 7 Stars, 1 Fork
Control the macOS dark mode from the terminal
(
是也乎:
只能说 macOS 的接口很友好了…
)
- 7 Stars, 1 Fork
Control the macOS dark mode from the terminal
(
- deductive-reasoning
- 6 Stars, 5 Fork
A tool for deductive reasoning.
(
是也乎:演绎推理…可惜没有文档 )
- 6 Stars, 5 Fork
A tool for deductive reasoning.
(
- slackcontestwatcherbot
- 3 Stars, 1 Fork
Slack bot to quickly find info on the contests across websites like CodeChef, Codeforces, Topcoder and many more.
(
是也乎:Slack 是程序猿输出折腾之力的主要场景了… 毕竟现在开源项目越来越多的在其中嗯哼了 )
- 3 Stars, 1 Fork
Slack bot to quickly find info on the contests across websites like CodeChef, Codeforces, Topcoder and many more.
(
( ̄▽ ̄)
- phobal/ivideo
- 神器,Electron
(
是也乎:万望低调嗯哼… ) 30 Amazing Python Projects for the Past Year (v.2018) 其中有几个国货,也都超过 1000+星了… <- Qix-/better-exceptions: Pretty and useful exceptions in Python, automatically. 效果惊艳…
- 神器,Electron
(
是也乎
- 180730 Zoom.Quiet 42 分钟完成快译
- 180730 Zoom.Quiet 用时 7 分钟完成格式化.