avatarBeck Moulton

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2154

Abstract

ived connection to each user.</p><p id="1ec9"><a href="https://github.com/tornadoweb/tornado">https://github.com/tornadoweb/tornado</a></p><p id="ca2d">4. Flask</p><p id="1378">Flask is a lightweight <a href="https://wsgi.readthedocs.io/">WSGI</a> 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 <a href="https://werkzeug.palletsprojects.com/">Werkzeug</a> and <a href="https://jinja.palletsprojects.com/">Jinja</a> and has become one of the most popular Python web application frameworks.</p><p id="b67a"><a href="https://github.com/pallets/flask">https://github.com/pallets/flask</a></p><h1 id="6b9b">Python ORM</h1><ol><li>SQLAlchemy</li></ol><p id="7acc">SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.</p><p id="062a"><a href="https://github.com/sqlalchemy/sqlalchemy">https://github.com/sqlalchemy/sqlalchemy</a></p><p id="021e">2. <b>peewee</b></p><p id="1d71">Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.</p><p id="e15d"><a href="https://github.com/coleifer/peewee">https://github.com/coleifer/peewee</a></p><h1 id="3508">Python crawler</h1><ol><li>scrapy</li></ol><p id="7710">Scrapy, a fast high-level web crawling & scraping framework for Python.</p><p id="803d"><a href="https://github.com/scrapy/scrapy">https://github.com/scrapy/scrapy</a></p><h1 id="5c33">Python Scientific</h1><ol><li>scipy</li></ol><p id="b573">SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.</p><p id="eb6e"><a href="https://github.com/scipy/scipy">https://github.com/scipy/scipy</a></p><p id="abf7">2. Numpy</p><p id="6c92">Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.</p><p id="6291"><a href="https://github.com/numpy/numpy">https://github.com/numpy

Options

/numpy</a></p><p id="18ec">3. pandas</p><p id="ea83"><b>pandas</b> is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the <a href="https://www.python.org/">Python</a> programming language.</p><p id="71ef"><a href="https://github.com/pandas-dev/pandas">https://github.com/pandas-dev/pandas</a></p><p id="e177">4. Matplotlib</p><p id="53ac">Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible.</p><p id="c1bb"><a href="https://github.com/matplotlib/matplotlib">https://github.com/matplotlib/matplotlib</a></p><p id="aebe">5. Theano</p><p id="63de">Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features:</p><p id="55e5"><a href="https://github.com/Theano/Theano">https://github.com/Theano/Theano</a></p><h1 id="dfb0">Python AI</h1><ol><li>Tensorflow</li></ol><p id="9e9a"><a href="https://www.tensorflow.org/">TensorFlow</a> is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of <a href="https://www.tensorflow.org/resources/tools">tools</a>, <a href="https://www.tensorflow.org/resources/libraries-extensions">libraries</a>, and <a href="https://www.tensorflow.org/community">community</a> resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.</p><p id="18d1"><a href="https://github.com/tensorflow/tensorflow">https://github.com/tensorflow/tensorflow</a></p><p id="3f04">2. Keras</p><p id="f32d">Keras is a deep learning API written in Python, running on top of the machine learning platform <a href="https://github.com/tensorflow/tensorflow">TensorFlow</a>. It was developed with a focus on enabling fast experimentation. <i>Being able to go from idea to result as fast as possible is key to doing good research.</i></p><p id="8b6b"><a href="https://github.com/keras-team/keras">https://github.com/keras-team/keras</a></p></article></body>

15 GitHub Repositories to Become a Python Developer Master ⚛️🧙

https://www.pexels.com/zh-cn/photo/14586378/

Python is a programming language that is widely used in web applications, software development, data science, and Machine Learning (ML). Developers use Python because it is efficient and easy to learn, and can run on many different platforms. Python software is available for free download, integrates perfectly with all types of systems, and also speeds up development.

Python WEB

  1. Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

https://github.com/django/django

2. TurboGears

TurboGears 2 is built on top of the experience of several next generation web frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks had limitations that frustrated us, and TG2 was built as an answer to that frustration:

https://github.com/TurboGears/tg2

3. Tornado

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.

https://github.com/tornadoweb/tornado

4. Flask

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.

https://github.com/pallets/flask

Python ORM

  1. SQLAlchemy

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

https://github.com/sqlalchemy/sqlalchemy

2. peewee

Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.

https://github.com/coleifer/peewee

Python crawler

  1. scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.

https://github.com/scrapy/scrapy

Python Scientific

  1. scipy

SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.

https://github.com/scipy/scipy

2. Numpy

Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.

https://github.com/numpy/numpy

3. pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

https://github.com/pandas-dev/pandas

4. Matplotlib

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible.

https://github.com/matplotlib/matplotlib

5. Theano

Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features:

https://github.com/Theano/Theano

Python AI

  1. Tensorflow

TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.

https://github.com/tensorflow/tensorflow

2. Keras

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result as fast as possible is key to doing good research.

https://github.com/keras-team/keras

Python
Github
Numpy
TensorFlow
Django
Recommended from ReadMedium