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 757 public repositories matching this topic...
-
Updated
Dec 26, 2020 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 7, 2022 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Jun 16, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 4, 2022 - Python
-
Updated
May 26, 2021 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Jul 4, 2022 - Python
-
Updated
Oct 21, 2021 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
May 20, 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
Mar 30, 2022 - Python
-
Updated
Jun 8, 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
print
should be functions instead of statements. This is not to say that the snippets s