63

50 Most Popular Python Projects in 2018

 6 years ago
source link: https://www.tuicool.com/articles/hit/Vj2uaaM
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

BFfYVfj.gif

If you are a Python developer or a programmer and want to know what top 50 popular Python projects are in 2018, you are at the right place.

In this article, I am going to share fifty most popular Python libraries and repositories in 2018 list.

The list will contain all the open source projects and their links as well.

So without any further ado let us get started!

Related article

1) TensorFlow Models

nemIryf.png!web

If you are interested in Machine learning and Deep learning, you must have heard about the TensorFlow.

TensorFlow Models is the open-source repository to find many libraries and models related to deep learning.

Related article

2) Keras

VvIJzuv.png!web

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.

It was developed with a focus on enabling fast experimentation.

Related article

3) Flask

n26BzmV.png!web

Flask is a lightweight WSGI web application framework.

It is designed to make getting started quick and easy, with the ability to scale up to complex applications.

It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.

Related article

4) scikit-learn

mIJRVf2.png!web scikit-learn is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license.

Related article

5) Zulip

eqUB7fu.png!web Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conversations. Zulip is used by open source projects, Fortune 500 companies, large standards bodies, and others who need a real-time chat system that allows users to easily process hundreds or thousands of messages a day. With over 300 contributors merging over 500 commits a month, Zulip is also the largest and fastest growing open source group chat project.

Related article

6) Django

26Fnumm.png!web Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Related article

7) Rebound

queyYra.png!web

Want to save your time during coding session when you get a bug and you want to search it on Stack Overflow? Rebound is a command-line tool that instantly fetches Stack Overflow results when you get a compiler error.

This is very handy library for programmers.

Related article

8) Google Images Download

jYv2QfA.png!web

This is a command line python program to search keywords/key-phrases on Google Images and optionally download images to your computer.

You can also invoke this script from another python file.

Related article

9) YouTube-dl

m2IfYzN.jpg!web Youtube-dl - download videos from youtube.com or other video platforms.

Related article

10) System Design Primer

VnIVF3N.png!web This repo is an organized collection of resources to help you learn how to build systems at scale.

Related article

11) Mask R-CNN

YJjIvia.png!web

Mask R-CNN is for object detection and segmentation. This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature Pyramid Network (FPN) and a ResNet101 backbone.

Related article

12) Face Recognition

3uumErq.png!web Recognize and manipulate faces from Python or from the command line with the world's simplest face recognition library. This also provides a simple face_recognition command line tool that lets you do face recognition on a folder of images from the command line!

Related article

13) snallygaster

eaM322I.jpg!web Tool to scan for secret files on HTTP servers.

Related article

14) Ansible

6RzeEnB.png!web Ansible is a radically simple IT automation system. It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration -- including trivializing things like zero-downtime rolling updates with load balancers.

Related article

15) Detectron

rMn2Ave.jpg!web Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.

Related article

16) asciinema

MfAFBva.png!web Terminal session recorder and the best companion of asciinema.org.

Related article

17) HTTPie

7r6J3eQ.png!web HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized output. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.

18) You-Get

logo.jpg You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it.

19) Sentry

F3IbU3V.png!web Sentry fundamentally is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application.

20) Tornado

JFvUbyV.png!web Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.

21) Magenta

6zqQzmz.png!web Magenta is a research project exploring the role of machine learning in the process of creating art and music. Primarily this involves developing new deep learning and reinforcement learning algorithms for generating songs, images, drawings, and other materials. But it's also an exploration in building smart tools and interfaces that allow artists and musicians to extend their processes using these models.

22) ZeroNet

FjeyIvm.png!web Make decentralized websites using Bitcoin crypto and the BitTorrent network.

23) Gym

N3Q3a2Z.png!web OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. This is the gym open-source library, which gives you access to a standardized set of environments.

24) Pandas

2QjeaiE.png!web Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis/manipulation tool available in any language. It is already well on its way toward this goal.

25) Luigi

z6ZFJ3m.png!web Luigi is a Python package that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, handling failures, command line integration, and much more.

26) spaCy (by Explosion AI)

Inq6z2U.png!web

spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products. spaCy comes with pre-trained statistical models and word vectors, and currently supports tokenization for 20+ languages. It features the fastest syntactic parser in the world, convolutional neural network models for tagging, parsing and named entity recognition and easy deep learning integration.

27) Theano

67vYN3Z.png!web Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.

28) TFlearn

JnUrEvU.png!web TFlearn is a modular and transparent deep learning library built on top of Tensorflow. It was designed to provide a higher-level API to TensorFlow in order to facilitate and speed-up experimentations, while remaining fully transparent and compatible with it.

29) Kivy

iU3YJjQ.png!web

Kivy is an open source, cross-platform Python framework for the development of applications that make use of innovative, multi-touch user interfaces. The aim is to allow for quick and easy interaction design and rapid prototyping whilst making your code reusable and deploy-able.

30) Mailpile

RzYjyqB.png!web Mailpile is a modern, fast web-mail client with user-friendly encryption and privacy features. The development of Mailpile is funded by a large community of backers and all code related to the project is and will be released under an OSI approved Free Software license.

31) Matplotlib

3yay6vy.png!web Matplotlib is a Python 2D plotting library which produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shell, web application servers, and various graphical user interface toolkits.

32) YAPF (by Google)

EvAfeun.png!web YAPF 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.

33) Cookiecutter

ABn26fQ.png!web A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.

34) HTTP Prompt

bQFfYvU.png!web HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit.

35) speedtest-cli

BbUnY33.jpg!web Command line interface for testing internet bandwidth using speedtest.net.

36) Pattern

FbYVzmq.gif Pattern is a web mining module for Python. It has tools for Data Mining, Natural Language Processing, Machine Learning, and Network Analysis.

37) Gooey (Beta)

iQ77fei.png!web Turn (almost) any Python 2 or 3 Console Program into a GUI application with one line.

38) Wagtail CMS

FNf2Era.png!web Wagtail is a content management system built on Django. It's focused on user experience, and offers precise control for designers and developers.

39) Bottle

FbyMVrb.png!web

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.

40) Prophet (by Facebook)

ZbMJRn2.png!web Prophet is a procedure for forecasting time series data. It is based on an additive model where non-linear trends are fit with yearly and weekly seasonality, plus holidays. It works best with daily periodicity data with at least one year of historical data. Prophet is robust to missing data, shifts in the trend, and large outliers.

41) Falcon

jMnmieZ.jpg!web

Falcon is a reliable, high-performance Python web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective.

42) Mopidy

J3MbiuQ.png!web Mopidy is an extensible music server written in Python. Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients.

43) Hug

r6JvmaU.png!web

Hug aims to make developing Python driven APIs as simple as possible, but no simpler. As a result, it drastically simplifies Python API development.

44) SymPy

ieuMV3q.png!web

A Python library for symbolic mathematics.

45) Dash

Vz2QZji.gif

Dash is a Python framework for building analytical web applications. No JavaScript required.

46) Visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

47) LUMINOTH

eyQRRn3.png!web Luminoth is an open source toolkit for computer vision . Currently, we support object detection, but we are aiming for much more. It is built in Python, using TensorFlow and Sonnet.

48) Pygame

uqEZfiE.png!web Pygame is a cross-platfrom library designed to make it easy to write multimedia software, such as games, in Python.

49) Requests

3UNRvif.png!web

Requests is a Python Library that lets you send HTTP/1.1 requests, add headers, form data, multipart files, and parameters with simple Python dictionaries. It also lets you access the response data in the same way.

50) Statsmodels

VryiEnQ.png!web

Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.

I hope you like Top 50 Python libraries' list. That's it for this article!


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK