Commit Graph

1447 Commits

Author SHA1 Message Date
736868b5ca Update README.md 2019-01-28 15:08:58 +07:00
06c6c976e8 Updated PySimpleGUI info 2019-01-26 13:23:49 -05:00
f36c7f919c Merge pull request #1210 from lessneek/master
Fixed PySDL2 URL.
2019-01-22 11:24:39 +08:00
b0837508d9 Fixed PySDL2 URL. 2018-12-30 12:20:27 +03:00
c79a2331aa fix the broken link Fixes #1207 2018-12-20 14:49:54 +08:00
246e057650 move hashids to Text Processing section Fixes #1202 2018-12-02 03:18:29 +08:00
76b7b096b0 Merge pull request #1189 from neilsh/patch-1
Fix broken URL for ConfigObj library
2018-11-02 10:58:36 +08:00
39f63790c2 Fix broken URL for ConfigObj library
New URL is to Python 3 compatible port of the original library, blessed by original creator
2018-11-01 17:15:09 -07:00
5d724b85f9 Merge pull request #1182 from Norbinsh/master
Updated to the (new) github link
2018-10-28 14:22:54 +08:00
aca1541ed3 Updated to the (new) github link 2018-10-27 23:06:13 +03:00
9fd5458caf Add the "Test and Code" podcast. 2018-10-26 18:44:12 +01:00
c6e4ec0ee4 Merge pull request #1172 from sivu1/master
[#1168] fix broken link
2018-10-23 12:06:14 +08:00
2962c854fc [#1168] fix broken link 2018-10-23 00:52:38 +02:00
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
f24b49de18 Merge pull request #1169 from yuokada/patch-1
Fix pyparsing link
2018-10-22 11:49:40 +08:00
2aa6e2a1c9 Fix pyparsing link 2018-10-21 22:15:53 +09:00
969eac865d Merge pull request #1100 from MikeTheWatchGuy/patch-1
Added PySimpleGUI
2018-10-21 11:25:01 +08:00
03a9f1053e Merge pull request #1125 from daniel-s-ingram/master
Added robotics section
2018-10-17 01:23:56 +08:00
112aa610e2 readme: database comes before database driver 2018-10-02 22:34:09 -03:00
4896fae205 Added robotics section 2018-09-16 16:57:51 -04:00
d15d4c4492 Merge pull request #827 from evhub/master
Adds Coconut
2018-09-10 12:50:19 +08:00
f8d2082a49 add py-spy 2018-09-10 12:46:22 +08:00
70187db194 Merge pull request #1106 from dbieber/patch-1
nit: remove hyphen in "python-fire"
2018-09-04 00:58:33 +08:00
46db664663 Update README.md 2018-08-26 21:16:58 -04:00
48972683b6 remove hyphen in "python-fire" 2018-08-15 13:19:10 -04:00
8a42cf6d78 add PyFilesystem2 2018-08-13 00:57:30 +08:00
7a7041531a Merge pull request #1086 from stoksc/patch-1
Update Passlib hyperlink in README.md
2018-08-04 18:49:40 +08:00
6319966417 rename 2018-08-04 18:47:39 +08:00
74b235f5d6 cleanup 2018-08-04 18:47:00 +08:00
22e00d8c16 move SCOOP to Concurrency and Parallelism Fixes #1047 2018-08-04 18:46:48 +08:00
cbf7ed2bc6 add Motor Fixes #1091 2018-08-04 18:27:52 +08:00
d77b8f1168 add awesome-asyncio 2018-08-04 18:11:39 +08:00
be6fba1e49 cleanup 2018-08-04 18:11:26 +08:00
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
80a8705ee1 Merge pull request #1099 from florianwiech/master
added Vibora, fast, efficient and asynchronous Web framework
2018-08-03 00:31:36 +08:00
1b22a95653 added Vibora 2018-08-02 08:45:01 +02:00
2d4f71dd0a add a sub-section 2018-07-24 11:08:19 +08:00
2e63fb624d Merge pull request #1032 from gruns/master
Add IceCream to Debugging Tools/Other.
2018-07-05 14:39:48 +08:00
73ab8d405a Merge pull request #1090 from fzapfack/patch-1
add H2O to machine learning section
2018-07-05 14:38:00 +08:00
42c7226488 add H2O to machine learning section 2018-07-05 08:08:26 +02:00
21c57587e7 Update Passlib hyperlink in README.md 2018-06-24 23:50:28 -04:00
e50fb9a215 Merge pull request #1076 from keon/patch-1
Update algorithms project
2018-06-06 23:49:09 +08:00
dd2577fe33 Update algorithms project 2018-06-06 07:59:17 -04:00
70cb25b216 Merge pull request #1075 from dbader/patch-1
Add Real Python to Resources section
2018-06-06 00:44:48 +08:00
ee6538818e Add Real Python to Resources section 2018-06-02 21:23:45 -07:00
2b730187c4 Merge pull request #1072 from Ferenc-/master
Add Pyre
2018-05-26 16:01:51 +08:00
40213f70fb Add Pyre 2018-05-25 10:15:17 +02:00
7a392ee789 Merge pull request #1068 from metakermit/patch-1
add Python for Social Good list
2018-05-04 23:47:35 +08:00
b8ecf262e9 add Python for Social Good list 2018-05-04 15:34:02 +02:00
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