Commit Graph

1637 Commits

Author SHA1 Message Date
Vinta
c6e4ec0ee4
Merge pull request #1172 from sivu1/master
[#1168] fix broken link
2018-10-23 12:06:14 +08:00
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
Vinta
f24b49de18
Merge pull request #1169 from yuokada/patch-1
Fix pyparsing link
2018-10-22 11:49:40 +08: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
Vinta
03a9f1053e
Merge pull request #1125 from daniel-s-ingram/master
Added robotics section
2018-10-17 01:23:56 +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
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