#til
Read more stories on Hashnode
Articles with this tag
I think I might be a bit messy, but maybe so are you? Either way, I quite often find myself with stuff in a repository that I don't want to delete or...
Earlier today I found this post by Ryan Westlund. It reminded me that in Python you add a reference to a list to itself, like this: >>> my_list =...
The other day I learned two things about context managers. The first one is that the variable, created when using with ... as x exist outside the...