mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-13 11:24:23 -05:00
Add Details on Libraries
This commit is contained in:
parent
438e2bc813
commit
9866fd5040
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
||||||
pyquery
|
pyquery
|
||||||
urllib3
|
urllib3
|
||||||
codecs
|
codecs
|
||||||
|
|
||||||
|
|
||||||
|
# pyquery : a jquery-like library for python
|
||||||
|
## pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery.
|
||||||
|
|
||||||
|
|
||||||
|
# urllib3 is a powerful, sanity-friendly HTTP client for Python.
|
||||||
|
## urllib3 brings many critical features that are missing from the Python standard libraries: ... Helpers for retrying requests and dealing with HTTP redirects.
|
||||||
|
|
||||||
|
|
||||||
|
# codecs
|
||||||
|
## A codec is a device or computer program for encoding or decoding a digital data stream or signal. Codec is a portmanteau of coder-decoder. A coder encodes a data stream or a signal for transmission or storage, possibly in encrypted form, and the decoder function reverses the encoding for playback or editing.
|
||||||
|
|
Loading…
Reference in a new issue