-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex2.html
137 lines (131 loc) · 10.2 KB
/
index2.html
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
<!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="active"><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><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>
<section id="content" class="content">
<article class="hentry">
<header> <h2 class="entry-title"><a href="https://python.pt/blog/2010/06/02/seccao-de-analise-de-livros/" rel="bookmark" title="Permalink to Secção de análise de livros">Secção de análise de livros</a></h2> </header>
<div class="entry-content"> <p>Estamos a finalizar a aplicação de análise de livros. Nesta aplicação vamos ter uma listagem de livros, na qual os utilizadores podem efectuar votações e comentários, assim como as análises de livros efectuadas pelos membros.</p>
<p>Neste momento já temos uma análise feita pelo <strong>Paulo Köch</strong> do livro "<a class="reference external" href="http://www.packtpub.com/expert-python-programming/book?utm_source=python.pt&utm_medium=bookrev&utm_content=other&utm_campaign=mdb_003547">Expert Python Programming …</a></p> </div><!-- entry-content -->
</article>
<article class="hentry">
<header> <h2 class="entry-title"><a href="https://python.pt/blog/2009/09/16/dei-academy/" rel="bookmark" title="Permalink to DEI Academy">DEI Academy</a></h2> </header>
<div class="entry-content"> <p>A <a class="reference external" href="http://academy.dei.uc.pt">DEI Academy</a> é um projecto do <a class="reference external" href="http://www.dei.uc.pt">Departamento de Engenharia Informática da Universidade de Coimbra</a>, feito para todos os alunos do secundário que possam estar interessados em seguir informática na Universidade.</p>
<p>Este projecto possui tutoriais interactivos para a aprender a programar.</p>
<p>De salientar a escolha da linguagem de programação Python …</p> </div><!-- entry-content -->
</article>
<article class="hentry">
<header> <h2 class="entry-title"><a href="https://python.pt/blog/2009/07/29/django-11/" rel="bookmark" title="Permalink to Django 1.1">Django 1.1</a></h2> </header>
<div class="entry-content"> <p>Foi lançada a versão 1.1 da framework Django.</p>
<p>Para além das <a class="reference external" href="http://www.djangoproject.com/weblog/2009/jul/28/security/">actualizações de segurança</a> existe uma extensa <a class="reference external" href="http://docs.djangoproject.com/en/dev/releases/1.1/">lista de novidades</a>.</p>
</div><!-- entry-content -->
</article>
<article class="hentry">
<header> <h2 class="entry-title"><a href="https://python.pt/blog/2009/07/02/python-31/" rel="bookmark" title="Permalink to Python 3.1">Python 3.1</a></h2> </header>
<div class="entry-content"> <p>Foi lançada no passado dia 27 de Junho a versão 3.1 do Python.</p>
<p>A lista das novidades encontram-se <a class="reference external" href="http://docs.python.org/dev/py3k/whatsnew/3.1.html">aqui</a>.</p>
</div><!-- entry-content -->
</article>
<article class="hentry">
<header> <h2 class="entry-title"><a href="https://python.pt/blog/2009/05/28/micro-frameworks-em-python/" rel="bookmark" title="Permalink to Micro frameworks em Python">Micro frameworks em Python</a></h2> </header>
<div class="entry-content"> <p>As <em>micro frameworks</em> em <a class="reference external" href="http://www.python.org/">Python</a> estão na moda hoje em dia, julgo que têm o seu espaço nomeadamente para pequenos webservices.
Com o <a class="reference external" href="http://www.python.org/dev/peps/pep-0333/">PEP 333</a>, que especifica o <a class="reference external" href="http://www.wsgi.org/">WSGI(Python Web Server Gateway Interface)</a> e a diversidade de módulos existentes para as diversas componentes necessárias para a sua construção, torna …</p> </div><!-- entry-content -->
</article>
<p class="paginator">
<a href="https://python.pt/index.html">«</a>
Page 2 / 3
<a href="https://python.pt/index3.html">»</a>
</p>
</section><!-- content -->
<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>