/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

death.andgravity.com
| | inventwithpython.com
1.9 parsecs away

Travel
| | A recent post to Reddit sparked some comments, so I wanted to clarify: In Python, hashable objects must be immutable and mutable objects cannot be hashable. (With one exception.)
| | www.learnpython.dev
3.3 parsecs away

Travel
| | Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.
| | akaptur.github.com
4.0 parsecs away

Travel
| | Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...
| | randorithms.com
18.2 parsecs away

Travel
| If you want to observe a hash function in the wild, all you need to do is look under the hood of the nearest key-value store. Hashing is a fundamentally simp...