1316 Commits

Author SHA1 Message Date
Vinta
06cbd6252b cleanup 2019-05-25 17:32:14 +08:00
Vinta
88fabe5c18 add pythoncheatsheet.org Fixes #1253 2019-05-25 17:32:04 +08:00
Vinta
0e1820cb56
Merge pull request #1256 from OrkoHunter/pep8speaks
Add PEP 8 Speaks to Services -> Code Quality section
2019-05-25 17:24:52 +08:00
Vinta
e5e12357c6
Merge pull request #1143 from kelvins/fix_readme_index
Database comes before database driver
2019-05-25 14:02:42 +08:00
Vinta
3a9c23740b Fix broken links Fixes #1163 2019-05-25 14:01:44 +08:00
Vinta
e1577412f3 Fixes #815 2019-05-25 13:49:19 +08:00
Vinta
bd7719d45e remove FuckIt.py Fixes #1231 2019-05-25 13:33:01 +08:00
Vinta
0817581234 update descriptions again 2019-05-25 13:28:37 +08:00
Vinta
21c1c2cfc5 update descriptions 2019-05-25 13:22:39 +08:00
Vinta
2bae6b600d update PyPI URLs 2019-05-25 13:05:51 +08:00
Vinta
0e81565174 update Environment Management section 2019-05-25 13:05:39 +08:00
Vinta
54ccdd80e3
Merge pull request #1263 from mowshon/patch-1
Python Programmers Community in Russia [Website]
2019-05-18 19:39:00 +08:00
Koffi Sani
07e20c398e
Added django-bootstrap4 to Forms section 2019-04-03 13:46:29 +00:00
shahraiz ali
294c3b625e
awesome-django old link is down
please accept the new link
2019-04-02 13:09:22 +05:00
Student B
3551f3590b
Python Programmers Community in Russia 2019-03-20 18:15:43 +02:00
Dillon Stadther
0cca471d6b
Fix package repositories md link format 2019-03-19 17:31:13 -04:00
Himanshu Mishra
73ab75a37b
Add PEP 8 Speaks 2019-03-14 21:16:45 +05:30
Vinta
e294d63781 cleanup 2019-03-03 19:02:38 +08:00
Vinta
bb289a6804 cleanup 2019-03-03 18:53:05 +08:00
Vinta
af799243c8 refine 2019-03-03 18:47:53 +08:00
Vinta
024c5c9666 add dataclasses 2019-03-03 16:59:48 +08:00
Vinta
6e8a2d56a3 JWT 2019-03-03 16:56:57 +08:00
Vinta
9240f179cd cleanup 2019-03-03 16:56:13 +08:00
Vinta
daa46ceac5 remove apex 2019-03-03 16:16:02 +08:00
Vinta
92ef04fab8 cleanup Code Analysis 2019-03-03 16:15:52 +08:00
Vinta
461c33e222 rename 2019-03-03 16:15:35 +08:00
Vinta
598c569a33 add python-rapidjson 2019-03-03 15:47:33 +08:00
Vinta
ea576df14a add pysimdjson 2019-03-03 15:47:25 +08:00
Vinta
123592e3e7 cleanup 2019-03-03 15:47:14 +08:00
Vinta
161e4f1540 cleanup 2019-03-03 00:35:09 +08:00
Vinta
fa435573d9 cleanup 2019-03-02 23:47:37 +08:00
Vinta
a10314a4dc
Merge pull request #1170 from jmargeta/patch-1
Add Ray to Cluster computing
2019-02-18 12:21:42 +08:00
Vinta
4632bc6420
Merge pull request #1220 from MikeTheWatchGuy/master
Updated PySimpleGUI info (this project was previously merged)
2019-02-12 01:53:15 +08:00
Vinta
45ad656dfb
Merge pull request #831 from astrofra/master
Adding Harfang3D to Game development section
2019-02-12 01:51:50 +08:00
Asad Dhamani
0648d4b67c
Add StanfordNLP 2019-02-03 01:50:44 +05:30
Van-Duyet Le
736868b5ca
Update README.md 2019-01-28 15:08:58 +07:00
MikeTheWatchGuy
06c6c976e8 Updated PySimpleGUI info 2019-01-26 13:23:49 -05:00
John Cupitt
7a89993e8f update URL
since pyvips has a new home
2019-01-08 17:51:42 +00:00
intagger
b0837508d9 Fixed PySDL2 URL. 2018-12-30 12:20:27 +03:00
Vinta
c79a2331aa fix the broken link Fixes #1207 2018-12-20 14:49:54 +08:00
Vinta
246e057650 move hashids to Text Processing section Fixes #1202 2018-12-02 03:18:29 +08:00
Neil Halelamien
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
Shay Elmualem
aca1541ed3
Updated to the (new) github link 2018-10-27 23:06:13 +03:00
Crypto Jerônimo
9fd5458caf Add the "Test and Code" podcast. 2018-10-26 18:44:12 +01: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
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