@nixCraft I really needed this.
I’ve had major imposter syndrome every time I tell someone I code Python because I still need to look things up, even the most basic stuff.
@nixCraft I really needed this.
I’ve had major imposter syndrome every time I tell someone I code Python because I still need to look things up, even the most basic stuff.
Or.. "Last time I had to do <PYTHON_THING> was in Py27 but that now errors in Py39".
Or "Last time I had to do <PYTHON_THING> was in Py36 but the linter now errors because the Pip module I'm used to using has been deprecated in Py39" (or you've been working a Py39 project and get asked to help on a Py37 project and the module that allows you to do something in 3 lines rather than 30 isn't available in Py37 so you have to look up the old/harder way).