This commit is contained in:
Miloslav Ciz 2024-11-07 20:33:28 +01:00
parent 153a9fa26e
commit c9124ff205
16 changed files with 1921 additions and 1865 deletions

View file

@ -2,7 +2,7 @@
*What if [pseudocode](pseudocode.md) was actually code?*
Python (name being a reference to Monty Python) is an exceptionally [bloated](bloat.md), extremely [popular](shit.md) [high level](abstraction.md) [interpreted](interpreter.md) [programming language](programming_language.md). Its priority is readability, popularity and making it easy and fast to bash together some code for anyone with at least half a brain hemisphere, so it is eminently popular among beginners, children, [women](woman.md), non-programmers such as scientists and unqualified [soydevs](soydev.md) who can't handle real languages like [C](c.md). Python [just werks](just_werks.md) and is comfortable, but any program written in it is forever [doomed](doom.md) to be bloated, slow, ugly, big and will unavoidably die without [maintenance](maintenance.md), for Python's updates purposefully break [backwards compatibility](backwards_compatibility.md). Python loves to [update constantly](update_culture.md) so you have to keep rewriting your old programs every day and in fact you must constantly update your operating system so that Python has all the newest [dependencies](dependency.md) that it didn't need yesterday but today it does -- today your Python program works, tomorrow it won't, and sometimes it just randomly breaks due to the update because why not, you must just constantly pray and update (just a note: this will never happen to you with [C](c.md)). At this moment it is the language most frequently used for programming "neural net [AI](ai.md)s".
Python (name being a reference to Monty Python) is an exceptionally [bloated](bloat.md), extremely [popular](shit.md) [high level](abstraction.md) [interpreted](interpreter.md) "[programming language](programming_language.md)". Its priority is readability, popularity and making it easy and fast to bash code for anyone with at least half a brain hemisphere (that's quarter of a whole brain), so it is very popular among beginners, children, [women](woman.md), non-programmers such as scientists and unqualified [soydevs](soydev.md) who can't handle real languages like [C](c.md). It is highly retarded^[sic] as a beginner friendly language. Python [just werks](just_werks.md) and is comfortable -- writing "code" in Python is practically on the level of explaining to ChatGPT what you want to have programmed for you -- but any program written in it is forever [doomed](doom.md) to be bloated, slow, ugly, big, depressing and will unavoidably die without [maintenance](maintenance.md), for Python's updates purposefully break [backwards compatibility](backwards_compatibility.md) on a weekly basis. Python loves to [update constantly](update_culture.md) so you have to keep rewriting your old programs every day and in fact you must constantly update your operating system so that Python has all the newest [dependencies](dependency.md) that it didn't need yesterday but today it does -- today your Python program works, tomorrow there's only 50% chance it will keep working and the probability further halves every consecutive day, and sometimes it just randomly breaks because why not, you must just constantly pray and update (just a note: this will never happen to you with [C](c.md)). Being based around hype, it is used for anything that comes to fashion, for example at this moment it is the language most frequently used for programming "[neural net](neural_net.md) [AI](ai.md)s".
**Python is extremely slow**, even much slower than [JavaScript](javascript.md) and [PHP](php.md) (according to *Computer Language Benchmarks Game*). If you want to make your python programs faster, use the *PyPy* implementation over the default *CPython*.