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
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
Tom V
7a45582c12
Add Pyflame
2018-03-01 13:33:51 +00:00
Vinta
a9fb5df42c
remove mysql-python
2018-02-28 16:58:06 +08:00
Vinta
d70459f71c
clean up
2018-02-28 16:49:38 +08:00
Vinta
dab3a42d8c
add Built-in Classes Enhancement section
2018-02-28 14:51:24 +08:00
Vinta
03febfe4a4
rename Imagery
2018-02-28 14:47:39 +08:00
Joseph Mancuso
bbcaa3722e
Adds Masonite Python framework to Web Frameworks
2018-02-23 22:19:38 -05:00
Vinta
226caa5461
Fix the link Fixes #1027
2018-02-24 02:38:58 +08:00
Vinta
d748441c71
refine
2018-02-18 20:48:32 +08:00
Vinta
3e04c1a951
refine
2018-02-18 20:21:10 +08:00
Vinta
a6f0d92b58
clear
2018-02-18 20:11:37 +08:00
Vinta
86d990411b
add CodeFactor
2018-02-18 20:08:17 +08:00
Vinta
5ad7c51ebb
refine
2018-02-18 19:59:26 +08:00
Vinta
fcfe1cea2f
add a link to awesome-static-analysis
2018-02-18 19:58:56 +08:00
Vinta
da38800e34
Merge pull request #983 from KelSolaar/patch-1
...
Add "Colour".
2018-02-15 15:04:31 +08:00
Sushant Rao
e4c0bf375a
Python-pptx added to Awesome List!
2018-02-14 22:08:29 -05:00
Semen Zhydenko
6904ffc7c2
complier -> compiler
2018-02-05 19:35:19 +01:00
Vinta
9aadfc73bd
Merge pull request #980 from ucg8j/patch-1
...
Add Dash - web app framework
2018-02-02 00:10:04 +08:00
Vinta
354ad648d1
remove arrow
2018-02-02 00:04:16 +08:00
Vinta
1e2f32b6f5
Merge pull request #956 from mindflayer/master
...
Adding Mocket
2018-01-31 01:50:32 +08:00
Oscar Landry L
ef7530598c
API for every website
...
add toapi project like web content extracting tool
2018-01-23 11:09:02 +01:00
Vinta
6f3288a1a7
add prospector
2018-01-20 23:03:06 +08:00
night-crawler
afd2802b39
Added MonkeyType to 'Code Analysis and Linter'
2018-01-19 12:16:30 +03:00
Vinta
49be2f4dbc
Merge pull request #1006 from kbakba/patch-1
...
Add Eel to GUI section
2018-01-17 19:49:51 +08:00
Líkið Geimfari
2aa30692ac
Update README.md
2018-01-10 20:00:19 +03:00
Aleksey Ostapenko
34590e7cc8
Add Eel to GUI section
...
Eel is small lightweight library, which wraps your web-based application to run as desktop application.
2018-01-10 14:08:33 +03:00
RajaRaviVarma
c5254bfefa
Remove trailing whitespace
...
* Removed trailing whitespace from one of the list entries.
2018-01-02 13:55:00 +05:30
TJ
7d4cf94099
Updated Date and Time to add Maya
...
Maya: Datetimes for Humans™
https://travis-ci.org/kennethreitz/maya.svg?branch=master
Datetimes are very frustrating to work with in Python, especially when dealing with different locales on different systems. This library exists to make the simple things much easier, while admitting that time is an illusion (timezones doubly so).
2017-12-30 21:18:49 -05:00
Vinta
e522abd070
Merge pull request #957 from nbrochu/master
...
Added Serpent.AI
2017-12-29 11:14:33 +08:00
0x6a6f7368
c1a0005dbd
Fixed link and description for Sentry.
...
It makes more sense to include the Python client to Sentry, `raven`, than include the server software itself.
2017-12-17 22:57:49 -05:00
nnmalex
60ee330cc2
Update README.md
...
Fixed link for pyparser
2017-12-11 16:09:26 +00:00
Thomas Mansencal
331a500902
Add "Colour".
2017-12-02 22:51:52 +13:00
Vinta
1dac24cdaf
Merge pull request #946 from dmadeka/patch-1
...
Adding bqplot to the data visualization section
2017-12-01 01:41:44 +08:00
Luke Singham
3653989680
Add Dash - web app framework
2017-11-24 10:00:37 +00:00
Ashish Gupta
0d3cdf6ef2
Improved Podcasts info
...
Improved Podcasts section and added list of podcasts.
2017-11-22 18:28:05 +05:30
Patryk Zawadzki
8bae66a5a8
Drop "Python" from Saleor's description
2017-11-20 11:54:13 +01:00
Patryk Zawadzki
db807fbaf2
Add Saleor to e-commerce section
2017-11-20 11:22:06 +01:00
Vadim Klimenko
2533f0c3f1
Add Django-channels to WebSocket section
2017-11-13 14:36:07 +02:00
James Kirk
f60dea2e8e
Adds TensorRec
...
TensorRec is a Python recommendation system that allows you to quickly develop recommendation algorithms and customize them using TensorFlow. TensorRec lets you to customize your recommendation system's embedding functions and loss functions while TensorRec handles the data manipulation, scoring, and ranking to generate recommendations.
You can read a blog post I wrote about the project here: https://medium.com/@jameskirk1/tensorrec-a-recommendation-engine-framework-in-tensorflow-d85e4f0874e8
2017-10-30 16:09:26 -04:00
gtseres
f65fbbb2b8
Adding apistar in the REST APIs section
2017-10-27 13:54:07 +03:00
Nicholas Brochu
ca2f23e06f
Added Serpent.AI
2017-10-17 12:26:13 -04:00
Giorgio Salluzzo
e5483df3ac
Adding Mocket.
2017-10-17 11:06:01 +02:00
nnikolic72
f938c18608
Added mypy and Static Type Checker section
2017-10-14 18:10:28 +02:00
Gunjan Modi
7dac4bd939
Updated README.md
...
Added django-jetand djadmin into Admin Panels section
2017-10-10 13:35:30 +05:30
Dhruv Madeka
a5b1a866c8
Adding bqplot to the data visualization section
...
bqplot is one of the leading libraries in using the Jupyter widgets infrastructure to enable seamless interactive plotting!
2017-10-04 15:02:30 -04:00
Vinta
fca8f1cd8e
Merge pull request #694 from mirceaulinic/CF-ADD-NAPALM
...
Adding NAPALM
2017-10-01 11:22:04 -05:00
Enteleform
6516baaa55
added "mouse" and "keyboard" by @boppreh to "Hardware"
2017-09-20 01:24:51 -04:00
mbarkhau
bc8126b3a3
Add Dask to MapReduce Section
2017-09-15 09:07:24 +02:00
Vinta
4b9feb59b1
Merge pull request #875 from jwodder/attrs
...
Add attrs
2017-09-15 13:50:10 +08:00
Vinta
1ecafed464
refine
2017-09-14 13:58:00 +08:00
Vinta
99b30faf60
add polyglot Fix #610
2017-09-14 13:58:00 +08:00
invzhi
79baacc706
Remove PySonar2
...
[PySonar2](http://www.yinwang.org/blog-cn/2017/04/18/close-source ) is no longer open source.
2017-09-13 09:24:00 +08:00
perey
4aa45bfd75
Re-add Cython to the list.
...
Commit 192305d
, which merged the "Implementations" and "High Performance" sections, erroneously merged the CPython and Cython entries into one.
2017-09-09 22:30:14 +08:00
Alvaro [Andor]
5b4a1e6a06
Update Authomatic URL
...
URL for Authomatic has changed, as old one is redirecting to a personal web page
2017-08-30 16:18:39 +02:00
Vinta
5be69dc8f7
add libffm
2017-08-20 14:25:44 +08:00
Vinta
bd2bb54db2
improve
2017-08-20 14:23:12 +08:00
Huang Huang
a436e942e2
add pypinyin
2017-08-05 23:28:45 +08:00
Joshua Li
a531ece6e2
Updated stale link name church -> mimesis.
2017-07-22 15:40:56 -04:00
Joshua Li
39b1266f3d
Update deprecated envoy in favor of delegator.py.
...
See https://github.com/kennethreitz/envoy/blob/master/README.rst for reference.
2017-07-22 15:40:16 -04:00
Miguel Piedrafita
a2ef5022eb
Manual fixes
2017-07-18 20:33:27 +02:00
Miguel Piedrafita
2578ea5b6e
Update README URLs based on HTTP redirects
2017-07-18 17:34:48 +01:00
Vinta
f9f4f20ac6
add Pipenv Fix #846
2017-06-05 01:22:31 +08:00
Vinta
add07d91ca
add Recommender Systems section
2017-05-25 02:55:25 +08:00
Vinta
08a01d6779
remove
2017-05-25 02:55:15 +08:00
Niko Schmuck
a25069d38f
Added awesome pysolr library to Search section.
2017-05-02 11:10:49 +02:00
Gautam
64cb24964f
Adding SimPy to the Science section
...
SimPy is a process-based discrete-event simulation framework.
2017-04-24 17:42:08 -07:00
Vinta
708e7a791e
refine
2017-04-24 21:20:25 +08:00
Abhinav Sharma
cfc163b3f8
Added pyAudioAnalysis
2017-04-20 21:14:35 +05:30
John T. Wodder II
b1145c8eb1
attrs is awesome.
2017-04-15 19:37:19 -04:00
Paul Brown
60cba77471
Update httplib2 link
...
The readme of https://github.com/jcgregorio/httplib2 says that repo is deprecated, and we should be using https://github.com/httplib2
2017-04-14 17:40:04 -05:00
Lion Krischer
7df872c2bc
Adding ObsPy
2017-04-12 14:27:04 +02:00
Vinta
eeee1907f3
Merge pull request #810 from r0x0r/master
...
Add pywebview
2017-04-06 22:40:37 +08:00
Matjaž Finžgar
359dcdbe2c
update README.md so it doesn't conflict
2017-04-04 16:06:27 +02:00
rreynold
71380ac2c4
Updated URL for CPython
...
CPython source officially moved to GitHub.
2017-03-31 14:59:29 -04:00
grun
fb552ad4a9
Update furl's description: 'A small Python library that makes parsing and manipulating URLs easy'.
2017-03-30 17:13:43 -07:00
Josiah Olson
978bcebbe4
Update README.md
...
solves issue #820 on vinta:awesome-python
2017-03-16 09:08:01 -04:00
Abner Chen
2557f542ec
Add python fire
2017-03-13 01:55:25 +08:00
Vinta
46e61da1fe
Merge pull request #837 from ravigadila/patch-1
...
Added forex-python
2017-03-07 09:28:37 +08:00
green16
c55eb4f078
fix Ajenti
2017-02-22 15:58:02 +03:00
Ravi kumar
4a3b30c312
Added forex-python
...
Forex Python is a real time Free Foreign exchange rates, currency conversion and Bit Coin to currency conversion. check [Docs](http://forex-python.readthedocs.io/en/latest/usage.html )
2017-02-22 14:54:08 +05:30
Vinta
d1891084a3
add mxnet to Deep Learning section
2017-02-15 11:42:13 +08:00
astrofra
ed7cd4f981
Adding Harfang3D to Game development section
2017-02-07 08:10:17 +01:00
Vinta
1c1cd316cc
add LightFM to Machine Learning section
2017-02-03 04:25:25 +08:00
Vinta
e865d028d9
Merge pull request #787 from preactive/patch-1
...
Added Web2py to Web Frameworks
2017-02-02 15:47:22 +08:00
Vinta
3acd416ce0
Merge pull request #798 from nvdv/patch-1
...
Add vprof to profilers section
2017-02-02 14:42:34 +08:00
Jonathan Hong
2a07c9155c
Resolved Issue #821
...
Included period at the end
2017-02-01 20:46:58 -08:00
Jonathan Hong
e22c3fa8f4
Resolve Issue #821
...
Added xgboost library
2017-02-01 20:43:15 -08:00
Vinta
2df8bcf08a
Merge pull request #826 from yeisonvargasf/master
...
Adding Pytorch: deep learning framework that puts Python first.
2017-02-01 01:56:51 +08:00
Yeison Vargas
95a64f856c
Fixing wrong order in Deep Learning section (My fault).
2017-01-31 12:14:25 -05:00
Evan Hubinger
c772e05046
Adds Coconut
2017-01-30 23:57:52 -08:00
Yeison Vargas
f1b462421c
Adding Pytorch: deep learning framework that puts Python first.
2017-01-30 12:25:16 -05:00
Nicolas HUG
9f161deb04
Add surprise
2017-01-30 11:10:32 +01:00
Michael Messmer
8af855ddd6
Fixed dup http://
...
fixed as @Dith3r pointed out
2017-01-27 13:21:03 -08:00
conradlink
df87810057
Remove pycrypto ( vinta/awesome-python#819 )
...
It appears pycrypto is no longer maintained and has known vulnerabilities, see:
dlitz/pycrypto#176
dlitz/pycrypto#173
Appears that larger projects (paramiko, ansible, twisted) have moved over to PyCA's cryptography, which is already on the list.
2017-01-27 08:24:57 -05:00
Sébastien Eustace
8a74bb0ae3
Merge branch 'master' into add-orator
2017-01-18 14:35:31 -05:00
Vinta
a343182ac3
Merge pull request #774 from mikeckennedy/master
...
Added talk python twitter, and python bytes podcast
2017-01-18 14:52:33 +08:00
robinxb
91ce81d543
logbook url change
2017-01-16 14:42:26 +08:00
Gaeulbyul
ae665652b1
Fix mutagen link to Github
...
mutagen moved from Bitbucket (https://bitbucket.org/lazka/mutagen ) to Github (https://github.com/quodlibet/mutagen )
2017-01-14 10:49:13 +09:00
thinwybk
192305d6ae
change: merged section "High Performance" into "Implementations"
2017-01-11 20:19:34 +01:00
thinwybk
d26f94ba37
add: grumpy
...
https://opensource.googleblog.com/2017/01/grumpy-go-running-python.html
2017-01-10 19:58:19 +01:00
thinwybk
3d8a5b9c4b
change: format cleanup
2017-01-10 19:52:46 +01:00
thinwybk
86e2da0dfa
change: resolve merge conflicts
2017-01-10 19:52:09 +01:00
thinwybk
01aabaad17
Merge branch 'master' into master
2017-01-10 19:50:48 +01:00
Roman
5f12731fab
Add pywebview
2017-01-09 16:29:38 +02:00
Vinta
7a097fe598
refine categories
2017-01-07 20:25:14 +08:00
Vinta
ad1a3e58a3
add lptrace to Debugger section
2017-01-07 20:08:11 +08:00
Ionel Cristian Mărieș
beb08bfb6b
Merge branch 'master' into patch-1
2017-01-07 14:02:20 +02:00
Mircea Ulinic
346b8662de
Merge branch 'master' into CF-ADD-NAPALM
2017-01-06 23:46:55 +00:00
Kiseok Kim
b7e81cc4ab
fix a broken link.
2016-12-22 19:16:18 +09:00
Vinta
b3aa2e99df
Merge pull request #773 from rogersachan/patch-1
...
Adds MagicPython
2016-12-22 14:42:53 +08:00
Roger
6aa55bc9aa
Add mention of other IDEs
2016-12-21 11:32:04 -05:00
Abhinav Sharma
050bcd0d37
Updated the High Performance node
...
This commit adds the Pyjion implementation headed by the Microsoft team. Hope you add this one soon 👍
2016-12-18 19:43:04 +05:30
nvdv
b3197ea138
Add vprof to profilers section
2016-12-17 13:22:28 +03:00
Daniel Schep
af37499764
Switch boto to boto3
...
Boto3 is the current up to date version of boto. Despite what the name implies, it is also python 2.6 and 2.7 compatible.
2016-12-15 19:06:24 -05:00
Vinta
6e52f02949
add nose2 Fix #785
2016-12-14 01:28:27 +08:00
Vinta
16fcb9a67e
fix typo
2016-12-14 01:25:26 +08:00
Vinta
308e3cb47b
remove django-oauth2-provider Fix #789
2016-12-14 01:24:54 +08:00
preactive
8439a7dd69
Added Web2py's pyDAL database ORM
...
Added pyDAL to ## ORM * Relational Databases section.
2016-12-05 13:39:55 -08:00
preactive
617222e213
Added Web2py to Web Frameworks
2016-12-05 13:20:38 -08:00
tylerlaberge
bd895b971f
Added PyPattyrn to design patterns sections.
2016-11-18 01:31:54 -05:00
tylerlaberge
62fadd1c0a
Added PyPattyrn to design patterns sections.
2016-11-18 00:15:13 -05:00
Michael Kennedy
40c422dfb9
Added talk python twitter, and python bytes podcast
2016-11-13 22:45:37 -08:00
Roger
a12e916507
Adds MagicPython
2016-11-13 03:25:45 -05:00
Roger
675c429278
Updated description
2016-11-12 17:59:03 -05:00
Roger
25e142b6aa
Adds VSCode and Python ext
2016-11-12 11:55:51 -05:00
Vinta
f526206cd1
sort
2016-11-12 22:34:01 +08:00
Vinta
f1e8cc88e3
sort README by alphabetical order
2016-11-12 22:27:45 +08:00
Vinta
60734b11e8
Merge pull request #753 from ctolib/patch-1
...
Update README.md
2016-11-08 17:30:58 +08:00
ctolib
d3e460f5fd
Update README.md
2016-11-08 17:13:10 +08:00
Vinta
4c9ca9c9ed
remove duplicate item: pattern
2016-11-06 19:14:44 +08:00
Vinta
a28f9f72ee
remove web.py and web2py
2016-11-06 16:23:34 +08:00
Vinta
2b3e427827
refine words
2016-11-06 16:12:37 +08:00
Vinta
83867dfbf2
refine
2016-11-06 16:05:46 +08:00
Vinta
1e910e62f0
Merge pull request #719 from yanchick/master
...
Add dataset database.
2016-11-04 00:25:56 +08:00
Yan Anisimov
008defbe67
Update README.md
...
Move dataset from database to orm
2016-11-03 21:19:35 +05:00
Eric Wang
988446671b
Fix minor en dash/hyphen inconsistencies
2016-10-30 14:58:50 -07:00
thinwybk (there is no way back)
a7869ddc2d
add: implementations of python
...
"Psyco" and "Unladen Swallow" not added, because seemed deprecated
2016-10-21 17:17:33 +02:00
ctolib
4afe8cc539
Update README.md
2016-10-21 17:04:12 +08:00
Vinta
6e957600cd
Merge pull request #696 from sdispater/add-pendulum
...
Add Pendulum to Date and Time libraries
2016-10-21 12:31:52 +08:00
Sébastien Eustace
a3adcdb118
Change list order
2016-10-20 15:11:46 -05:00
David Bothe
bd44d187ef
Updating pagan description
...
Proposing to update the pagan description, the previous version had grammar issues. Focused on the functionality rather than the name.
2016-10-19 15:45:34 +02:00
Kyle Maxwell
d924cfce2a
Fix minor typo
...
"poweres" is not a word
2016-10-17 00:58:34 -05:00
Matjaž Finžgar
06104fdb4c
add Sanic web server
2016-10-16 22:47:57 +02:00
Anshuman Suri
c21e36033f
Adding Keras.
2016-10-12 23:36:04 +05:30
Rustem Sayargaliev
6a0322d944
Fixed pypi url (warehouse)
2016-10-11 21:37:44 +02:00
Lk Geimfari
1d4a25a750
Update README.md
2016-09-29 16:09:22 +03:00
Vinta
61cc4633a6
Merge pull request #723 from lk-geimfari/patch-1
...
Added "church" to Testing[voices reached 20]
2016-09-29 04:20:22 +08:00
ypyf
5d347b2034
fix typo in README.md
2016-09-17 06:43:43 +08:00
Lk Geimfari
25e9c58013
Update README.md
2016-09-13 20:04:09 +03:00
Vinta
8efa6abcc8
Merge pull request #713 from sojin/master
...
Add seaborn
2016-09-13 14:36:56 +08:00
Yaroslav Ilin
a936fd1d2d
xhtml2pdf is officially deprecated in favor of WeasyPrint
2016-09-11 12:18:25 +03:00
Yan Anisimov
3937a84076
Update README.md
...
Append a database for lazy people.
2016-09-08 10:01:43 +05:00
Sojin
8d07d55f40
Add seaborn
...
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
2016-08-28 20:25:08 +08:00
Vinta
e5601f568e
Merge pull request #678 from xiaopeng163/master
...
add uvloop the fast implementation of asyncio event loop on top of libuv.
2016-08-21 01:08:01 +08:00
Swaraj Rao
947a56221b
Readme: Fix link for faker
...
Fixed link for the Faker library
Closes https://github.com/vinta/awesome-python/issues/700
2016-08-19 23:31:08 +05:30
Sébastien Eustace
94162133c4
Adds Pendulum to Date and Time libraries
2016-08-16 09:51:41 -05:00
Mircea Ulinic
cd136c270b
Adding NAPALM
2016-08-15 09:37:37 +00:00
Vinta
d325d17f66
update README
2016-08-11 23:11:43 +08:00
Blake Oliver
4fc2baae4f
Replace broken Cool Github Projects website with active subreddit of the same name and purpose
2016-08-01 06:44:02 -04:00
zhulongcheng
dc7080d3a6
Fix a link
2016-07-20 10:54:27 +08:00
Peng Xiao
3bc105e24f
add uvloop
...
Ultra fast implementation of asyncio event loop on top of libuv.
2016-07-08 07:45:14 +08:00
James Spurin
8506951fe7
Add xmldataset
...
To 'Libraries for working with HTML and XML'
https://xmldataset.readthedocs.io
2016-06-28 09:39:19 +01:00
José Carlos García
29fba1f47e
Update Podcast.ini name
2016-06-24 16:01:21 +02:00
José Carlos García
eabe995034
Remove redundat text
2016-06-24 09:00:55 +02:00
José Carlos García
1a5fa6961b
Create Podcasts section under Resources
2016-06-24 08:58:12 +02:00
quobit
a769ffccd7
Added two podcasts to Weekly Resources
2016-06-23 23:38:43 +02:00
zhulongcheng
e6cf91b8ea
Fix a link
2016-06-20 18:04:39 +08:00
Stan Bright
7d8a16e0e7
Add 'Awesome Ptyhon @LibHunt' to the Resources/Websites section
2016-06-13 10:43:20 +03:00
lovincyrus
8ec0ba9c1d
Missing space - pydeep, ML
2016-05-21 00:15:08 -07:00
Vinta
fcb8d0d505
add ChatOps section
2016-05-17 14:03:11 +08:00
Guillaume Binet
88087430b7
Errbot chatbot ( http://errbot.io )
...
The easiest and most popular chatbot to implement ChatOps in Python.
Very gentle learning curve but very powerful once you start to master
the tool (conversation flows, security, markdown formatting and
template, ...). It comes with developer friendly text and graphical
consoles to debug your plugins easily.
It is compatible out of the box with Slack, Hipchat, XMPP, IRC and lot
more. But you can also extend it easily to support a custom chat system.
Already 300+ public plugins are available !
Check out the list here: https://github.com/errbotio/errbot/wiki
2016-05-16 09:42:20 -07:00
Vinta
1a2cafdfcb
add Codecov and Landscape
2016-05-09 18:06:33 +08:00
Vinta
cf70e7903b
add CodeTengu Weekly
2016-05-09 18:06:11 +08:00
Vinta
485cd9dba3
fix or replace all of readthedocs links
2016-05-09 17:59:34 +08:00
zhulongcheng
c6a16158be
Fix broken link for xlsxwriter
2016-05-09 17:14:37 +08:00
Vinta
77f35bfd87
add Serverless Frameworks section
2016-05-05 01:29:10 +08:00
Vinta
ecefc46acc
refine
2016-04-28 23:58:29 +08:00
Attila Tovt
181eae66c3
Fix links redirects
...
https://github.com/sshwsfc/django-xadmin => https://github.com/sshwsfc/xadmin
https://github.com/DRMacIver/hypothesis => https://github.com/HypothesisWorks/hypothesis-python
2016-04-21 08:04:23 +03:00
Attila Tovt
fe50451d7d
Add coala
2016-04-21 07:46:00 +03:00
Timothy Edmund Crosley
2db49edff7
Update README.md
2016-04-15 08:57:08 -07:00
Timothy Edmund Crosley
aa90c1cd27
Update README.md
2016-04-14 23:21:25 -07:00
Timothy Edmund Crosley
698fc3e26d
Update README.md
...
Adds hug, the fastest growing micro-service for Python
2016-04-13 11:27:20 -07:00
Vinta
9b8253083c
Merge pull request #588 from timofurrer/master
...
Add try - It's never been easier to try a package
2016-04-07 17:12:44 +08:00
Vinta
a0c26acd9c
add jsonschema
2016-04-03 03:00:03 +08:00
Vinta
bdca951db4
fix links
2016-04-03 02:59:47 +08:00
Vinta
e581264f5e
Merge pull request #595 from quobit/jinja_reallocated
...
Jinja2 repo reallocated to Pallets project
2016-04-03 02:47:11 +08:00
Vinta
ffc2366b3d
refine
2016-04-03 02:22:53 +08:00
José Carlos García
3ec8f19493
Jinja2 repo reallocated to pallets project
2016-04-02 19:24:48 +02:00
José Carlos García
f1a564dc58
Update two repos redirections
...
[Travis-CI Build #106 ](https://travis-ci.org/vinta/awesome-python/builds/119307253 ) has two issues:
> Links
1. 301 https://github.com/mitsuhiko/markupsafe → https://github.com/pallets/markupsafe
2. 301 https://github.com/mitsuhiko/itsdangerous → https://github.com/pallets/itsdangerous
2016-03-30 14:05:49 +02:00
Timo Furrer
a3b2140d92
Add try
2016-03-27 17:15:40 -07:00
Vinta
1f91dae718
fix a link
2016-03-27 19:20:26 +08:00
Grant Jenks
de1611517c
Added DiskCache reference under Caching
...
Added DiskCache reference under Caching.
2016-03-25 10:21:58 -07:00
Vinta
f184109b42
refine
2016-03-21 03:38:45 +08:00
Vinta
74c8446b24
add Cloud-Init to DevOps Tools section
2016-03-21 03:34:47 +08:00
Vinta
b2e6a7add8
Merge pull request #584 from acquayefrank/patch-1
...
Added a robust Natural Langauge Processing Library
2016-03-21 00:56:34 +08:00
Vinta
0b62a214b0
Merge pull request #504 from peterbrittain/master
...
Please add asciimatics
2016-03-20 23:40:24 +08:00
Vinta
e0fc823445
Merge pull request #564 from effigies/nipy
...
NeuroImaging in Python
2016-03-20 21:17:42 +08:00
Vinta
0c105fe931
move tox to Test Runner section
2016-03-20 21:11:52 +08:00
Vinta
aff4269e0f
remove some libs
2016-03-20 21:10:53 +08:00