|
8 | 8 |
|
9 | 9 | [](https://goo.gl/wlxnDm) |
10 | 10 |
|
11 | | -[Intel® Distribution for Python*](https://software.intel.com/en-us/distribution-for-python?utm_source=11Jan2018%20ad%20Python%20weekly&utm_medium=email&utm_campaign=Jan%202018%20Python%20Weekly%20newsletter) is available for free, and the license allows for commercial and non-commercial use. That's right! Try the Intel-optimized NumPy, SciPy & scikit-learn, all accelerated under-the-hood. Your code stays the same - just run it in Intel Python environment and get speedups |
12 | | - |
| 11 | +[Intel® Distribution for Python*](https://software.intel.com/en-us/distribution-for-python?utm_source=11Jan2018%20ad%20Python%20weekly&utm_medium=email&utm_campaign=Jan%202018%20Python%20Weekly%20newsletter) 现已免费提供,其许可证允许商业和非商业用途。这就对啦!试试 Intel 优化过的 NumPy、SciPy 和 scikit-learn,全部都在底层进行了加速。你的代码保持不变 —— 只需在 Intel Python 环境中运行它,就可以获得加速 |
| 12 | + |
13 | 13 |
|
14 | 14 | # 文章,教程和讲座 |
15 | 15 |
|
16 | | -[Hacking WiFi to inject cryptocurrency miner to HTML requests](http://arnaucode.com/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html) |
17 | | -The goal of this article is to explain how to do the attack of MITM (Man(Person)-In-The-Middle) to inject some javascript in the html pages, to force all the devices connected to a WiFi network to be mining a cryptocurrency for the attacker. |
18 | | - |
19 | | -[Postgres Internals: Building a Description Tool](https://www.dataquest.io/blog/postgres-internals/) |
20 | | -In this tutorial, learn how Postgres stores its internal data, and build your own database description tool in Python. |
21 | | - |
22 | | -[How To Create A Botnet With Python](https://www.youtube.com/watch?v=eSPLRuOezGc) |
23 | | -Learn how to create your own botnet with Python. This is strictly for educational purposes. The topics discussed in this video are to raise awareness of python malware and broaden understanding of botnets and their functionality. |
| 16 | +[黑入 WiFi,把加密货币矿工注入到 HTML 请求中](http://arnaucode.com/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html) |
| 17 | + |
| 18 | +本文的目的是解释如何进行 MITM(中间人)攻击,从而注入一些 javascript 到 html 页面中,以强制所有连接到 WiFi 网络的设备为攻击者挖掘加密货币。 |
| 19 | + |
| 20 | +[Postgres 内部:建立一个描述工具](https://www.dataquest.io/blog/postgres-internals/) |
| 21 | + |
| 22 | +在这篇教程中,学习 Postgres 是如何存储它的内部数据的,并使用 Python 构建你自己的数据库描述工具。 |
24 | 23 |
|
25 | | -[Full-Text Search in Django with PostgreSQL](http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/) |
26 | | -Article based on my talk about Full-Text Search in Django with PostgreSQL. |
| 24 | +[如何用 Python 创建一个僵尸网络](https://www.youtube.com/watch?v=eSPLRuOezGc) |
| 25 | + |
| 26 | +学习如何使用 Python 创建你自己的僵尸网络。这篇文章严格出于教育目的。视频中讨论的主题是提高对 Python 恶意软件的认识,并拓宽对僵尸网络及其功能的理解。 |
| 27 | + |
| 28 | +[使用 PostgreSQL,在 Django 中进行全文搜索](http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/) |
| 29 | + |
| 30 | +基于我关于使用 PostgreSQL,在 Django 中进行全文搜索的演讲的文章。 |
27 | 31 |
|
28 | | -[Lives On The [Fault] Line](https://cbrownley.wordpress.com/2018/01/08/lives-on-the-fault-line-a-geospatial-analysis-of-the-san-andreas-fault-in-python/) |
29 | | -A Geospatial Analysis of the San Andreas Fault in Python. |
| 32 | +[生活在【断层】线上](https://cbrownley.wordpress.com/2018/01/08/lives-on-the-fault-line-a-geospatial-analysis-of-the-san-andreas-fault-in-python/) |
| 33 | + |
| 34 | +Python 中的圣安德烈亚斯断层(San Andreas Fault)的地理空间分析。 |
30 | 35 |
|
31 | | -[Tips And Tricks for Shipping a PyGame App on the Mac](https://glyph.twistedmatrix.com/2018/01/shipping-pygame-mac-app.html) |
32 | | -A quick and dirty guide to getting that little PyGame hack you did up and running on someone else's Mac. |
| 36 | +[在 Mac 上运行 PyGame 应用程序的技巧和诀窍 ](https://glyph.twistedmatrix.com/2018/01/shipping-pygame-mac-app.html) |
| 37 | + |
| 38 | +破解那个小小的 PyGame,并在别人的 Mac 上运行的一个快速暗戳戳的指南。 |
33 | 39 |
|
34 | | -[Improving the Random Forest in Python Part 1](https://towardsdatascience.com/improving-random-forest-in-python-part-1-893916666cd) |
| 40 | +[使用 Python 改进随机森林:第一部分](https://towardsdatascience.com/improving-random-forest-in-python-part-1-893916666cd) |
35 | 41 |
|
36 | | -[How to simplify your holiday festive meal planning](https://hengrumay.github.io/MenuPlannerHelper/) |
| 42 | +[如何简化你的节假日用餐计划](https://hengrumay.github.io/MenuPlannerHelper/) |
37 | 43 |
|
38 | | -[Demystifying Two Factor Auth](https://rcoh.me/posts/two-factor-auth/) |
| 44 | +[揭秘双重认证](https://rcoh.me/posts/two-factor-auth/) |
39 | 45 |
|
40 | 46 |
|
41 | 47 | # 书籍 |
42 | 48 |
|
43 | | -[Python Notes for Professionals book](http://books.goalkicker.com/PythonBook/) |
44 | | -This Python Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. |
| 49 | +[Python Notes for Professionals book(专业人士的 Python 说明书)](http://books.goalkicker.com/PythonBook/) |
| 50 | + |
| 51 | +这本 Python Notes for Professionals book (专业人士的 Python 说明书)是从 Stack Overflow Documentation 编译而来的,内容是由 Stack Overflow 美好的人们编写。 |
45 | 52 |
|
46 | 53 |
|
47 | 54 | # 好玩的项目,工具和库 |
48 | 55 |
|
49 | 56 | [Eel](https://github.com/ChrisKnott/Eel) |
50 | | -A little Python library for making simple Electron-like HTML/JS GUI apps. |
| 57 | + |
| 58 | +一个制作简单电子类 HTML/JS GUI 应用的小 Python 库。 |
51 | 59 |
|
52 | 60 | [Qgrid](https://github.com/quantopian/qgrid) |
53 | | -An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks |
| 61 | + |
| 62 | +Jupyter notebooks 中排序、筛选和编辑 DataFrame 的交互式网络。 |
54 | 63 |
|
55 | 64 | [Zeus](https://github.com/getsentry/zeus) |
56 | | -Zeus is a frontend and analytics provider for CI solutions. |
57 | | - |
| 65 | + |
| 66 | +Zeus 是 CI 解决方案的前端和分析提供器。 |
| 67 | + |
58 | 68 | [MMdnn](https://github.com/Microsoft/MMdnn) |
59 | | -MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK and PyTorch. |
| 69 | + |
| 70 | +MMdnn 是一套帮助在不同深度学习框架之间互相操作的工具。例如,模型转换和可视化。在Caffe, Keras、MXNet、Tensorflow、CNTK 和 PyTorch 之间转换模型。 |
60 | 71 |
|
61 | 72 | [Authlib](https://github.com/lepture/authlib) |
62 | | -Authlib is a ready to use authentication client and server for OAuth 1, OAuth 2 and more. |
| 73 | + |
| 74 | +Authlib 是一个使用OAuth 1、OAuth 2等的即用身份验证客户端和服务端。 |
63 | 75 |
|
64 | 76 | [py2bpf](https://github.com/facebookresearch/py2bpf) |
65 | | -A python to bpf (Berkeley Packet Filter bytecode) converter. |
66 | | - |
| 77 | + |
| 78 | +一个 python 到 bpf(Berkeley Packet Filter bytecode,伯克利包过滤器字节码)转换器。 |
| 79 | + |
67 | 80 | [AnPyLar](https://github.com/anpylar/anpylar) |
68 | | -A client-side Python framework for creating web applications. |
69 | | - |
| 81 | + |
| 82 | +一个创建 web 应用的客户端侧 Python 框架。 |
| 83 | + |
70 | 84 | [CoffeeMiner](https://github.com/arnaucode/coffeeMiner) |
71 | | -Collaborative (mitm) cryptocurrency mining pool in wifi networks. |
| 85 | + |
| 86 | +WiFi 网络中的协作(mitm)加密电子货币挖掘池。 |
72 | 87 |
|
73 | 88 | [fleep](https://github.com/floyernick/fleep) |
74 | | -File format determination library for Python. |
75 | | - |
| 89 | + |
| 90 | +Python 的文件格式确定库。 |
| 91 | + |
76 | 92 | [convnet-drawer](https://github.com/yu4u/convnet-drawer) |
77 | | -Python script for illustrating Convolutional Neural Networks (CNN) using Keras-like model definitions. |
| 93 | + |
| 94 | +使用类 Keras 模型定义,说明卷积神经网络(CNN)的 Python 脚本。 |
78 | 95 |
|
79 | 96 |
|
80 | 97 | # 最新发布 |
81 | 98 |
|
82 | 99 | [Numpy 1.14.0](https://github.com/numpy/numpy/releases/tag/v1.14.0) |
83 | 100 |
|
84 | | -Numpy 1.14.0 is the result of seven months of work and contains a large number of bug fixes and new features, along with several changes with potential compatibility issues. The major change that users will notice are the stylistic changes in the way numpy arrays and scalars are printed, a change that will affect doctests. |
| 101 | +Numpy 1.14.0 是七个月努力的产物,包含大量问题修复和新特性,以及关于潜在兼容性问题的一些改动。用户会注意到的主要改动是打印 numpy 数组和标量的风格变化,这是一项会影响到 doctest 的改动。 |
85 | 102 |
|
86 | 103 | [Python 3.7.0a4](https://www.python.org/downloads/release/python-370a4/) |
0 commit comments