Merge pull request 'Added some things, improved sentences' (#1) from deAdvance/pythonlang2:master into master

Reviewed-on: https://tilera.xyz/git/LordMZTE/pythonlang2/pulls/1
This commit is contained in:
LordMZTE 2021-12-08 13:05:47 +00:00
commit 8d3295d87d
1 changed files with 15 additions and 2 deletions

View File

@ -46,7 +46,20 @@ 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 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:
Please spread the site so more people know the truth. It would mean the world to me. Thanks.