原文: Import Python Weekly Newsletter - Issue No 165 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程…
Guido van Rossum: 仁慈暴君回顾 Python 3 Guido, BDFL Various topics of retrospective on Python 3. What is working, what failed, what is still a work in progress as the language evolves? (是也乎: 好汉要活好… ) GoCD: 可视化和建模复杂的 CD 工作流程 Visualize GoCD supports continuous delivery out of the box with its built-in pipelines, advanced traceability and value stream visualization. With GoCD, you can easily model, orchestrate and visualize complex workflows from end to end. GoCD supports modern infrastructure and cloud deployments. Learn how to setup your first pipeline - https://goo.gl/7Y5u7c OR check out their enterprise plugins and support. - https://goo.gl/Xqk6kL 在线 CookieCutter 生成器 django Get a ZIP-archive with project by filling out the form. 如何为 Python Web Apps 编写 Dockerfiles – Hasura docker This post is filled with examples ranging from a simple Dockerfile to multistage production builds for Python apps. (是也乎: 一定有自动生成工具的,将来, 或是自己写个 ) Pandas 实例: 列s pandas Let’s review the many ways to do the most common operations over dataframe columns using pandas. (是也乎: 叕则 Pandas 自学案例… ) 用 Python 3 探索 REST和GraphQL GraphQL Here at Kalo, we’ve been exploring ways of upgrading some of our API’s and found that concrete examples for developers looking to create GraphQL servers Python were lacking, so we decided to build a small project as an experiment to compare the two paradigms and share the knowledge by writing about it. 用 Q表 强化学习 machine learning Reinforcement learning is an area of machine learning dealing with delayed reward. 用 Python 代码有 5 种轻松的数据可视化姿势 charting Data Visualization is a big part of a data scientist’s jobs. In the early stages of a project, you’ll often be doing an Exploratory Data Analysis (EDA) to gain some insights into your data. Creating visualizations really helps make things clearer and easier to understand, especially with larger, high dimensional datasets. Towards the end of your project, it’s important to be able to present your final results in a clear, concise, and compelling manner that your audience, whom are often non-technical clients, can understand. (是也乎: 叕一组 数据可视化模块对比… 其实吧, 不考虑输出使用 plt 足够了, 但是,… ) 在加拿大安大略省找到最中意的钓鱼地点 fishing Once, I was talking with my colleague about outdoor activities, and he told me that he is a fishing enthusiast. It didn’t bring up my attention at first since I am not a fishing guy. However, he propose a idea to use Google Map to search for all those fishing sites due to the hard time of playing around with the official fishing website. The idea is brilliant and it attract me as well. In the end, that’s how we start our first project at Weclouddata. Interactive Brokers in Python with backtrader algo trading Reddit’s r/algotrading seems to have a constant number of posts which revolve about the ideas: How can I trade with Python (using frameworks or not) and Interactive Brokers? Let’s try to see how to achieve it with backtrader. 你首个机械学习的推荐模型 machine learning Apple released a few weeks ago, Turicreate, an open source framework to create easily model for CoreML. In this tutorial, you don’t need Apple device. This recommender can be used only with python. And later used on Apple device after using converter tool. (是也乎: 叕只推荐系统的嗯哼 ) datastream.io elasticsearch An open-source framework for real-time anomaly detection using Python, Elasticsearch and Kibana. (是也乎: ELK 生态新组合工具… ) 一步步指导建立自己的’迷你IMDB’数据库 project How to use simple Python libraries and built-in capabilities to scrape the web for movie information and store them in a local SQLite database. 集成 Google Sheets 和 Jupyter Notebooks jupyter How to pass data between Google Sheets and Jupyter Notebooks. 有没有 Docker 都能折腾 Python 开发环境 docker, setup Part of being a developer includes setting up your computer so that you can develop the applications you want to write. (是也乎: Py 开发环境不折腾 Docker 现在是不够正义的了… ) 在 Python 中探索性数据分析 EDA Multiple libraries are available to perform basic EDA but I am going to use pandas and matplotlib for this post. Pandas for data manipulation and matplotlib, well, for plotting graphs. Jupyter Nootbooks to write code and other findings. Jupyter notebooks is kind of diary for data analysis and scientists, a web based platform where you can mix Python, html and Markdown to explain your data insights. (是也乎: 数据探索…无法想法不在 Jupyter 中嗯哼 ) PyCon.DE Part 1: Turbodbc - Turbocharged database access for data scientists - Blue Yonder Technology Blog database access This talk introduces the open source Python database module turbodbc. It uses standard ODBC drivers to connect with virtually any database and is a viable (and often faster) alternative to “native” Python drivers. 好物 ~ 包/模块/库/片段…
...