You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thanks for your feedback. I'm going to look into this; the Python documentation says it returns a file object which means f is possibly clear enough. I think the object that you get back is a bit higher level than a file descriptor (as used at operating system level) but I could be wrong here.
@svisser my concerns are not the technical details. It is "best practice". I see "fd" very often. And I personally think that one letter variables are not clean code. I just wanted to tell you this.
Hi,
thank you for these hints.
Here is some feedback:
I think it is much better to use "fd" and not "f" if you store
a file descriptor :-)
The text was updated successfully, but these errors were encountered: