10 Most Stars Python Projects on GitHub

1、tensorflow/tensorflow

Stars:41347

TensorFlow™ is an open source software library for numerical computation using data flow graphs. The nodes (Nodes) represent mathematical operations in the graph, and the lines (edges) in the graph represent the multi-dimensional data arrays, that is, tensors, which are interconnected between nodes. Its flexible architecture allows you to perform computations on a variety of platforms, such as one or more CPUs (or GPUs) in desktop computers, servers, mobile devices, and more. TensorFlow was originally developed by researchers and engineers in the Google Brain group (part of Google's Machine Intelligence Research Institute) for research in machine learning and deep neural networks, but the generality of the system makes it widely available for other computations as well field.

2、vinta/awesome-python

Stars:27494

This open source project includes: a collection of Python-related frameworks, open source libraries, software, learning and other resources. With it, learn Python without fear!

3、jkbrzt/httpie

Stars:27432

HTTPie is an open source command-line HTTP toolkit that provides command-line interactive access to HTTP services.

4、pallets/flask

Stars:24304


 

Flask is a tiny web framework for Python development

5、nvbn/thefuck

Stars:23211

Developers have more or less been exposed to linux and the command line, and of course they must have been "fucked" by the command line. Many times I have made a command line error for trivial reasons, such as typing python as ptyhon, such as typing ls -alh as ls a-lh and causing an error, at this time I would like to say: "fuck".

The colleague who developed thefuck, I am afraid there is often such a discordant situation. Hence the development of this software thefuck. thefuck doesn't just fix the wrong order of characters, thefuck still works in many other situations where you want to say "fuck".

6 、 django / django

Stars:22839

Django is an open source Model-View-Controller (MVC) style web application framework powered by the Python programming language. Using Django, we can create high-quality, easy-to-maintain, database-driven applications in minutes.

The core components of the Django framework are:

  • Object Relational Mapping for Model Creation

  • Perfect management interface designed for end users

  • Top-notch URL design

  • Designer friendly templating language

  • cache system

7、kennethreitz/requests

Stars:22525

Although the urllib2 module in Python's standard library already contains most of the functions we usually use, its API is really uncomfortable to use. It is no longer suitable for the current era, not suitable for the modern Internet. The birth of Requests gave us a better choice.

As its name says, HTTP for Humans, HTTP library for humans! In the world of Python, everything should be simple. Requests uses urllib3, which has all its features. Requests supports HTTP connection persistence and connection pooling, supports the use of cookies to maintain sessions, supports file uploads, supports automatically determining the encoding of response content, supports internationalized URLs and POST data auto-encoding . Modern, international and humane.

8、rg3/youtube-dl

Stars:22447

youtube-dl is a tiny command line program for downloading videos from sites like YouTube. It requires a Python interpreter (2.6, 2.7, or 3.3+), which supports multi-ping. It also provides a Windows executable that includes Python. youtube-dl can be used in a Unix box, Windows or Mac OS X.

9、ansible/ansible

Stars:20465

Ansible is a new automated operation and maintenance tool, developed based on Python. It combines the advantages of many old-fashioned operation and maintenance tools to realize batch operating system configuration, batch program deployment, batch running commands and other functions. It is only necessary to install the ansible program on the management workstation to configure the IP information of the managed host, and the managed host has no client. Ansible application exists in epel (3rd party community) source and depends on a lot of python components

10、josephmisiti/awesome-machine-learning

Stars:18626

This project organizes learning resources related to machine learning, etc.

At the end, I will also give you a python spree [Jiajun Yang: 419693945] to help you learn better!

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324341125&siteId=291194637