-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (132 loc) · 8.34 KB
/
index.html
File metadata and controls
140 lines (132 loc) · 8.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<title>Python Portugal</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://python.pt/theme/static/css/style.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://python.pt/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python Portugal Full Atom Feed" />
</head>
<body id="index" class="archive">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://python.pt/index.html"><img class="img-fluid" src="https://python.pt/images/python_pt-logo.gif" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://python.pt/acerca">Acerca</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/ondeestamos">Onde estamos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/blog/">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/eventos">Eventos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/empregos">Empregos</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Recursos
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://docs.python.org">Documentação Oficial</a>
<a class="dropdown-item" href="https://python.pt/formacao">Formação</a>
<a class="dropdown-item" href="https://python.pt/livros">Livros</a>
<a class="dropdown-item" href="https://python.pt/videos">Vídeos</a>
<a class="dropdown-item" href="https://python.pt/tutoriais">Tutoriais</a>
</div>
</li>
</ul>
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</nav>
<div class="header">
<!-- <ul class="nav nav-pills pull-right">
<li class=""><a href="https://python.pt">Home</a></li>
<li><a href="https://python.pt/acerca/">A linguagem de programação Python</a></li>
<li><a href="https://python.pt/empregos/">Empregos em Python</a></li>
<li><a href="https://python.pt/eventos/">Eventos</a></li>
<li><a href="https://python.pt/formacao/">Formação</a></li>
<li><a href="https://python.pt/forum/">Forum</a></li>
<li class="active"><a href="https://python.pt/">Python Portugal</a></li>
<li><a href="https://python.pt/livros/">Livros</a></li>
<li><a href="https://python.pt/ondeestamos/">Onde estamos</a></li>
<li><a href="https://python.pt/tutoriais/">Tutoriais</a></li>
<li><a href="https://python.pt/videos/">Vídeos</a></li>
<li><a href="https://python.pt/archives.html">Blog</a></li>
</ul> -->
<!-- <h3 class="text-muted"><a href="https://python.pt">Python Portugal</a></h3> -->
<h2 class="text-muted"></h2>
</div>
<h1>Python Portugal</h1>
<img alt="homem com cobra na mão e castelo ao fundo com bandeira portuguesa" class="img-fluid rounded mx-auto d-block align-center" src="/images/python3.png" />
<p>A comunidade Python Portugal existe desde 2009 e tem como objectivo a partilha de experiências, difundir e divulgar a linguagem de programação Python.</p>
<p>Qualquer pessoa interessada pode participar na comunidade contribuindo com artigos ou ligações para recursos de Python.</p>
<p>Pode também falar conosco directamente, colocando as suas questões no Slack e na nossa mailing list.</p>
<hr class="docutils" />
<div class="section" id="documentario-sobre-o-python">
<h2>Documentário sobre o Python</h2>
<a class="reference external image-reference" href="https://www.youtube.com/embed/GfH4QL4VqJ0?si=ix02ndlsDQSwkTbH">
<img alt="The history of Python and how it took over the world | Python: The Documentary" class="align-center" src="/images/python_documentary.png" />
</a>
</div>
<hr class="docutils" />
<div class="section" id="the-zen-of-python">
<h2>The Zen of Python</h2>
<div class="highlight"><pre><span></span>Bonito é melhor que feio.
Explícito é melhor que implícito.
Simples é melhor que complexo.
Complexo é melhor que complicado.
Linear é melhor que aninhado.
Esparço é melhor que denso.
A legibilidade conta.
Os casos especiais não são suficientemente especiais para quebrar as regras.
Embora a praticidade seja melhor que a pureza.
Os erros nunca devem passar despercebidos.
A menos que sejam explicitamente silenciados.
Perante a ambiguidade, resista à tentação de adivinhar.
Deve haver uma — e de preferência apenas uma — forma óbvia de fazer algo.
Embora esta forma possa não ser óbvia à primeira vista, a menos que seja holandês.
Agora é melhor que nunca.
Embora nunca seja muitas vezes melhor do que *agora*.
Se a implementação for difícil de explicar, é uma má ideia.
Se a implementação for fácil de explicar, pode ser uma boa ideia.
Os namespaces são uma ideia genial — vamos usar mais deles!
</pre></div>
</div>
<footer id="contentinfo" class="footer">
<nav class="pull-right bottom-nav">
<a href="https://python.pt/feeds/all.atom.xml">RSS</a>
</nav>
<address id="about" class="vcard body">
© <a href="https://python.pt">Python Portugal</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</div><!-- container -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-950364-17");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>