Daniel Ingram
4896fae205
Added robotics section
2018-09-16 16:57:51 -04:00
Vinta
d15d4c4492
Merge pull request #827 from evhub/master
...
Adds Coconut
2018-09-10 12:50:19 +08:00
Vinta
f8d2082a49
add py-spy
2018-09-10 12:46:22 +08:00
Vinta
70187db194
Merge pull request #1106 from dbieber/patch-1
...
nit: remove hyphen in "python-fire"
2018-09-04 00:58:33 +08:00
Joseph Mancuso
46db664663
Update README.md
2018-08-26 21:16:58 -04:00
David Bieber
48972683b6
remove hyphen in "python-fire"
2018-08-15 13:19:10 -04:00
Vinta
8a42cf6d78
add PyFilesystem2
2018-08-13 00:57:30 +08:00
John Cupitt
93c18d44f6
add pyvips
...
pyvips is a binding for the libvips image processing library. It's
fast and only needs a little memory. For example, on this benchmark:
https://github.com/jcupitt/libvips/wiki/Speed-and-memory-use
It's 3x faster than ImageMagick and needs 5x less memory.
pyvips works on all python versions on all platforms, is LGPL, can be
simply installed with pip, has complete documentation, has a large test
suite and has no memory leaks.
2018-08-04 12:39:44 +01:00
Vinta
7a7041531a
Merge pull request #1086 from stoksc/patch-1
...
Update Passlib hyperlink in README.md
2018-08-04 18:49:40 +08:00
Vinta
6319966417
rename
2018-08-04 18:47:39 +08:00
Vinta
74b235f5d6
cleanup
2018-08-04 18:47:00 +08:00
Vinta
22e00d8c16
move SCOOP to Concurrency and Parallelism Fixes #1047
2018-08-04 18:46:48 +08:00
Vinta
cbf7ed2bc6
add Motor Fixes #1091
2018-08-04 18:27:52 +08:00
Vinta
d77b8f1168
add awesome-asyncio
2018-08-04 18:11:39 +08:00
Vinta
be6fba1e49
cleanup
2018-08-04 18:11:26 +08:00
MikeTheWatchGuy
1f6ecb908c
Added PySimpleGUI
...
Added PySimpleGUI to the list of GUI frameworks.
It's a new package that enables creation of custom GUIs in very few lines of clear, easy to read Python code.
None of the other simplified GUI frameworks come close to this kind of design.
2018-08-03 15:36:17 -04:00
Vinta
80a8705ee1
Merge pull request #1099 from florianwiech/master
...
added Vibora, fast, efficient and asynchronous Web framework
2018-08-03 00:31:36 +08:00
Florian Wiech
1b22a95653
added Vibora
2018-08-02 08:45:01 +02:00
Vinta
2d4f71dd0a
add a sub-section
2018-07-24 11:08:19 +08:00
Vinta
2e63fb624d
Merge pull request #1032 from gruns/master
...
Add IceCream to Debugging Tools/Other.
2018-07-05 14:39:48 +08:00
Vinta
73ab8d405a
Merge pull request #1090 from fzapfack/patch-1
...
add H2O to machine learning section
2018-07-05 14:38:00 +08:00
ZAPFACK Fabrice
42c7226488
add H2O to machine learning section
2018-07-05 08:08:26 +02:00
Bradley Laney
21c57587e7
Update Passlib hyperlink in README.md
2018-06-24 23:50:28 -04:00
Vinta
e50fb9a215
Merge pull request #1076 from keon/patch-1
...
Update algorithms project
2018-06-06 23:49:09 +08:00
Keon
dd2577fe33
Update algorithms project
2018-06-06 07:59:17 -04:00
Vinta
70cb25b216
Merge pull request #1075 from dbader/patch-1
...
Add Real Python to Resources section
2018-06-06 00:44:48 +08:00
Dan Bader
ee6538818e
Add Real Python to Resources section
2018-06-02 21:23:45 -07:00
Vinta
2b730187c4
Merge pull request #1072 from Ferenc-/master
...
Add Pyre
2018-05-26 16:01:51 +08:00
Ferenc-
40213f70fb
Add Pyre
2018-05-25 10:15:17 +02:00
Vinta
7a392ee789
Merge pull request #1068 from metakermit/patch-1
...
add Python for Social Good list
2018-05-04 23:47:35 +08:00
Dražen Lučanin
b8ecf262e9
add Python for Social Good list
2018-05-04 15:34:02 +02:00
Vinta
42b0478d3f
Merge pull request #1067 from ziofil/master
...
Update README.md - added QuTiP library in science section
2018-05-04 17:17:11 +08:00
ziofil
c01f308c73
Update README.md
2018-05-04 10:52:35 +02:00
Vinta
70cf6a4815
Merge pull request #1063 from seth-stansberry/grammar
...
Update README.md Grammar
2018-04-30 11:52:27 +08:00
Seth
55848e4b08
Update README.md Grammar
...
Edit lines to conform more closely with contribution guidelines:
* Add periods to some lines to make them more consistent with each other.
* Correct case in some lines to be more constant with each other.
2018-04-29 23:45:14 -04:00
Vinta
c68b0f09a5
Merge pull request #1060 from orsinium/textdistance
...
Add TextDistance
2018-04-25 01:02:54 +08:00
Vinta
031539e877
Merge pull request #1061 from harshgupta7/master
...
Added Entry to Recommender System
2018-04-25 01:02:11 +08:00
Harsh Gupta
445de8b864
Update README.md
2018-04-24 11:34:20 -04:00
Gram
6290239304
add textdistance
2018-04-24 12:19:32 +05:00
Gram
d5d948d302
Merge remote-tracking branch 'vinta/master'
2018-04-24 12:15:13 +05:00
Vinta
692e9bfe8e
Merge pull request #1059 from filipefilardi/master
...
Improve web crawler section
2018-04-23 11:48:39 +08:00
Filipe Filardi
58f15f2bd5
Fix web crawler url
2018-04-22 18:18:59 -03:00
Filipe Filardi
9b8f935f2c
Improve the concept of web crawling
2018-04-22 18:17:56 -03:00
Vinta
21ab061232
update mkdocs config
2018-04-11 02:11:11 +08:00
Vinta
8625433c3f
Merge pull request #1049 from PetrochukM/patch-1
...
Add PyTorch-NLP
2018-04-10 11:59:51 +08:00
Vinta
ef562f6833
Merge pull request #1050 from FavioVazquez/patch-1
...
Add Optimus to Data Analysis section
2018-04-10 11:59:13 +08:00
Favio André Vázquez
cfbf5723ac
Add Optimus to Data Analysis section
2018-04-09 17:41:15 -05:00
Michael Petrochuk
524b5863b7
Remove Extra Whitespaces
2018-04-09 05:58:41 -07:00
Michael Petrochuk
65be3207f6
Add PyTorch-NLP
...
PyTorc
2018-04-09 05:55:27 -07:00
Vinta
53221fe3f9
Merge pull request #1043 from markusschanta/master
...
Add link to awesome-jupyter in Interactive Interpreter section
2018-04-06 01:49:56 +08:00