Explaining why python sucks since 2020! https://pythonlang.org
Go to file
deAdvance d558ca728a 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
2021-12-08 12:29:34 +00:00
content Updated grammar, added some extra sections 2021-12-08 12:29:34 +00:00
sass update style 2021-03-12 19:42:26 +01:00
templates add feedback email 2021-07-31 21:18:22 +02:00
.drone.yml attempt 1 at fixing ci deployment 2021-03-17 17:32:49 +01:00
.gitignore add gitignore 2021-03-12 13:43:59 +01:00
README.md add readme 2021-03-12 12:33:21 +01:00
config.toml init 2021-03-12 00:48:24 +01:00

README.md

pythonlang2

the new website for pythonlang.org.

Building

  1. Install zola
  2. zola build
  3. find the files in public

deploy dev server with zola serve