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 793 public repositories matching this topic...
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Sep 19, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Aug 24, 2019 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 4, 2020 - 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