python-2
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. 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 767 public repositories matching this topic...
An unofficial client library for Google Music.
-
Updated
Dec 26, 2020 - Python
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
-
Updated
Feb 24, 2022 - Python
Dependency injection framework for Python
-
Updated
Jan 31, 2022 - Python
Alexa Skills Kit for Python
-
Updated
Nov 15, 2021 - Python
Python Library for Studying Binary Trees
-
Updated
Feb 13, 2022 - Python
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
-
Updated
Feb 28, 2022 - Python
Python library for creating PEG parsers
-
Updated
Feb 26, 2022 - Python
User-mode driver and GTK3 based GUI for Steam Controller
-
Updated
Feb 6, 2022 - Python
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
-
Updated
Mar 5, 2022 - 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
May 26, 2021 - Python
Computer Vision in Python
-
Updated
Dec 7, 2021 - Python
The successor to nose, based on unittest2
-
Updated
Feb 28, 2022 - Python
Django workflow library that supports on the fly changes
-
Updated
Oct 21, 2021 - Python
A Linux Ransomware
-
Updated
Oct 4, 2020 - Python
An easy-to-use, Pythonic and complete IMAP client library
-
Updated
Jan 25, 2022 - Python
Parallel programming with Python
-
Updated
Mar 5, 2022 - Python
Description
Great wagtail integration! Was trying to figure out on how to remove all items from the basket or a single product item. The current API allows subtracting the quantity of the product but not remove the product by itself.
-
Updated
Dec 6, 2021 - Python
Concurrently detect the minimum Python versions needed to run code
-
Updated
Mar 4, 2022 - 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
printshould be functions instead of statements. This is not to say that the snippets s