- 原文: Import Python Weekly Newsletter - Issue No 140
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- EuroSciPy 视频
- conference, videos
Being uploaded at the time of sending the newsletter.
(是也乎:
Python 大会的趋势就是专业化, 应该马上有 区块链大会了...
)
- 节约 Python 的启动时间
- core-python
The startup time for the Python interpreter has been discussed by the core developers and others numerous times over the years; optimization efforts are made periodically as well. Startup time can dominate the execution time of command-line programs written in Python, especially if they import a lot of other modules. Python startup time is worse than some other scripting languages and more recent versions of the language are taking more than twice as long to start up when compared to earlier versions (e.g. 3.7 versus 2.7).
(是也乎:
这才是核心技术的讨论区哪...
)
- Python 数据科学手册 - 开放嗯哼
- data science
This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks.
(是也乎:
叕一个 收集各种数据科学相关案例的 ipynb 图书了...
)
- cachelper
- caching
Useful cache helpers in one package.
(是也乎:
人性化缓存到各种后端中... )
- 预测 Ames, Iowa 的房价
- data science
Regression, Regularization, Residuals and Feature Selection
- Asyncio Coroutine 模式: 错误和取消
- asyncio
In the first part of this series we concluded that asyncio is awesome, coroutines are awesome and our code is awesome. But sometimes the outside world is not as awesome and we have to deal with it. Now, for this second part of the series, I’ll run over the options asyncio gives us to handle errors when using these patterns as well as cancelling tasks so as to make our asynchronous systems robust and performant.
- TensorFlow 中的高级 API
- tensorflow
TensorFlow is providing some higher-level constructs itself, and some new ones were introduced in the latest 1.3 version. In this blog, we’ll look at an example using some of these new higher-level constructs, including Estimator, Experiment, and Dataset.
(是也乎:
简单的说, 还有更多根本没有释放出来...
)
- 计算机视觉中的 Robust Lane Finding 技术
- machine learning, image processing
Lane identification system for camera based systems.
-
- core-python
-
- machine learning
We show how to build a very basic, yet not bad, meme retrieval system using pretrained word embeddings.
-
- machine learning, image processing
-
- time series
This curated list contains python packages for time series analysis.
好物
~ 包/模块/库/片段...
- setup.py
- 1131 Stars, 39 Fork
A Human's Guide to setup.py.
(是也乎:
其实 <- The Hitchhiker's Guide to Packaging 就好
)
- lolviz
- 225 Stars, 7 Fork
A simple Python data-structure visualization tool for lists of lists, lists, dictionaries; primarily for use in Jupyter notebooks / presentations.
(是也乎:
专门配合 ipynb 使用的可视化插件
)
- selenium_extensions
- 37 Stars, 2 Fork
Tools that will make writing tests, bots and scrapers using Selenium much easier.
- Smoothly-Blend-Image-Patches
- 36 Stars, 5 Fork
Make smooth predictions by blending image patches, such as for image segmentation
(是也乎:
)
- cloudflare-partner-cli
- 12 Stars, 12 Fork
Set CNAME to use Cloudflare using the partner program.
- janus
- 8 Stars, 0 Fork
A minimalist argument-parsing library for Python.
(是也乎:
叕一个 参数检验模块
)
- cbox
- 2 Stars, 0 Fork
convert any python function to unix-style command.
(是也乎:
想法很好,问题是海量用户 only-M$ ... )
( ̄▽ ̄)
~ 抢在珠海第二波台风来袭, 前嗯哼出来
- PyConChina2017 议题征集开始
- 申报表单: https://jinshuju.net/f/2ag6QB
中国的PyCon大会已经组织了6年,在第7年PyCon大会之际,Python3已经成熟,比如Instagram迁移到了Python3。而人工智能方兴未艾,区块链、物联网、AR、VR、机器人等领域创新不断涌现。
本大会以“大数据和人工智能技术的创新应用”为主题,将由丰富的内容和议题组成,着重探讨如何使用Python技术进行大数据和人工智能的技术开发和最佳实践,并结合具体的产品和行业发展趋势,分享不同类型的应用、场景下的开发和运营经验。
...
今年PyConChina2017将在两个城市举办,上海是9月23日举办
- 上海(约400人参加),预计7个主题演讲(每个40分钟),7个快速演讲(每个10分钟)。
- 杭州(约200人参加),预计7个主题演讲(每个40分钟)
(是也乎:
结果立即在 CPyUG 列表中引发了各种嗯哼, 并有行者组织了议题问卷, 得到稍有不同的期待, 所以, 大会的举行真心得看坚持了. )
是也乎
- 170901 Zoom.Quiet 42 分钟完成快译
- 170901 Zoom.Quiet 用时 7 分钟完成格式化.
Comments