I had to use Python for a bit at work and it was confusing
pipenv, venv, virtualenv, poetry...wtf is all this shit
a.b vs a['b'] vs a.get('b')...wtf is a KeyError
a.b
a['b']
a.get('b')
I had to use Python for a bit at work and it was confusing
pipenv, venv, virtualenv, poetry...wtf is all this shit
a.b
vsa['b']
vsa.get('b')
...wtf is a KeyError