- 原文: Import Python Weekly Newsletter - Issue No 153
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- Awesome python talks
- videos
An opinionated list of awesome videos related to Python, with a focus on training and gaining hands-on experience.
(是也乎:
没有中文分享... )
- 对象模型
- core-python, oops
Here, then, is a (very) brief run through the inner workings of objects in four very dynamic languages. I don’t think I really appreciated objects until I’d spent some time with Python, and I hope this can help someone else whet their own appetite.
- 用于数据分析的Python - 关键性逐行回顾
- pandas
A not so nice review of Python for Data Analysis Book
(是也乎:
最怕逐行解释的图书了... )
Today we are excited to announce that we have applied for, and been awarded, a grant to help improve the sustainability of the Python Package Index in the amount of $170,000. This has been awarded by Mozilla, through the Foundational Technology track of their Open Source Support Program. We would like to thank Mozilla for their support.
(是也乎:
细思恐极...mozilla? )
- 免费 Apache Spark™ 指南
- ebook, advert, free
The Definitive Guide to Apache Spark. Download today!
(是也乎:
这种广告越多越好 )
The pathlib module was first included in python 3.4 and has been enhanced in each of the subsequent releases. Pathlib is an object oriented interface to the filesystem and provides a more intuitive method to interact with the filesystem in a platform agnostic and pythonic manner. I recently had a small project where I decided to use pathlib combined with pandas to sort and manage thousands of files in a nested directory structure. Once it all clicked, I really appreciated the capabilities that pathlib provided and will definitely use it in projects going forward. That project is the inspiration for this post.
(是也乎:
最常用, 也最无奈的一个模块, 特别是遇到中文... )
A few weeks ago I was enrolled in Python for Data Science by UCSD on EdX.org. It is an introductory course so it starts with the basics but by the end of it you have worked with Twitter’s API, predicted weather using Machine Learning and even done some Natural Language Processing using NLTK.
(是也乎:
前提是 lyrics 的语种都兼容吧? 果然和中文歌曲没什么关系
)
-
- core-python
-
- sql
PyPika is a Python API for building SQL queries. The motivation behind PyPika is to provide a simple interface for building SQL queries without limiting the flexibility of handwritten SQL. Designed with data analysis in mind, PyPika leverages the builder design pattern to construct queries to avoid messy string formatting and concatenation. It is also easily extended to take full advantage of specific features of SQL database vendors.
(是也乎:
可以说叕一个 SQL 的 Py DSL )
好物
~ 包/模块/库/片段...
- deep-image-prior
- 856 Stars, 70 Fork
Image restoration with neural networks but without learning.
(是也乎:
非学习图像处理模块
)
- the-endorser
- 77 Stars, 12 Fork
An OSINT tool that allows you to draw out relationships between people on LinkedIn via endorsements/skills.
(是也乎:
对 LinkedIn 的技能数据可视化 可惜...
)
- WPSploit
- 36 Stars, 9 Fork
WordPress Plugin Security Testing.
(是也乎
细思恐极, 这是 PHP 和 Py 合流的先兆? )
- progrmoiz/python-snippets
- 17 Stars, 0 Fork
The most useful python snippets.
(是也乎:
叕叕叕一个 代码片段仓库,偏向 对象自省的加强
)
- selectolax
- 12 Stars, 0 Fork
Python bindings to Modest engine (fast HTML5 parser with CSS selectors).
- speeed
- 11 Stars, 0 Fork
Ping like tool that measures packet speed instead of response time.
(是也乎:
ping-样, AWS-样, cURL-样....
太多软件一诞生就几乎完美, 逼的后来人只能全力兼容
只是这么发数据包, 不怕当成 DDOS? )
- pytudes
- 4 Stars, 0 Fork
Python programs to practice or demonstrate skills.
(是也乎:
叕叕叒一个 实用
技巧集锦
)
- datasette
- 0 Stars, 0 Fork
An instant JSON API for your SQLite databases.
(是也乎:
思路清奇, 不改变 SQLite 行为,只通过 I/O 来改变 DB 的应用领域 )
- cidr-house-rules
- 0 Stars, 0 Fork
A lightweight API and collection system to centralize important AWS resource information across multiple accounts in near-realtime.
(是也乎:
叕叕叕一个 AWS 实用工具
)
- fireant
- 0 Stars, 0 Fork
fireant is a a data analysis tool used for quickly building charts, tables, reports, and dashboards. It defines a schema for configuring metrics and dimensions which removes most of the leg work of writing queries and formatting charts. fireant even works great with Jupyter notebooks and in the Python shell providing quick and easy access to your data.
(是也乎:
针对 Jupyter 平台的图表工具, 火蚁...名字不错
)
( ̄▽ ̄)
- oldj/pyheatmap: python heat map library
- 国货 heatmap 生成
只需要给出散点数据, 自动生成漂亮的热力图
关键响应非常敏捷, 10.1 长徦期间嗯哼了一下, 立即追加了两个功能: pyheatmap/test.py at 31d80c89529e194e743e3125d56a189712186c55 · oldj/pyheatmap
神奇的是作者同时果断也是位 SiFi 作家: 地球上的背包客 - Backpackers_on_Earth.pdf
是也乎
- 171202 Zoom.Quiet 42 分钟完成快译
- 171202 Zoom.Quiet 用时 7 分钟完成格式化.
Comments