Python Fun Fact
Posted 2023-02-03 19:15:26
0
10K
There's a fact about Python that you might not know! Python has a module called "this". The module has a poem called "The Zen of Python" by Tim Peters. The poem goes like this whenever you import this:
"
The Zen of Python, by Tim PetersBeautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!"
Zoeken
Categorieën
- Arts
- Business
- Computers
- Spellen
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
How to Drive Ecommerce Growth Through Conversion Rate Optimization
How to Drive Ecommerce Growth Through Conversion Rate Optimization
Think of your...
Searching for Sugar Man (2012)
Two South Africans set out to discover what happened to their unlikely musical hero, the...
Молочные зубы. Babyteeth. (2020)
Когда Милла встречает Мозеса, кажется, что у них ничего общего: она – робкий подросток с...
Var vs Let vs Const
Var
Before the advent of ES6, var declarations ruled. There are issues associated with...
Python Sanic
In my previous post, I've made a short explanation of what FastAPI does. I've found another...