From 2b272a0b879fe344c1c1603bdab53563047a2d21 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:16:13 +0000 Subject: [PATCH 1/6] Added some extra headers. Fixed sentences a bit. --- content/_index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index de08f19..0295343 100644 --- a/content/_index.md +++ b/content/_index.md @@ -46,7 +46,15 @@ title = "Why python is a bad language" - Fields do not need to be declared. This leads to issues mentioned before. It also makes the data a class stores undefined, making it harder to work with. It is recommended to declare fields, but unfortunately not enforced. - Enums are basically just classes, and are yet another lazy afterthought. +{{ 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="Other Issues") }} -- Strings can be evaluated as code, encouraging spaghetti. -- Doc comments are available at runtime using `help(element)`. This also encourages spaghetti +- 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. + +{{ 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. From fe1750d3e8a9509f018a4c5fd9cc75aff059c05b Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:23:04 +0000 Subject: [PATCH 2/6] Update 'content/_index.md' --- content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_index.md b/content/_index.md index 0295343..34c639f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -57,4 +57,5 @@ title = "Why python is a bad language" - The command line REPL prints `Use exit() or Ctrl-Z plus Return to exit` for no reason, instead of simply exiting. {{ 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. From d558ca728a3d188a8e5a59de8931a13d53baed99 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:29:34 +0000 Subject: [PATCH 3/6] 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 From d1600bd9f9ae24f4f562ffc362c1d13d4e468b65 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:37:38 +0000 Subject: [PATCH 4/6] Fixed "Conclusion" damn --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 7c0ebcb..2574001 100644 --- a/content/_index.md +++ b/content/_index.md @@ -58,7 +58,7 @@ title = "Why python is a bad language" {{ 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. +Python is pure garbage that stops the user from getting into other programming languages because it makes even the most basic functions incredibly shitty. 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. From 7d7a5edeedc8be66c9e8b81fabe446cee7344f24 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:41:06 +0000 Subject: [PATCH 5/6] forgot some things, added them gentoo lore --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 2574001..2e51e21 100644 --- a/content/_index.md +++ b/content/_index.md @@ -60,7 +60,7 @@ title = "Why python is a bad language" Python is pure garbage that stops the user from getting into other programming languages because it makes even the most basic functions incredibly shitty. 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. +Are any of these reasons listed on this site a reason to stop using programs that use Python? Kinda. Almost none of these reasons matter if you're not directly coding in Python. The only reason to stop using programs in Python is because s l o w. Is it a reason to boycott Python and stop using it in your own programming shenanigans? Absolutely. And, one more thing: From d43cd0b441ff3b883f55647f531028118f1434e4 Mon Sep 17 00:00:00 2001 From: deAdvance Date: Wed, 8 Dec 2021 12:55:39 +0000 Subject: [PATCH 6/6] Applied requested changes. --- content/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 2e51e21..8eefd6f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -58,9 +58,7 @@ title = "Why python is a bad language" {{ sec_header(name="Conclusion") }} -Python is pure garbage that stops the user from getting into other programming languages because it makes even the most basic functions incredibly shitty. And even that is a compliment. - -Are any of these reasons listed on this site a reason to stop using programs that use Python? Kinda. Almost none of these reasons matter if you're not directly coding in Python. The only reason to stop using programs in Python is because s l o w. Is it a reason to boycott Python and stop using it in your own programming shenanigans? Absolutely. +Python is a bad programming language that no one should use. Please don't hesitate to quit using programs made in Python. If you continue using them, it will motivate the Python devs to keep making this garbage, plus programs written in Python are usually **VERY** slow. And NEVER, EVER, EVER, EVER use Python in your own programming shenanigans. It's YOUR project. You have full control over it. Why even use Python if that's the case? And, one more thing: