General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Jeffrey Phipps
Indently
comments
Comments by "Jeffrey Phipps" (@jeffreyphipps1507) on "Indently" channel.
Previous
1
Next
...
All
Why do Python programmers use "while True"? You've already initialized here. Instead of adding an extra if statement that slows things down just check the value at the while. def while_true() -> None: count: int = 0 while (count != 1_000_000): count += 1 Don't even get me started on the lack of a proper do/while()...
25
"Share with your friends... if you have any" - well I feel victimized. 🤣🤣🤣
13
#13 "Bob, who's obviously named Jeff" - gets me every time... 🤣🤣🤣
4
"Bob's age, which is obviously 1209" - without laughing, that was a good one!
3
Eons ago, before we had personal computers and we had to walk to and from school uphill in 20 feet of snow, we had to sketch out the UI (and where necessary a print chart) and then plan the overall program flowchart to link to the UI/print chart before getting approved to make punch cards (yeah, I'm that old). With modern IDEs I find that my students (I teach CompSci at uni) use RAD too often and just don't think things out.
2
Hi Bob!
1
Previous
1
Next
...
All