-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.35 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<style>
body {
background: #111;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
font-size: 18px;
line-height: 2em;
}
</style>
</head>
<body style="background: #111; color: #fff; font: 1em/2 a; margin: auto; max-width: 60ch; padding: 5%;">
<pre style="white-space: pre-wrap;">Beautiful 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!<h1><a href="g">Zen of Python<title>Zen of Python