Update
This commit is contained in:
parent
1343c90ee8
commit
edb70b8898
33 changed files with 2184 additions and 2044 deletions
|
@ -6,9 +6,9 @@ Python (name being a reference to Monty Python) is an exceptionally [bloated](bl
|
|||
|
||||
**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*.
|
||||
|
||||
**Programming in python is not real programming**. Making a program in Python versus writing a real program is like making a house in Minetest vs making a real house. Python was in fact made exactly for people who CANNOT program, such as [women](woman.md), economists and professional programmers, it is basically a wheelchair -- those who can program don't need Python just like those who can walk don't need a wheelchair.
|
||||
**Programming in python is not real programming**. Making a program in Python versus writing a real program is like making a house in Minetest vs making a real house. Python was in fact made exactly for people who CANNOT program, such as [women](woman.md), economists and professional programmers, it is essentially a wheelchair -- those who can program don't need Python just like those who can walk don't need a wheelchair. Yes, it's more comfortable, but also more retarded.
|
||||
|
||||
Python was conceived in 1991 by a Dutchman Guido van Rossum who announced it on [Usenet](usenet.md). Version 1.0 was released in 1994 and version 2.0 in 2000. A very important version was 2.7 released in 2010 -- this was used and supported for a long time but the support was ended in 2020 in favor of Python 3. As of writing this the latest version is 3.9.
|
||||
Python was conceived in 1991 by a Dutchman Guido van Rossum who announced it on [Usenet](usenet.md). Version 1.0 was released in 1994 and version 2.0 in 2000. A very prominent version was 2.7 released in 2010 -- this was used and supported for a long time but the support ended in 2020 in favor of Python 3. As of writing this the latest version is 3.9. Python updates are now like a blog, they release a new update every few days.
|
||||
|
||||
**Can [we](lrs.md) use python?** There are certain use cases for it, mostly writing [throwaway scripts](throwaway_script.md) and other quick, temporary code. Python can easily help you get into programming as well, so it may well serve as an educational language, however be sure to transition to a better language later on. Remember, **python mustn't ever be used for a serious program**.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue