#
python-2

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 781 public repositories matching this topic...
An unofficial client library for Google Music.
-
Updated
Dec 26, 2020 - Python
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
python
nginx
dockerfile
flask
web
debian
docker-container
alpine
docker-image
uwsgi
python3
webapp
flask-application
python-3
python-2
python2
nginx-server
python-flask
uwsgi-nginx
flask-image
-
Updated
Dec 29, 2020 - Python
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
python
identity
oauth
library
oauth2
authentication
python3
authorization
oauth1
python-3
jwt-bearer-tokens
openid-connect
python-2
jwt-authentication
python2
oidc
token-based-authentication
oidc-provider
-
Updated
May 10, 2021 - Python
Alexa Skills Kit for Python
-
Updated
Mar 25, 2021 - Python
Python Library for Studying Binary Trees
python
learning
algorithm
data-structure
python-library
interview
python3
data-structures
binary-search-tree
binary-tree
heap
interview-practice
python-3
python-2
binary-trees
practise
python2
bst
heaps
-
Updated
Apr 3, 2021 - Python
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
python
http
cross-platform
https
cherrypy
http-server
http-streaming
python-3
pypy
python-2
pure-python
jython
daemon-mode
pypy3
idiomatic-python
-
Updated
May 3, 2021 - Python
Dependency injection framework for Python
python
flask
ioc
factory
dependency-injection
design-patterns
python3
aiohttp
singleton
flask-application
asyncio
ioc-container
python-3
python-2
dependency-injection-framework
dependency-injection-container
threadlocal
flask-restful
-
Updated
Apr 27, 2021 - Python
User-mode driver and GTK3 based GUI for Steam Controller
-
Updated
Mar 3, 2021 - Python
Python library for creating PEG parsers
python
parsing
parser-combinators
python3
parsing-expression-grammar
python-3
text-processing
python-2
python2
parsing-library
peg-parsers
-
Updated
Apr 13, 2021 - Python
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
python
api
flask
documentation
json-schema
rest-api
swagger
openapi
marshmallow
python-3
python-2
pluggable
hacktoberfest
openapi-specification
http-api
openapi3
openapi2
-
Updated
May 10, 2021 - Python
Python web framework with full-stack layer implemented on top of a microframework core with support for MongoDB, Pluggable Applications and autogenerated Admin
-
Updated
Oct 8, 2020 - Python
Computer Vision in Python
-
Updated
Jan 13, 2021 - Python
The successor to nose, based on unittest2
python
testing
library
python-library
python3
unittest
testing-tools
python-3
python-2
python2
nose
unittesting
unit-test
testing-framework
nosetest
nosetests
testing-library
testing-tool
nose2
-
Updated
Mar 10, 2021 - Python
Django workflow library that supports on the fly changes ⛵
-
Updated
Jan 31, 2021 - Python
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
python
docker
nginx
dockerfile
web-server
web
debian
server
alpine
web-app
docker-image
uwsgi
python3
webapp
python-3
python-2
python2
python-application
uwsgi-nginx
-
Updated
Mar 6, 2021 - Python
Python bindings for MPI
-
Updated
May 9, 2021 - Python
A Linux Ransomware
python
c
linux
cryptography
encryption
aes
openssl
malware
ransomware
crypto-library
malware-analysis
python-2
aes-encryption
decryption
rsa-cryptography
rsa-key-encryption
malware-development
ransomware-prevention
ransom-worm
linux-ransomware
-
Updated
Oct 4, 2020 - Python
An easy-to-use, Pythonic and complete IMAP client library
-
Updated
Mar 15, 2021 - Python
Parallel programming with Python
-
Updated
Mar 21, 2021 - Python
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
Thank you for maintaining this great resource!
With Python 2 End of Life planned for about 19 months from now, it should be possible to run any snippet found on pysheets under the latest version of Python (3.6.5 today) unmodified. For example, all occurrences of
print
should be functions instead of statements. This is not to say that the snippets s