From d558ca728a3d188a8e5a59de8931a13d53baed99 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:29:34 +0000 Subject: [PATCH] Updated grammar, added some extra sections Sections added: {{ sec_header(name="Wide Spread Because Of The Wrong Reason") }} - Python is seen as "the beginner's language", and it really should not be. There is practically - As said earlier on this website, Python has numerous issues that stop the newbie from quickly getting used to other PLs, by lacking basic functions. - Python should only be used if you wanna handicap yourself into an inferior PL, just to see what you can do. No more, no less. {{ sec_header(name="Conclusion") }} Python is shitty garbage that stops the user from getting into other programming languages because it lacks basic functions and has garbage commands. And even that is a compliment. Are any of these reasons listed on this site a reason to stop using programs that use Python? No! None of these reasons matter if you're not directly coding in Python. Is it a reason to boycott Python and stop using it in your own programming shenanigans? Absolutely. And, one more thing: Please spread the site so more people know the truth. It would mean the world to me. Thanks. Sections changed: {{ sec_header(name="Other Issues") }} - Strings can be evaluated as code, also encouraging spaghetti code. - Doc comments are available at runtime using `help(element)`, and they should not be, because this too encourages spaghetti code. - The command line REPL prints `Use exit() or Ctrl-Z plus Return to exit` for no reason, instead of simply exiting. Exactly what changed: Fixed some grammar, little improvements --- content/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 34c639f..7c0ebcb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -58,4 +58,10 @@ title = "Why python is a bad language" {{ sec_header(name="Conclusion") }} -Python is shitty garbage that stop the user from getting the user into other programming languages because it lacks basic functions and has garbage commands. And even that is a compliment. +Python is shitty garbage that stops the user from getting into other programming languages because it lacks basic functions and has garbage commands. And even that is a compliment. + +Are any of these reasons listed on this site a reason to stop using programs that use Python? No! None of these reasons matter if you're not directly coding in Python. Is it a reason to boycott Python and stop using it in your own programming shenanigans? Absolutely. + +And, one more thing: + +Please spread the site so more people know the truth. It would mean the world to me. Thanks. \ No newline at end of file