
#328 We are going to need some context here
Python Bytes
00:00
What Is a Context Manager?
With with open file as F or any with block you're using a context manager. So opening file is great because then it closes afterwards. There's a there's async closing also cool. You can suppress an exception for a little bit of your code. Super handy. redirect standard out, but just for a little while, you can do that. Just read your extra in read your extra and then there's our changed her,. But there's a bunch of stuff in here. I love these types of things we say for this block of code. And then afterwards, I don't want to think about how it happens like, how ever I get out of here, early return exception done,
Transcript
Play full episode