跳转至

281-290

Issue #281 Rubik Aug. 29, 2017

Cite

setup.py
📦 A Human's Guide to setup.py. github.com Shared by @mgrouchy

Setup.py的一些最佳实践示例

Issue #282 Parse Sept. 5, 2017

Cite

roamer
The Plain Text File Manager github.com Shared by @@_chrismay

有点类似于终端文件管理器的感觉,可能在某些特殊场景下会用到

Issue #283 Tiger Sept. 12, 2017

Cite

allennlp
An open-source NLP research library, built on PyTorch. github.com Shared by @myusuf3

今天刚玩了玩chatGPT

Issue #284 bisect Sept. 19, 2017

Cite

What is your favourite talk about Python?
reddit.com Shared by @mgrouchy

基本文中提到的链接或者视频都是很久之前的了

Cite

A guide to logging in Python
Seriously, how do you log stuff in Python. opensource.com Shared by @mgrouchy

基础入门版本

Issue #285 Survey Sept. 26, 2017

Cite

pipenv
Sacred Marriage of Pipfile, Pip, & Virtualenv. github.com Shared by @mgrouchy

目前自己的话用venv就足够了,简单安全可靠可控

Cite

face-alignment
2D and 3D Face alignment library build using pytorch. github.com Shared by @myusuf3

可以检测2D或者3D人脸关键点,最近不更新了,wave2lip中就是用的这个库。用下来的体验第一个是处理速度极慢,第二个是占用GPU显存资源极大,第三个是人脸图片过大(或者是人脸占图片比例过大?未验证)时检测框左侧异常, 不能完整包括人脸。整体用下来还不如虹软的SDK好用

Issue #286 Fellows Oct. 3, 2017

Cite

Alice in Python projectland
A great guide to Python packaging and structuring your Python project. veekaybee.github.io Shared by @mgrouchy

404喽

Issue #287 Bugfix Oct. 10, 2017

Cite

High Dynamic Range (HDR) Imaging using OpenCV (C++/Python)
Creating HDR image in Python! learnopencv.com Shared by @myusuf3

处理HDR图片。首先简单介绍了HDR图片的原理,就是通过设置不同的曝光参数来拍摄同一时刻的多张图片,然后把他们合并到一起。这样就可以同时保留高光和低光区域。 Python拿到这些图片之后,对齐、合并、调色,然后就合成了一张高质量的HDR图片

Issue #288 KRACK Oct. 17, 2017

Cite

How to Watermark Your Photos with Python
Cool! pythonlibrary.org Shared by @mgrouchy

pip install pillow

Issue #289 Avenue Oct. 24, 2017

Cite

envbox Detect environment type and work within. github.com Shared by @pythonz_net

检测所处环境?就是检测一下环境变量啥的

Issue #290 Loops Oct. 31, 2017

Cite

30-minute Python Web Scraper
Create your own Python web scraper in 30 mins or less (or longer). hackernoon.com Shared by @myusuf3

熟悉的Selenium

评论