蠎加载 122
原文: Import Python Weekly Newsletter - Issue No 122 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程… PyCon JP 2017 议题开始征集 pycon Our team is looking for a wide range of each topic which you would like to talk. The same as in the past, we are planing to have talk session(30minute), poster session(booth style), Lighting talks(5minute) and more. Even if you are a python beginner, please do not hesitate to apply for it. 用 Python Flask NASA API 以及 Twilio MMS 和火星机器人聊天 flask, nasa NASA has a bunch of awesome APIs which give you programmatic access to the wonders of space. I think the Mars Rover Photos API in particular is really amazing as you can use it to see what kind of pictures the Mars Curiosity rover has been taking. Let’s build an app using the Mars Rover API with Twilio MMS, Python and Flask to make it so that we can text a phone number and receive pictures from Mars. (是也乎: 嗯哼?! 通过短信远程控制火星上的机械来拍摄? ) Jupyter Notebook Hints jupyter First of all, I want to point out that it is very flexible tool to create readable analyses, because one can keep code, images, comments, formula and plots together: (是也乎: IPython 已经进化为 Jupyter 也越来越令人沉迷了,,总是想为什么世界不是 .ipynb 组成的? ) 如何用 Python 比较文档相似性? gensim Learn how to use the gensim Python library to determine the similarity between two or more documents. 用 OpenCV, Python, 和 dlib 进行 blink 检测 opencv In last week’s blog post, I demonstrated how to perform facial landmark detection in real-time in video streams.Today, we are going to build upon this knowledge and develop a computer vision application that is capable of detecting and counting blinks in video streams using facial landmarks and OpenCV. Two Scoops of Django: Django 1.11 最佳实践已经发布 python The latest Edition focuses on Two Scoops of Django is out. I recall buying the first edition which was based on 1.5. This book holds a special place in the Django community IMHO. This Edition is focused on Django 1.11 and Python 3, with an appendix for working with Python 2.7. Revised material on nearly every topic within the book. 20+ pages of new material on Django REST Framework, security, forms, models, and more. I look forward to doing a review of the book as soon as it launches in Dead Tree Format in my country ( India ) like the previous editions. (是也乎: 已经在用… ) 制造魔法(Jupyter notebook + PixieDust) jupyter Getting started with custom visualizations, simple tables & word clouds (是也乎: 词云以及其它 ) Subreddit 映射和分析 numpy, pandas, scipy The goal of this notebook is to build and analyse a map of the 10,000 most popular subreddits on Reddit. (是也乎: 又一个 ipynb 实例分析 ) Python Collections 模块 collections module This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple. (是也乎: 妄图替代 dict, list, set, 以及 tuple 这类内建容量对象的嗯哼… ) List 链接和排列 list 又一个 Numpy 库快速介绍 numpy Neo4j 和 Cypher 查询语言的 Pythonic 探索 video, neo4js This talk gives an overview of the Neo4j graph database and the Cypher query language from the point of view of a Python user. We’ll look at how to run queries and visualise or extract those results into software such as Pandas. We’ll also explore the property graph data model and look at how it differs from other data models. PyData 阿姆斯特丹 2017 视频 pydata MicroPython 概述 micropython 如何限制 asyncio 内存使用? asyncio One of the first hurdles that you can encounter when trying out asyncio is “asyncio eats all my memory!”. Indeed, to keep you CPU busy, you’re encouraged to launch a lot of coroutines simultaneously. coroutines don’t use a lot of memory by themselves, but what you’re doing inside them can use quite a lot of memory. 用 TensorFlow 折腾机械学习 tensorflow (是也乎: 又一个 ) 好物 ~ 包/模块/库/片段… ...