2015 年十大年最流行的Python库

jopen 8年前

在这篇文章中,我们将看看在2015年最流行的Python库。
 

10 Most Popular Python Libraries Started in 2015

1. Keras

Keras is a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.

2. yapf

A formatter for Python files. YAPF takes a different approach. It's based off of 'clang-format', developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code didn't violate the style guide. The idea is also similar to the 'gofmt' tool for the Go programming language: end all holy wars about formatting - if the whole code base of a project is simply piped through YAPF whenever modifications are made, the style remains consistent throughout the project and there's no point arguing about style in every code review.

3. tqdm

tqdm (read taqadum, تقدّم) means "progress" in arabic. A fast, extensible progress bar for Python.

4. pyvim

An implementation of Vim in Python.

5. snake

Snake lets you use Python to its fullest extent to write Vim plugins.

6. reverse-geocoder

A fast, offline reverse geocoder in Python.

7. pyxley

Python helpers for building dashboards using Flask and React.

8. pupy

Pupy is an opensource, multi-platform remote Administration Tool with an embedded Python interpreter. Pupy can load python packages from memory and transparently access remote python objects. Pupy can communicate using different transports and have a bunch of cool features & modules.

9. tomorrow

Magic decorator syntax for asynchronous code in Python 2.7

10. ibis

Big data the Pythonic way. Productivity-centric Python data analysis framework for Analytic SQL and Hadoop, with high performance extensions for Impala. Co-founded by the creator of pandas http://blog.ibis-project.org

来自: http://blog.apcelent.com/most-popular-python-library-2015.html