Commit Graph

1489 Commits

Author SHA1 Message Date
d6b358ea97 add more-itertools
> In `more-itertools` we collect additional building blocks, recipes, and routines for working with iterables.
2020-02-07 21:41:57 +00:00
e5fede966c Added tesserocr 2020-02-07 12:36:49 +11:00
d219b8749a Add diagrams 2020-02-07 01:56:26 +09:00
eb46fb3ed4 add vidgear 2020-01-30 17:30:58 +08:00
7776f72f02 Add python-ds 2020-01-29 14:23:00 +05:30
ee12e1fa52 Added Arrow to Dates & Times
My personal favorite datetime module
2020-01-27 00:16:15 -07:00
c041ba4117 Add Karate Club
Karate Club is an unsupervised machine learning extension library for NetworkX.

Karate Club consists of state-of-the-art methods to do unsupervised learning on graph structured data. To put it simply it is a Swiss Army knife for small-scale graph mining research. First, it provides network embedding techniques at the node and graph level. Second, it includes a variety of overlapping and non-overlapping community detection methods. Implemented methods cover a wide range of network science (NetSci, Complenet), data mining (ICDM, CIKM, KDD), artificial intelligence (AAAI, IJCAI) and machine learning (NeurIPS, ICML, ICLR) conferences, workshops, and pieces from prominent journals.
2020-01-25 21:27:10 +00:00
384c1ef596 Merge pull request #1456 from danielloader/patch-1
Add httpx
2020-01-18 18:05:35 +08:00
52c6487b21 Add httpx
Async friendly http client from the same authors of starlette and uvicorn.
2020-01-17 19:53:30 +00:00
34566a981e cleanup 2020-01-13 23:37:58 +08:00
62c7e3bf71 cleanup 2020-01-13 23:25:40 +08:00
e6483b9e19 add typeshed 2020-01-13 23:22:39 +08:00
74a918f526 cleanup 2019-12-21 15:22:03 +08:00
97f7619035 Merge branch 'master' of https://github.com/vinta/awesome-python 2019-12-21 15:21:02 +08:00
5841e70379 move poetry 2019-12-21 15:20:55 +08:00
8894b0677f Merge pull request #1447 from rerpha/master
Add Vulture to code analysis tools
2019-12-21 10:14:36 +08:00
338e907c42 Merge pull request #1 from rerpha/add_vulture
add vulture to code analysis tools
2019-12-16 22:22:19 +00:00
9e654a2d62 add vulture to code analysis tools 2019-12-16 22:21:05 +00:00
864d305aa8 Update issue templates 2019-12-16 00:10:24 +08:00
7f3fb265f8 remove stale bot 2019-12-16 00:04:23 +08:00
dff36d08d7 Merge pull request #1436 from euribates/add-refactoring
Add new section Refactoring
2019-12-16 00:00:46 +08:00
c22978bcfa Merge pull request #1252 from tsunammis/master
Add 'tartiflette', 'tartiflette-aiohttp' and 'tartiflette-asgi' for Python 3.6.
2019-12-15 23:59:34 +08:00
2703043899 add ASGI Servers 2019-12-15 23:53:51 +08:00
fb65585b05 update URL 2019-12-15 23:45:45 +08:00
cd89bafdb0 Merge pull request #1399 from miwojc/patch-1
Added Kornia to Computer Vision
2019-12-15 23:44:22 +08:00
8d36e10527 remove pipenv 2019-12-15 23:41:06 +08:00
f543332dfc Adds dry-python/returns
Link: https://github.com/dry-python/returns

Currently it is the only typed monads implementation I know.

Related:
- https://returns.readthedocs.io/en/latest/
- https://github.com/dry-python/classes
- https://sobolevn.me/2019/02/python-exceptions-considered-an-antipattern
- https://sobolevn.me/2019/03/enforcing-srp
- https://github.com/typeddjango/awesome-python-typing
2019-11-22 22:44:29 +03:00
bfa5e158be Added new section Refactoring 2019-11-20 16:59:37 +00:00
6b9206204e Merge pull request #1360 from ebogucka/update-pywin32-link
Update PyWin32 link
2019-11-08 09:39:26 +08:00
0ee118a6d5 Update README.md
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-11-07 14:04:32 +01:00
3f8b448ff9 Update README.md
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-11-07 14:04:12 +01:00
c1281ff837 Update README.md
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-11-07 14:04:05 +01:00
fa140a2d30 cleanup 2019-11-07 17:28:12 +08:00
39de814986 don't post comments 2019-11-07 17:22:39 +08:00
2136c1d217 update stale.yml 2019-11-07 17:18:14 +08:00
1a578e6926 cleanup 2019-11-04 19:56:37 +08:00
62ee518260 add ujson 2019-11-04 00:53:43 +08:00
eeba5214c7 cleanup 2019-11-04 00:49:57 +08:00
77c2e22882 add orm 2019-11-04 00:38:16 +08:00
91ebca94b9 cleanup 2019-11-04 00:35:52 +08:00
a21b1c339e add SuperSQLite 2019-11-04 00:32:15 +08:00
769fc902b3 remove Telephus 2019-11-04 00:32:08 +08:00
8f5975746b Add 'tartiflette' an 'tartiflette-aiohttp' for Python 3.6. 2019-10-31 12:08:01 +01:00
9a1fdb2e3d add Probot config 2019-10-30 14:01:21 +08:00
dd785c0e52 Merge pull request #1403 from monujee/patch-1
Fixed typo
2019-10-26 00:23:01 +08:00
6f6b6788d4 Fixed typo 2019-10-25 15:25:03 +05:30
abc2540c0b Added Kornia to Computer Vision
Kornia is a differentiable computer vision library for PyTorch.
2019-10-22 22:29:27 +02:00
b0ebe51136 Merge pull request #1395 from m-alzam/master
Fix requests url
2019-10-20 01:16:31 +08:00
03c73f36f7 Fix requests url 2019-10-19 19:07:10 +02:00
1911803878 Merge pull request #1386 from c0a3bd/remove_Hackers_link
removed Resource > Website > Python Hackers due to dead link (status …
2019-10-17 22:51:26 +08:00