importpython-barnner.png

该读

~ 文章, Blog, 教程...

Welcome to a short course that will teach you how to write Python scripts that can take advantage of the processing power of multicore processors and large compute clusters. While this course is based on Python, the core ideas of functional programming and parallel functional programming are applicable to a wide range of languages. To follow this course you should already have a good basic understanding of Python, e.g. loops, functions, containers and classes. This course will rely on you understanding the material presented in my Beginning Python and Intermediate Python courses. This is a short course that will give you a taste of functional programming and how it can be used to write efficient parallel code. Please work through the course at your own pace. Python is best learned by using it, so please copy out and play with the examples provided, and also have a go at the exercises.

(是也乎:

课程, 讲述并行计算原则, 只是选择用 Python 来作为课程案例...

)

I just found an article about pipes in Python on lobste.rs and was reminded that I was toying with the exact same thing recently. Using a lot of functional languages (mainly Haskell, Clojure, Elixir) and also a fair bit of bash, I am very used to streaming data through chains of functions using pipe-like constructs. Python does make this quite difficult and encourages a more imperative approach with intermediate variables

(是也乎:

推荐珠三角技术沙龙的赖勇浩折腾过的模块, 可以直接从形式上 pipe 起来

)

It's easy to find investment advice. It's a little less easy to find good investment advice, but still pretty easy. We are awash in advice on saving for retirement, with hundreds of books and hundreds of thousands of articles written on the subject. It is studied relentlessly, and the general consensus is that it's best to start early, make regular contributions, stick it all in low-fee index funds, and ignore it. I'm not going to dispute that, but I do want to better understand why it works so well. As programmers we don't have to simply take these studies at their word. The data is readily available, and we can explore retirement savings strategies ourselves by writing models in code. Let's take a look at how to build up a model in Python to see how much we can save over the course of a career.

(是也乎:

无论什么模型也无法抵抗国家一纸红头文件的...

)

mypyc will compile type-annotated Python code to an optimized C. The first goal is to compile mypy with it to make it faster, so I hope that the project will be completed. Essentially, mypyc will be similar to Cython, but mypyc is a subset of Python, not a superset. Interfacing with C libraries can be easily achieved with cffi. Being a strict subset of Python means that mypyc code will execute just fine in PyPy. They can even apply some optimizations to it eventually, as it has a strict and static type system.

(是也乎:

自从老爹去了 Dropbox, 他们就经常嗯哼出全部的编译器来, 应该是好事儿? 不过, 都依赖重要的 py3 的类型声明特性

)

In the process of trying to build a vanilla python HTTP server, I realized that I don't know much about it's inner workings. So while I was stuck learning about sockets, TCP handshakes and protocols, I decided to tackle something that was a little more within my reach thus was born this humble little project. A simple python chat server meant to be used by terminal clients through netcat.

(是也乎:

继 香草JS 后, Python 框架也有香草味儿的了...

)

A beginner’s guide to understanding the inner workings of Deep Learning. .

Prophet is an open-source Python package for time-series forecasting, originally developed by Facebook’s Data Science team to predict usage on different parts of Facebook. Prophet’s forte is forecasting highly seasonal data with long-term, non-stationary trends, punctuated with occasional spikes on specific dates.

(是也乎:

Prophet: 基于时间序列进行预测的软件

)

In this post, we will talk about how one of Airflow’s principles, of being ‘Dynamic’, offers configuration-as-code as a powerful construct to automate workflow generation. We’ll also talk about how that helped us use Airflow to power DISHA, a national data platform where Indian MPs and MLAs monitor the progress of 42 national level schemes. In the end, we will discuss briefly some of our reflections from the project on today’s public data technology.

Openshift with Docker Images is the ultimate tool you need for automated deployment.

好物

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

Convert any image into ASCII Art.

(是也乎:

叕一则字符艺术工具

asciify

)

  • yacs
    • 47 Stars, 1 Fork

YACS -- Yet Another Configuration System

(是也乎:

叕一个 SCM 工具, 支持 py2/3

)

Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).

(是也乎:

Face

国货.. Shanghai

)

dentifying gender and regional accent from speech

Hack to make Dropbox work on non-ext4 filesystems

(是也乎:

嗯哼? Dropbox 还挑 FS 的?

)

  • dove
    • 18 Stars, 0 Fork

A command line utility to help manage your development server in Digital Ocean

(是也乎:

DO 的接口/文档嗯哼的好, 生态也就越来越好

)

A simple Flask wrapper for concurrent.futures

A web application to predict the sales of a newly launched product

(是也乎:

sales_forecast_ml

很久没见电商类嗯哼了

)

A python toolkit for parsing sentences (in natural language) into scene graphs (as symbolic representation).

(是也乎:

叕一则 NLP 模块,当然, 没中文什么事儿

)

Face recognition using open-cv and machine learning written in python

(是也乎:

叕一则人脸识别的嗯哼

)

A python deserialisation library built on top of dataclasses

(是也乎:

py3 only 的.. )

Implementation of X-means clustering algorithm

StuPyd kernel for Jupyter

(是也乎:

Jupyter 生态勇烈精进ing... )

( ̄▽ ̄)

(是也乎:

万望低调嗯哼...

)

30 Amazing Python Projects for the Past Year (v.2018) 其中有几个国货,也都超过 1000+星了...

<- Qix-/better-exceptions: Pretty and useful exceptions in Python, automatically. 效果惊艳...

是也乎


Comments


大妈的多重宇宙 - YouTube

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

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


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


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

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