General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dr Gamma D
Indently
comments
Comments by "Dr Gamma D" (@DrDeuteron) on "Exec() VS Eval() Explained In Python Tutorial 2023" video.
@CripsyFries or, var_name = list(map(os.remove, glob.glob("*.*"), recursive=True))...or something like that.
6
these type hints have got to go. I mean this python ppl. get your duck on.
3
I've been a pystro for 2 decades, and after much consideration, I think type hints are not pythonic. Esp not in a declaration of an obvious string. The only effect it has is in your IDE, and if you write good python...you don't need and IDE holding your hand. Basically: it's for babies from java or those other horrid languages. I used to work at a government FFRDC, so we all had Macs, but now that I am in the industrial military complex, I am stuck with a windows POS, and waiting for the IDE to tell me code is good...drives me nuts. I had to turn off all the features...like I want to wait 90 millisecond for the underline to disappear as I complete a variable name. No thanks. I'll take my chances at runtime.
2
@chudchadanstud isn’t there a Java class that needs you to refactor it somewhere?
1
@Indently I enjoy the sarcasm, but: python is meant to be beautiful, and they are ugly. I can't unsee them.
1