- 原文: Import Python Weekly Newsletter - Issue No 166
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- Django 管理手册
- django, admin
This is a book about doing things with Django admin. It takes the form of about forty questions and common tasks with Django admin we answer.
(是也乎:
叕一本有关 Django 的新书了... 旁的不说, Django 制造了很多作者
)
Learn how to create semantic REST API real quick using Python Flask
(是也乎:
叕一个用FLask 来折腾 RESTful 接口的案例, 但是,有专门的 API 生成器了哪
181130 suggest by Alex Nordeen
RESTful Web Services Tutorial with Example is is more in-depth and well -> This is how easy it is to create a REST API – codeburst
thanx u Alex ;-)
)
- 非同步 - 在 async/wait 情况下
- async
Python 3.5 added support for async/await, and Python 3.6 sort of wrapped up support for it (adding things like supporting await in list comprehensions). Unfortunately I’ve been having trouble adapting to Python’s version of async/await especially coming from C#’s implementation in TPL. The two big friction points I’ve had are: Difficult to “fire and forget” async calls (need to specifically run the event loop) Can’t do blocking calls to asyncio.Future.result() (it throws an exception)
In this post we’ll look at how to run a Python and Selenium-based web scraper in parallel with Selenium Grid and Docker. We’ll also look at how to quickly scale Selenium Grid on Digital Ocean using Docker Swarm to increase efficiency of the scraper. Finally, we’ll create a bash script that automates the spinning up and tearing down of resources on Digital Ocean.
(是也乎:
Digital Ocean 在各种领域都很积极, 不过还是 Heroku 更加好用..
)
- 介绍 timeboard, python 的商业日历包
- project
timeboard is a python library that creates schedules of work periods and performs calendar calculations over them. You can build standard business day calendars as well as a variety of other schedules, simple or complex.
- Python cx_Oracle 6.2 发布到 PyPI
- oracle, database
cx_Oracle 6.2, the extremely popular Oracle Database interface for Python, is now Production on PyPI. cx_Oracle is an open source package that covers the Python Database API specification with many additions to support Oracle advanced features.
(是也乎:
那什么, 好吧...有关 Oracle 真心没什么可以说的...
)
- 介绍 Nerodia – Watir 项目
- testing
Watir is a tool designed for browser test automation first. It is built from the perspective of developers and testers who want reliable browser automation that can scale with a browser automation project. Nerodia is designed from the same perspective, matching Watir’s approaches to browser handling, synchronizing actions, and providing flexible locators for working with DOM elements.
(是也乎:
叕一个基于 Selenium 的测试框架....
)
- BitStream - 管理二进制数据
- binary
Bitstream is a Python library to manage binary data as bitstreams.
(是也乎:
使用 MkDocs 创建的文档网站....当年没有这么漂亮的 样式呢...
)
Elevation profile is a two dimensional cross section along a line or path. It is very helpful to visualize the elevation change along a line or path. In this post I will discuss how to create an elevation profile graph between two points using Open Elevation API.
(是也乎:
电梯的确是个麻烦事儿... )
- Pandas 列 Apply 方法 分析
- pandas
I saw the Pandas.apply method and started thinking about this pattern and if it’d be useful to implement on other objects. Here’s a brief blog about the pattern. The general pattern outside of framework or language specifics is, Apply an anonymous function to a value or an iterable
(是也乎:
Apply 简直就是 Pandas 的后门
)
(是也乎:
数据工程第0步, 总是最混乱的 )
好物
~ 包/模块/库/片段...
- memcachedump
- 46 Stars, 8 Fork
Use your Shodan API Key to dump all the contents of exposed memcached servers.
(是也乎:
感觉很久没有 memcached 相关的工具了..
)
-container-breakouts - 36 Stars, 4 Fork
Testing/collecting some container breakouts.
- Tensorflow-DatasetAPI
- 32 Stars, 3 Fork
Simple Tensorflow DatasetAPI Tutorial for reading image.
(是也乎:
叕一则 Tensorflow 教程
)
- hue
- 9 Stars, 1 Fork
Hue will help you to print awesomely in terminals.
(是也乎:
叕一则 CLI 调色工具...
)
-TextClassification - 8 Stars, 0 Fork
deep learning in text classification(keras).
(是也乎:
Keras 越来越嗯哼了
)
- reddit_ml_challenge
- 6 Stars, 1 Fork
Reddit Machine Learning: Tagging Challenge.
-django-lint2 - 4 Stars, 0 Fork
LinkedIn Recon Tool.
(是也乎:
400行的一则 LinkedIn 扩展实例?
)
-django-lint2 - 4 Stars, 0 Fork
Lint2 is a linter work on Django.
(是也乎:
Py3 only )
A tool for generating Mypy type stubs from a Protocol Buffer definition.
(是也乎:
很久没见 Protocol Buffer 相关的嗯哼了
)
( ̄▽ ̄)
- Pandas documentation sprint
- Neilpang/acme.sh: A pure Unix shell script implementing ACME client protocol
- https
国人作品, 解决 https 部署时的证书生成问题
30 Amazing Python Projects for the Past Year (v.2018) 其中有几个国货,也都超过 1000+星了...
<- Qix-/better-exceptions: Pretty and useful exceptions in Python, automatically. 效果惊艳...
是也乎
- 180311 Zoom.Quiet 42 分钟完成快译
- 180311 Zoom.Quiet 用时 7 分钟完成格式化.
Comments