跳转至

311-320

Issue #311 Malachite April 10, 2018

Cite

Why use threads in Python?
reddit.com Shared by @myusuf3

Issue #312 Zebibyte April 17, 2018

Cite

Basic Socket Programming in Python
Get your socket programming in python off the ground. stackabuse.com Shared by @mgrouchy

入门级别的DEMO

Issue #313 Interrupt April 24, 2018

Cite

Getting started with Python testing
New articles about this all the time but it never gets old. mattjegan.com Shared by @mgrouchy

同样入门级别的DEMO

Issue #314 GPIO May 1, 2018

Cite

An introduction to Python bytecode
Get a great introduction into Python bytecode and some of the "how" in how Python works. opensource.com Shared by @mgrouchy

非常简单的介绍了一句字节码,建议详细看一下深入的文章

Issue #315 Lebronto May 8, 2018

Cite

Exporting Data from PDFs with Python
A look at a few different tools for extracting data like text and images from PDF documents. pythonlibrary.org Shared by @myusuf3

pdfminer包,记名不看

Issue #316 Checksum May 15, 2018

Cite

7 Ways to Create Sequences in Python
Rundown on all the ways to create sequences with Python camdenreslink.com Shared by @myusuf3

常见的不说,说一个不常见的,可以通过实现__iter____getitem__来实现一个可迭代的对象的功能

Issue #317 vue May 22, 2018

Cite

Is Python good for creating GUI application ?
reddit.com Shared by @mgrouchy

No

Cite

pdd
Tiny date, time diff calculator with timers. github.com Shared by @mgrouchy

(Python3 Date Diff)一个命令行工具,可以计算时间差

Issue #318 Maps May 30, 2018

Cite

Blazing Fast Tests in Django
This discusses various strategies to speed up your test with Django. dizballanze.com Shared by @dizballanze

一点加快速度的办法

Issue #319 Monitor June 6, 2018

Cite

mlflow Open source platform for the complete machine learning lifecycle. github.com Shared by @myusuf3

为啥是个fork出来的项目

Issue #320 Force June 12, 2018

Cite

yt2mp3 Download and convert YouTube videos to MP3.
github.com Shared by @myusuf3 视频下载+ffmpeg多香哦

评论