/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pyfound.blogspot.com
| | mathspp.com
3.1 parsecs away

Travel
| | The Pydon't Manifesto explains what
| | www.softdevtube.com
2.9 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | www.paulox.net
2.8 parsecs away

Travel
| | PyCon US is the largest and longest-running annual gathering for the community using and developing the open-source Python programminglanguage.
| | kishstats.com
24.3 parsecs away

Travel
| Type hinting was added to the Python standard library starting in version 3.5. Python, being a dynamically typed language, does not enforce data types. Howev...