importpython-barnner.png

该读

~ 文章, Blog, 教程...

This post contains a step-by-step example of a refactoring session guided by tests. When dealing with untested or legacy code refactoring is dangerous and tests can help us do it the right way, minimizing the amount of bugs we introduce, and possibly completely avoiding them. Refactoring is not easy. It requires a double effort to understand code that others wrote, or that we wrote in the past, and moving around parts of it, simplifying it, in one word improving it, is by no means something for the faint-hearted. Like programming, refactoring has its rules and best practices, but it can be described as a mixture of technique, intuition, experience, risk.

Boston’s Massachusetts Bay Transit Authority (MBTA) operates the 4th busiest subway system in the U.S. The MBTA recently began publishing substantial amount of subway data through its public APIs. I performed five analysis.

There are many ways to handle Python app dependencies with Docker. Here is an overview of the most common ones – with a twist.

In this blog, we will see how we can implement Supervised Learning Algorithm. Linear Regression using SkLearn Library in Python. SkLearn or scikit-learn is one of the most widely used tools for Machine Learning and Data Analysis. It does all the computation allowing you to focus on increasing the efficiency and not on the calculation part of the Algorithm.

Learn to program Python within a multiplayer world we all know and love, Minecraft!

(是也乎:

mine_pyth

)

Quart is a Python asyncio web microframework with the same API as Flask. Quart should provide a very minimal step to use Asyncio in a Flask app.

(是也乎:

叕一个针对 Py3 特性的微型 web 框架

from quart import Quart

app = Quart(__name__)

@app.route('/')
async def hello():
    return 'hello'

app.run()

忒象 Bottle 了...

)

This project give you the ability to generate your Resume from your Github contributions.

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts and the jupyter notebook, web application servers, and four graphical user interface toolkits.

The Sklearn library provides several powerful tools that can be used to extract features from text. In this article, I will show you how easy it can be to classify documents based on their content using Sklearn.

An exploration of the people behind the projects. Each post is an exclusive interview with a member of the open source community.

In this post, we are documenting how we used Google’s TensorFlow to build this image recognition engine.

(是也乎:

--> wheelhouse

)

Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, and to extend this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easily create interactive plots, dashboards, and data applications.. Bokeh's styling is very nice by default. However, extending Bokeh with your own custom styles can add an impressive level of polish to your visualizations.

好物

~ 包/模块/库/片段...

Detect sandbox by cursor movement speed

(是也乎:

光标移动速度... )

Ethereum Name Service, made easy in Python.

(是也乎:

Ethereum 名称服务 ~ 以太坊域名 基于区块链的全新互联网形态... )

A repository of 14000 Hindi words and their Inverse Document Frequency.

(是也乎:

印地语词汇库, 类似我们的细胞词库... )

Pytorch solution for Planet: Understanding the Amazon from Space https://www.kaggle.com/c/planet-understanding-the-amazon-from-space

(是也乎:

又一个空间相关的公益嗯哼....

)

Python Code for AI class

The Ion format is a superset of JSON, adding (among other things) the much-needed timestamp, decimal and binary data types.

(是也乎:

JSON 的超集 Ion 的支持库

)

All kinds of text classificaiton models and more with deep learning.

( ̄▽ ̄)

是也乎


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...
点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:
Zoom.Quiet’s Chaos42 | Substack


关注公众号, 持续获得相关各种嗯哼:
zoomquiet


蟒营®编程思维提高班Python版

**2021.01.11** 因大妈再次创业暂停定期开设, 转换为预约触发:
  • + 任何问题, 随时邮件提问可也:
    askdama@googlegroups.com
-->