You Should Stop Craving for Python One-Liners Great programmers don’t always use one-liners. You… towardsdatascience.com/you-should-sto…
@PythonHub The more lines of code you program has, the more chance of errors it has. However, it is also posible to write a single line of code so complex that it obfuscates an error better than two lines did. No better elegance than error reduction.
@PythonHub CS50's python code is all about one liners. What about that...
@PythonHub But.. but.. but it's beautiful when you're able to compress an entire script into one line, readability be damned 😭
@PythonHub This particular example is even more perfomant that regular loops. Sometimes one has to make a trade-off an decide which one suits the needs.
@PythonHub But I sort of lean toward them… Just because … I can …