Popular Python open source projects on Github in September!

The ranking of the most popular Python open source projects on GitHub in September has been released. Let's take a look at the details of the list:

1diagrams

https://github.com/mingrammer/diagrams

Use Diagrams to draw cloud system architecture with Python code. It was born to provide prototypes for new system architecture designs without any design tools. Support Python 3.6 and above.

2Fantasy-Premier-League

https://github.com/vaastav/Fantasy-Premier-League

This is an FPL library through which you can get the scores of all players in the English Players League and the total scores of their respective teams.

3eat_tensorflow2_in_30_days

https://github.com/lyhue1991/eat_tensorflow2_in_30_days

This is a TensorFlow 2.0 introductory tool book, mainly based on the official TensorFlow documentation and function doc documentation. This book follows the difficulty of the content, the reader's retrieval habits and the content of TensorFlow's own hierarchical structure design, step by step, clear levels, and convenient to find corresponding examples according to functions.

4InfoSpider

https://github.com/kangvcar/InfoSpider

InfoSpider is a crawler toolbox that integrates many data sources. It aims to help users get back their data safely and quickly. The tool code is open source and the process is transparent. Supported data sources include GitHub, QQ mailbox, Netease mailbox, Ali mailbox, Sina mailbox, Hotmail mailbox, Outlook mailbox, JD, Taobao, Alipay, China Mobile, China Unicom, China Telecom, Zhihu, Bilibili, NetEase Cloud Music , QQ friends, QQ group, generate friends circle album, browser browsing history, 12306, blog garden, CSDN blog, open source Chinese blog, short book.

5Ciphey

https://github.com/Ciphey/Ciphey

When you encounter some text that you don't know the encryption method and encoding format, you might as well try Ciphey. In fact, its principle is not difficult. It is to classify a piece of text and determine whether it is plaintext or which encryption method. After softmax, output the probability of each category, and then traverse the crack from high to low.

6eat_pytorch_in_20_days

https://github.com/lyhue1991/eat_pytorch_in_20_days

How to win Pytorch in 20 days, this open source e-book can tell you the answer.

7Python

https://github.com/TheAlgorithms/Python

This project uses Python to implement all sorting algorithms, including insertion sort, bubble sort, quick sort, selection sort, merge sort, etc. The creator stated that these are only for demonstration learning. For performance reasons, there are many sorting implementations in the Python standard library.

8hydra

https://github.com/facebookresearch/hydra

Hydra is a framework for elegant configuration of complex applications.

9PayloadsAllTheThings

https://github.com/swisskyrepo/PayloadsAllTheThings

Payloads All The Things contains payloads that can be used for web application security protection and skills to bypass existing rules.

1012306

https://github.com/testerSunshine/12306

The 12306 Smart Ticket Assistant is a ticket-grabbing script written by the programmer. The Python version of the dependent library supports 2.7.10-2.7.15. The design ideas are as follows:

Take it!

 

Guess you like

Origin blog.csdn.net/weixin_43881394/article/details/108996240