- 原文: Import Python Weekly Newsletter - Issue No 132
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
We can’t just copy/paste ASM directly into a Python script. Instead, python reads the machine code in as a bytearray of shellcode where the binary data is represented by a hex value where the \x represents the offset.
(是也乎:
ASM ... )
- pythonbooks.org
- books
Discover the best books in every Python book category.
(是也乎:
太实用了...当然的, 没有一本中国原创的. )
- 用 Hydrogen 进行交互
- IDE
Hydrogen is a package for Atom editor that allows interactive programming in different languages. I would call it a bridge, or even a sweet spot, between Jupyter Notebooks and a full blown IDE (like IntelliJ IDEA).
(是也乎:
桥件,能将 Jupyter 和 IDE 粘合起来 )
-
深入 Closures 和 Decorators - 第一部分
- closures
-
- futures
With the concurrent.futures library, Python gives you a simple way to tweak your scripts to use all the CPU cores in your computer at once. Don’t be afraid to try it out. Once you get the hang of it, it’s as simple as using a for loop, but often a whole lot faster.
(是也乎:
问题是前提,你的数据是可原子切分处理的 )
-
设置 Sublime Text 3 为 Python 进行类型检查
- sublime
-
- machine learning
Imagine one day wherein we had a neural network which could watch movies and generate it’s own movies, or listen to songs and compose new ones. This network would learn from what it sees and hears without you explicitly telling it. This way of letting a neural network learn is known as unsupervised learning.
(是也乎:
无监督学习系统的嗯哼
)
-
- pypy
-
- conference
In the spirit of increasing the Python community’s inclusivity and diversity, PyBay is pleased to announce this year’s conference scholarships. Our scholarships are designed to support members of our community for whom attending PyBay would present a financial challenge.
- 开始 Jupyter Notebook 的5个最佳技巧
- jupyter
We’ve discussed a few reasons to use Jupyter Notebooks as a GIS user. From visualization of your data to the recent integration with the ArcGIS platform, Jupyter Notebooks are quickly becoming a crucial component of GIS and data science workflows. In spite of these benefits, coming up to speed and getting comfortable with Jupyter Notebooks can be a daunting task for a new user. There is nuance to the way Jupyter Notebooks operate that can take some time to comprehend.
(是也乎:
简单的说 ipynb 不是 IDE 也不是编辑器, 而是一个能方便的记录并同时积累我们思考的环境
)
- 机器学习和深度学习工程师的基础作弊书
- machine learning
CheatSheets for Pandas, numpy etc.
You want to count the number of times each thing occurs in your list. How do you do it? We'll talk about the many ways to solve this problem, concluding with the most Pythonic way: Counter.
-
- code snippets
-
- core-python
好物
~ 包/模块/库/片段...
- Susanoo
- 89 Stars, 12 Fork
A REST API security testing framework.
(是也乎:
看名字象日本人作品... 对 REST 接口进行安全性检验的框架 )
- ssl_logger
- 88 Stars, 13 Fork
Decrypts and logs a process's SSL traffic.
- csvtotable
- 19 Stars, 0 Fork
Simple command-line utility to convert CSV files to searchable and sortable HTML table.
(是也乎:
嚓,根本就是 web 版本的 excel
)
- CORStest
- 13 Stars, 4 Fork
A simple CORS misconfigurations checker
- unarcrypto
- 5 Stars, 0 Fork
unarcrypto is an educational tool to depict cryptography usage in zip, rar and 7zip archives
(是也乎:
少见的教学工具...
)
- sukhoi
- 4 Stars, 0 Fork
Minimalist and powerful Web Crawler.
(是也乎:
基于原创的 EHP 模块 进行 pythonic 式的网页操作...
)
- vault
- 0 Stars, 0 Fork
Python password manager
(是也乎:
CLI 版本的 1Password
)
( ̄▽ ̄)
(是也乎:
嚓了个嚓... )
是也乎
- 170707 Zoom.Quiet 42 分钟完成快译
- 170707 Zoom.Quiet 用时 7 分钟完成格式化.
Comments