Commit Graph

22 Commits

Author SHA1 Message Date
LordMZTE 53309a5fb4
add point about operator chaning bullshit 2022-02-11 19:39:42 +01:00
LordMZTE f3f3257f21 fix typo 2021-12-26 21:12:50 +01:00
LordMZTE 8d3295d87d 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
2021-12-08 13:05:47 +00:00
deAdvance d43cd0b441 Applied requested changes. 2021-12-08 12:55:39 +00:00
deAdvance 7d7a5edeed forgot some things, added them
gentoo lore
2021-12-08 12:41:06 +00:00
deAdvance d1600bd9f9 Fixed "Conclusion"
damn
2021-12-08 12:37:38 +00:00
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
deAdvance fe1750d3e8 Update 'content/_index.md' 2021-12-08 12:23:04 +00:00
deAdvance 2b272a0b87 Added some extra headers. Fixed sentences a bit. 2021-12-08 12:16:13 +00:00
LordMZTE 161be70df8 add feedback email 2021-07-31 21:18:22 +02:00
Timo Ley 916f3528bd Add source code badge (looks dumb, I know) 2021-07-04 16:23:12 +02:00
LordMZTE bbb3ce535f attempt 1 at fixing ci deployment 2021-03-17 17:32:49 +01:00
LordMZTE 4a94e1924d fix type 2021-03-17 17:30:24 +01:00
LordMZTE 5808a46f51 switch to working zola container for cicd 2021-03-17 17:27:14 +01:00
LordMZTE 848af797df add another point 2021-03-17 17:22:33 +01:00
LordMZTE 7cb48084db CI/CD attempt 1 2021-03-17 17:16:23 +01:00
LordMZTE e8eb8fa6b1 add True/False point 2021-03-17 15:25:40 +01:00
LordMZTE 5882c3102f update style 2021-03-12 19:42:26 +01:00
LordMZTE e5d1073f7e add gitignore 2021-03-12 13:43:59 +01:00
LordMZTE 63cefe29bb fix indentation 2021-03-12 12:38:36 +01:00
LordMZTE e59fbabbe8 add readme 2021-03-12 12:33:21 +01:00
LordMZTE a181ac5b6e init 2021-03-12 00:48:24 +01:00