Here you'll find:
• Python
• Narrative Technical Writing
• Track & Field Athletics
Links in the pinned post below
stephengruppetta.com
thepythoncodingstack.substack.com/p/the-misund...
thepythoncodingstack.substack.com/p/the-misund...
---
Python's dictionaries are called dictionaries not just because you look up a key (like the word in a real dictionary) and you find the value (the word's definition in the English dictionary)
...
---
Python's dictionaries are called dictionaries not just because you look up a key (like the word in a real dictionary) and you find the value (the word's definition in the English dictionary)
...
But here's a thought experiment. Imagine that you didn’t know the order of the letters in the alphabet. You can still read letters and words, you just don't know the order.
...
But here's a thought experiment. Imagine that you didn’t know the order of the letters in the alphabet. You can still read letters and words, you just don't know the order.
...
I think this is such an important point. Too much learning material focusses on stuffing too much in too little time, ticking off topics at a sprinting pace.
Often you need to let things “brew”.
I think this is such an important point. Too much learning material focusses on stuffing too much in too little time, ticking off topics at a sprinting pace.
Often you need to let things “brew”.
```
>>> _ = None
>>> print(_)
None
```
But then, that's just a normal identifier, so maybe it doesn't count!
```
>>> _ = None
>>> print(_)
None
```
But then, that's just a normal identifier, so maybe it doesn't count!
That’s part of learning how to code…
2/2
That’s part of learning how to code…
2/2
Or is that only in Bavaria?
Or is that only in Bavaria?