importpython-barnner.png

该读

~ 文章, Blog, 教程...

Several modern programming languages have so-called "null-coalescing" or "null- aware" operators, including C# , Dart, Perl, Swift, and PHP (starting in version 7). These operators provide syntactic sugar for common patterns involving null references.

(是也乎:

越来越多的语法糖,在老爹离开后开始嗯哼...不怕牙痛嘛?

(a ?? 2 ** b ?? 3) == a ?? (2 ** (b ?? 3))
(c() ?? c() ?? True) == True
(True ?? ex()) == True
(c ?? ex)() == c()

)

In this review, we’ll be taking a look at our favorite options and explain which ones to use.

Recently, I was given a dataset that contained sensitive information about customers and that should not under any circumstance be made public. The dataset resided on one of our servers which I deem to be a reasonably secure location. I wanted to copy the data to my local drive, in order to work with the data more comfortably and at the same time not having to fear that the data is less save. So, I wrote a little script that changes the data, while still preserving some key information. I will detail all the steps that I have taken, and highlight some handy tricks along the way.

I am creating a series of blog posts to help you develop, deploy and run (mostly) Python applications on AWS Lambda using Serverless Framwork.

Implementer’s Guide to Scalable and Robust Internet Telephony with Session Initiation Protocol in ClientServer and Peer-to-Peer modes in Python

Python extends its lead, and Assembly enters the Top Ten

We illustrate the application of two linear compression algorithms in python: Principal component analysis (PCA) and least-squares feature selection. Both can be used to compress a passed array, and they both work by stripping out redundant columns from the array. The two differ in that PCA operates in a particular rotated frame, while the feature selection solution operates directly on the original columns. As we illustrate below, PCA always gives a stronger compression. However, the feature selection solution is often comparably strong, and its output has the benefit of being relatively easy to interpret — a virtue that is important for many applications.

In this tutorial you will learn how to build a “people counter” with OpenCV and Python. Using OpenCV, we’ll count the number of people who are heading “in” or “out” of a department store in real-time.

(是也乎:

opencv_people_counter_result02

)

I have been experimenting with keyword extraction techniques against the NIPS Papers dataset, consisting of titles, abstracts and full text of all papers from the Neural Information Processing Systems (NIPS) conference from 1987-2017, and contributed by Ben Hamner. The collection has 7239 papers written by 9785 authors. The reason I preferred this dataset to others such as Reuters or Medline is because it is smaller, and I can be both programmer and domain expert, and because I might learn interesting things while combing through the text of the papers looking for patterns to exploit.

In this article, we will be going through building queries for Wikidata with Python and SPARQL by taking a look where mayors in Europe are born.

好物

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

Organized Resources for Deep Learning Researchers and Developers

  • kefir
    • 288 Stars, 21 Fork

Kefir is a natural language processing kit for Turkic languages

(是也乎:

等等土耳其语言分析为什么是波兰工程师在嗯哼?

)

Zalo landmark identification challenge, 103 classes, > 100k images (PyTorch)

SMB MiTM tool with a focus on attacking clients through file content swapping, lnk swapping, as well as compromising any data passed over the wire in cleartext.

(是也乎:

The code is ugly, but it has a great personality.

等等, 是那个 SMB ?

)

Display image and video camera in your ANSI terminal!

(是也乎:

叕一个 CLI 界面看图工具

rina

)

PaperTTY - Python module to render a TTY on e-ink

(是也乎:

萌

)

A code gallery for person re-identification with mxnet-gluon, and I will reproduce many STOA algorithm.

  • fagan
    • 36 Stars, 11 Fork

A variant of the Self Attention GAN named: FAGAN (Full Attention GAN)

Django Rest + Vue JS Template

The Unix system administration guide for Django developers

Minimal, easy-to-use, declarative cli tool

(是也乎:

叕一个 CLI 解释工具, 但是, 还是 click 好

)

  • aira
    • 8 Stars, 0 Fork

Aira is a simple script language based on python3

(是也乎:

这名字和那个下载器太象了...

而且, 一看语法就知道是 ruby 社区的人干的

)

A custom CSV reader implementation with direct file access

(是也乎:

Why? / Who Cares?

这种开发态度, 大赞

)

Cookiecutter django-SHOP is a blueprint for an e-commerce site based on django-CMS.

  • ews
    • 3 Stars, 1 Fork

Ethereum Web Service

(是也乎:

这个实用哪, 只是 django==1.9 嗯哼? )

( ̄▽ ̄)

(是也乎:

万望低调嗯哼...

)

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
-->