- 原文: Import Python Weekly Newsletter - Issue No 117
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- Python 的 Memoization 以及 Decorators
- core-python
With memoization, we can “memoize” (remember, store) the result of problems that we’ve dealt with before, and return a stored result instead of repeating calculations.
(是也乎:
对计算的缓存.. )
- 用 Apache Airflow 开始折腾工作流
- airflow
Apache Airflow is an open-source tool for orchestrating complex computational workflows and data processing pipelines. If you find yourself running cron task which execute ever longer scripts, or keeping a calendar of big data processing batch jobs then Airflow can probably help you. This article provides an introductory tutorial for people who want to get started writing pipelines with Airflow.
- 数据科学基本统计: Python 案例集, 第一部分
- statistics
In this post, we'll take a step back to cover essential statistics that every data scientist should know.
PyMedium is an unofficial Medium API written in python flask. It provides developers to access to user, post list and detail information from Medium website. This is a read-only API to access public information from Medium, you can customize this API to fit your requirements and deploy on your own server.
(是也乎:
又一个非法接口嗯哼出来了 )
- TensorFlow 可视化: Summary 和 TensorBoard
- tensorflow
This article is going to discuss some basic methods and functions in tensorflow used to visualize and monitor the training process. I believe visualization is top priority for the research. Because the deep learning itself is a “black box”. So, if the visualization could help us analyze why the final result is successful or failed.
-
用 Python, pandas 和线性回归模型 预测住房价格
- pandas
-
Pandas & Seaborn - 优雅地处理和可视化数据指南
- pandas
-
折腾 Machine Learning Algorithms
- machine learning
-
- virtual memory
-
用 Apache Kafka 和 Python 构建分布式流系统
- kafka
(是也乎:
)
-
- flask
-
如何使用 IBM Watson 的 语音-文本 功能来转录我们的课程
- watson
In this step by step guide we’ll show you how to transcribe an audio file using IBM Watson speech-to-text API and a little bit of Python.
- 如何生成 文本总结 - 介绍深度学习
- machine learning, video
I'll show you how you can turn an article into a one-sentence summary in Python with the Keras machine learning library. We'll go over word embeddings, encoder-decoder architecture, and the role of attention in learning theory.
-
- CI
-
如何在 ModelForm 中动态过滤 ModelChoice 的查询集?
- django
-
- core-python
-
- google cloud, cloud functions
Google's answer to aws lambda.
If you have maintained a website with a huge amount of data, you probably already know that Django Admin can become very slow when the database table gets so large. If you log the SQL queries (either using Django logging or using Django Debug Toolbar), you would notice a very expensive SQL query, something like this.
好物
~ 包/模块/库/片段...
- Aeneas – a Python audio/text aligner
- 793 Stars, 38 Fork
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment) http://www.readbeyond.it/aeneas/
(是也乎:
非常实用哪...当然, 对中文嗯哼的.. 当然 youtube 还能自动从视频音频中识别文字并自动变成字幕的... )
- Snaky
- 28 Stars, 2 Fork
A snake game, three versions of AI included, implemented in python, pygame.
(是也乎:
包含了3种 ai 来玩...想起多年前的 饿狼战役
)
- facebook-messenger-bot-tutorial
- 10 Stars, 0 Fork
facebook-messenger-bot-tutorial use Python Django
- Ticky
- 9 Stars, 3 Fork
Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a try : )
(是也乎:
又一个 AI 游戏
5子棋...200行,没有引用任何 AI 框架,就是 pygame 自己... )
( ̄▽ ̄)
~
是也乎
- 170326 Zoom.Quiet 42 分钟完成快译
- 170326 Zoom.Quiet 用时 7 分钟完成格式化.
Comments