1322 Commits

Author SHA1 Message Date
Sivasurya Santhanam
2962c854fc [#1168] fix broken link 2018-10-23 00:52:38 +02:00
Jan Margeta
39fe666fc7
Add Ray to Cluster computing
# What is this Python project?
Ray is a flexible, high-performance distributed execution framework. It achieves parallelism in Python with simple and consistent API.
Ray is particularly suited for machine learning and forms the base of libraries for deep and reinforcement learning, distributing processing of Pandas dataframes, or hyper parameter search.

# What's the difference between this Python project and similar ones?
 - Similar to Dask, see a comparison here:  https://github.com/ray-project/ray/issues/642
 - Allows to efficiently share large numpy arrays (or objects serializable with Arrow) between the processes, without copying the data and with only minimal deserialization
 - Achieves lower latency with bottom up scheduling
2018-10-22 22:22:25 +02:00
Yukihiro Okada
2aa6e2a1c9
Fix pyparsing link 2018-10-21 22:15:53 +09:00
Vinta
969eac865d
Merge pull request #1100 from MikeTheWatchGuy/patch-1
Added PySimpleGUI
2018-10-21 11:25:01 +08:00
Kelvin Salton do Prado
112aa610e2 readme: database comes before database driver 2018-10-02 22:34:09 -03:00
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
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
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
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
Keon
dd2577fe33
Update algorithms project 2018-06-06 07:59:17 -04:00
Dan Bader
ee6538818e
Add Real Python to Resources section 2018-06-02 21:23:45 -07:00
Ferenc-
40213f70fb
Add Pyre 2018-05-25 10:15:17 +02:00
Dražen Lučanin
b8ecf262e9
add Python for Social Good list 2018-05-04 15:34:02 +02:00
ziofil
c01f308c73
Update README.md 2018-05-04 10:52:35 +02: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
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
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
8625433c3f
Merge pull request #1049 from PetrochukM/patch-1
Add PyTorch-NLP
2018-04-10 11:59:51 +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
Markus Schanta
3dfebf67e6 Move awesome-jupyter link under the Jupyter Notebook (IPython) entry 2018-04-05 16:00:51 +00:00
Markus Schanta
3220c46fe4 Add link to awesome-jupyter in Interactive Interpreter section 2018-04-05 14:29:49 +00:00
Andriy Orehov
2bbc976bbf Update python version for standard library 2018-03-26 16:15:30 +03:00
Stefane Fermigier
7d2a98356c
pipelinedb is not implemented in Python 2018-03-18 18:14:23 +01:00
Priyanka Parikh
0e44979e08
Added Scoop
Added Scoop to algorithms section
2018-03-16 12:00:08 -07:00
Vinta
a9fac95846 add tmuxp 2018-03-08 22:04:32 +08:00
Vinta
4a78dd99b7 add kube-shell 2018-03-08 22:04:26 +08:00
Vinta
9a188d5cc4 clean up 2018-03-08 22:04:17 +08:00
Vinta
f7415cbc01 fix links Fixes #833 2018-03-08 21:52:46 +08:00
grun
e655926c49 Add IceCream to Debugging Tools/Other. 2018-03-07 19:57:04 -08:00