forked from pythonclub/pythonclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython2.html
More file actions
356 lines (332 loc) · 32.7 KB
/
Copy pathpython2.html
File metadata and controls
356 lines (332 loc) · 32.7 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PythonClub, ">
<meta name="theme-color" content="#101212">
<link rel="alternate" href="http://pythonclub.com.br/feeds/all.atom.xml" type="application/atom+xml" title="PythonClub Full Atom Feed"/>
<link rel="alternate" href="http://pythonclub.com.br/feeds/all.rss.xml" type="application/rss+xml" title="PythonClub Full RSS Feed"/>
<link rel="shortcut icon" href="http://pythonclub.com.br/theme/images/favicon.ico" >
<title>Categoria Python // PythonClub // </title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css">
<link rel="stylesheet" href="http://pythonclub.com.br/theme/css/pure.css">
<link rel="stylesheet" href="http://pythonclub.com.br/theme/css/custom.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50935105-1', 'pythonclub.com.br');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<!-- transifex -->
<!-- <script type="text/javascript"> -->
<!-- window.liveSettings = { -->
<!-- api_key: "f8fd260a9bdc4e9195c80e31416bb254", -->
<!-- picker: "bottom-right", -->
<!-- detectlang: true, -->
<!-- autocollect: true -->
<!-- }; -->
<!-- </script> -->
<!-- <script type="text/javascript" src="//cdn.transifex.com/live.js"></script> -->
<!-- end transifex -->
<meta name="google-site-verification" content="XQc_QtnTecI9nxAfplXGtECCpZQDwbDRcn7pyDVa1LE" />
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<div class="cover-img" style="background-image: url('')">
<div class="cover-body">
<header class="header">
<hgroup>
<h1 class="brand-main"><a href="/"><img src="http://res.cloudinary.com/diu8g9l0s/image/upload/v1400201393/pythonclub/logo_275x130.png" alt="PythonClub" /></a></h1>
<p class="tagline"></p>
<p class="links"><a href="http://pythonclub.com.br/archives.html">Arquivo</a></p>
<p class="links"><a href="http://pythonclub.com.br/pages/about.html">Quem Somos</a></p>
<div class="section articles-random">
<h1 class="tagline">Não deixe de ver!</h1>
<div id="random-articles"></div>
</div>
<p class="social">
<a href="https://github.com/pythonclub/pythonclub.github.io">
<i class="fa fa-github fa-3x"></i>
</a>
<a href="feeds/all.atom.xml">
<i class="fa fa-rss fa-3x"></i>
</a>
</p>
<p class="tagline">
Esta comunidade é signatária do
<a target="_blank" href="http://smallactsmanifesto.org" title="Small Acts Manifesto">
<img src="http://smallactsmanifesto.org/static/images/smallacts-badge-80x15.png"
style="border: none;"
alt="Small Acts Manifesto"
/>
</a>
</p>
</hgroup>
</header>
</div>
</div>
</div> <div class="pure-u-1">
<div class="content">
<div class="google-search">
<script>
(function() {
var cx = '013207087308420121210:ehs0cs4sbxy';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only resultsUrl="http://pythonclub.com.br/pages/search.html" newWindow="false" enableAutoComplete=true></gcse:searchbox-only>
</div>
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">
Postagens em 'Python' – Page 2
</h1>
<section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/michell-stuttgart.html" title="See posts by Michell Stuttgart">
<img class="avatar" alt="Michell Stuttgart" src="https://www.gravatar.com/avatar/5e8ca4e23c3c82db47bfae30e7254d8d">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-1-de-4.html">Python com Unittest, Travis CI, Coveralls e Landscape (Parte 1 de 4)</a></h3>
<p class="post-meta"><p>Durante o desenvolvimento de um software, tão importante quanto escrever um código organizado e que siga as melhores práticas, é garantir que o mesmo cumpra os requisitos a que ele se propõe. Em outras palavras, garantir que o software funcione de maneira adequada.</p>
<p>O processo de testes de um software ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-1-de-4.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Fri 06 May 2016
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/andre-almar.html" title="See posts by Andre Almar">
<img class="avatar" alt="Andre Almar" src="https://www.gravatar.com/avatar/6adb4559ed75c2adbd426a6a7e5b38e3">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/python-generators.html">Python Generators</a></h3>
<p class="post-meta"><p><code>Publicado originalmente em:</code> <a href="http://andrealmar.com/2016/02/generators">http://andrealmar.com/2016/02/generators</a></p>
<blockquote>
<p>I'm the Generator, firing whenever you quit Yeah whatever it is, you go out and it's on<br />
Yeah can't you hear my motored heart You're the one that started it</p>
</blockquote>
<p><br />
<figure>
<center><img src="images/andrealmar/Generator_FooFighters.jpg" alt="Foo Fighters - Generator" align="middle"></center>
</figure>
<br /><br />
Não...eu não vou escrever neste post ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/python-generators.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Fri 19 February 2016
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/jose-cordeiro-de-oliveira-junior.html" title="See posts by José Cordeiro de Oliveira Junior">
<img class="avatar" alt="José Cordeiro de Oliveira Junior" src="https://www.gravatar.com/avatar/154b8a99ec1a0120b3369ad2b9f5526f">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/paralelismo-em-python-usando-concurrent.futures.html">Paralelismo em Python usando concurrent.futures</a></h3>
<p class="post-meta"><p>Esse post tem por objetivo abordar o uso da bliblioteca <a href="https://docs.python.org/dev/library/concurrent.futures.html">concurrent.futures</a> para realizar operações paralelas em Python. Dito isto, gostaria de contextualizar de forma simples <em>paralelismo</em> e <em>concorrência</em>:</p>
<ul>
<li><strong>Concorrência:</strong> é quando um computador que possui apenas um core parece estar realizando duas ou mais operações ao mesmo tempo, quando ...</li></ul></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/paralelismo-em-python-usando-concurrent.futures.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Fri 19 February 2016
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/eric-hideki.html" title="See posts by Eric Hideki">
<img class="avatar" alt="Eric Hideki" src="https://www.gravatar.com/avatar/516f49a3d5a51ace5b39bd0c276f277a">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/como-encontrar-solucoes-python.html">Como encontrar soluções para seus problemas com Python</a></h3>
<p class="post-meta"><h2>Como encontrar soluções para seus problemas com Python</h2>
<p>Quando estamos aprendendo algo, o início geralmente é difícil. Conseguir absorver novos conceitos e entender como as coisas funcionam não é uma das tarefas mais simples, porém nessas horas precisamos lembrar do conceito de 'babysteps' (Um passo de cada vez), ter paciência ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/como-encontrar-solucoes-python.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Sat 09 January 2016
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/lucas-magnum.html" title="See posts by Lucas Magnum">
<img class="avatar" alt="Lucas Magnum" src="https://www.gravatar.com/avatar/fd4353a4340b2bc0d056bec378b39d8f">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/django-na-pratica-aula-01.html">Django na prática - Hello World</a></h3>
<p class="post-meta"><p>Esse é o primeiro post do Curso <strong>django na prática</strong> onde você aprenderá tudo que precisa para criar um sistema web :D</p>
<p>Utilizaremos a versão 1.8 do Django com Python 3!</p>
<div class="section" id="requisitos">
<h2>Requisitos</h2>
<ul class="simple">
<li>Linux (Ubuntu)</li>
<li>Python 3.X</li>
<li>Virtualenv</li>
<li>pip</li>
</ul>
<p>Se precisar de ajuda para instalar o pip, você pode ...</p></div></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/django-na-pratica-aula-01.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Mon 26 October 2015
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/capi-etheriel.html" title="See posts by Capi Etheriel">
<img class="avatar" alt="Capi Etheriel" src="https://www.gravatar.com/avatar/fa41d8fbd0879cee11da11ade94580b2">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/raspando-a-web-com-python-parte-1.html">Raspando a Web com Python: Introdução</a></h3>
<p class="post-meta"><p>É possível usar Python puro para processar XML e calcular os gastos da copa! Primeiro post numa série sobre raspagem de dados com Python, LXML e Scrapy (y otras cositas más).</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/raspando-a-web-com-python-parte-1.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Wed 08 July 2015
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/erick-muller.html" title="See posts by Erick Müller">
<img class="avatar" alt="Erick Müller" src="https://www.gravatar.com/avatar/7255a11a33d90535c1db9d0336866187">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/instalando-pycharm-ubuntu.html">Instalando o PyCharm no Ubuntu (e irmãos)</a></h3>
<p class="post-meta"><p>O objetivo aqui é instalar o PyCharm no Ubuntu e distribuições "irmãs" (como o Mint); estou instalando a versão <strong>Community Edition</strong>, que acredito que é a que muita gente que começa com essa poderosa IDE vai instalar pra dar os primeiros passos, experimentar.</p>
<p>(aliás, bom avisar antes de começar: fiz ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/instalando-pycharm-ubuntu.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Sun 14 June 2015
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/lucas-magnum.html" title="See posts by Lucas Magnum">
<img class="avatar" alt="Lucas Magnum" src="https://www.gravatar.com/avatar/fd4353a4340b2bc0d056bec378b39d8f">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/django-introducao-queries.html">Como otimizar suas consultas no Django - De N a 1 em 20 minutos</a></h3>
<p class="post-meta"><p>Essa semana fiz uma palestra em um BEV no <a class="reference external" href="http://luizalabs.com/">Luizalabs</a>.
Resolvi falar sobre Django, pois é um framework que utilizamos na empresa para diversos projetos.</p>
<p>O objetivo é ensinar algumas técnicas simples e que auxiliam a diminuir o número de consultas que realizamos
no banco de dados.de</p>
<p>Os slides ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/django-introducao-queries.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Sun 10 May 2015
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/lucas-magnum.html" title="See posts by Lucas Magnum">
<img class="avatar" alt="Lucas Magnum" src="https://www.gravatar.com/avatar/fd4353a4340b2bc0d056bec378b39d8f">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/django-overview-10-minutos.html">Django - 3 anos em 10 minutos</a></h3>
<p class="post-meta"><p>Em março de 2012 foi lançada a versão 1.4 e por aqui que nossa jornada começa, o objetivo não é entrar em detalhes em todas as features que foram implementadas e sim um <cite>overview</cite> sobre as que considero mais importantes para nosso dia a dia.</p>
<div class="section" id="versao-1-4-ha-3-anos">
<h2>Versão <a class="reference external" href="https://docs.djangoproject.com/en/1.4/releases/1.4/">1.4</a> (Há ...</h2></div></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/django-overview-10-minutos.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Mon 06 April 2015
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/eduardo-klosowski.html" title="See posts by Eduardo Klosowski">
<img class="avatar" alt="Eduardo Klosowski" src="https://www.gravatar.com/avatar/d6efd90a61f485b1b0c5ffaf6caf501d">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/microframework-contra-baterias-incluidas.html">Microframework contra "Baterias Incluídas"</a></h3>
<p class="post-meta"><p><a class="reference external" href="https://www.python.org/">Python</a> é uma linguagem de programação que tem a fama existir mais frameworks web que palavras reservadas, isso se reflete em uma diversidade de opções para os mais diversos gostos. Talvez isso seja um reflexo da diversidade de pessoas que utilizam o Python para as mais diversas finalidades.</p>
<p>Quando iniciei ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/microframework-contra-baterias-incluidas.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">python</a> · Tue 17 February 2015
</p>
</header>
</section><div class="pagination-wrapper content-subhead">
<div class="pagination">
<div class="pagination-left">
<a href="http://pythonclub.com.br/category/python.html"><span>← Novos</span></a>
</div>
<span>Página 2 / 3</span>
<div class="pagination-right">
<a href="http://pythonclub.com.br/category/python3.html">Antigos →</a>
</div>
</div>
</div><footer class="footer">
<p>© PythonClub –
Built with <a href="https://github.com/PurePelicanTheme/pure">Pure Theme</a>
for <a href="http://blog.getpelican.com/">Pelican</a>
</p>
</footer> </div>
</div>
</div>
<div class="publish-github">
<a href="https://github.com/pythonclub/pythonclub.github.io">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://raw.githubusercontent.com/pythonclub/pythonclub.github.io/pelican/content/images/pythonclub_geral/forkme_dark-red_background-pythonclub01.png"
alt="Publique via GitHub"
data-canonical-src="https://raw.githubusercontent.com/pythonclub/pythonclub.github.io/pelican/content/images/pythonclub_geral/forkme_dark-red_background-pythonclub01.png">
</a>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://pythonclub.com.br/theme/js/dynamic_random_articles.js"></script>
<script>
var $top = $('.go-top');
// Show or hide the sticky footer button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$top.fadeIn(200);
} else {
$top.fadeOut(200);
}
});
// Animate the scroll to top
$top.click(function(event) {
event.preventDefault();
$('html, body').animate({scrollTop: 0}, 300);
})
// Makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
$('body').on('click', 'a[href="#"]', function(event) {
event.preventDefault();
});
$(function(){
show_random_articles($('#random-articles'), [{"url": "http://pythonclub.com.br/monitorando-ips-duplicados-na-rede.html", "title": "Monitorando Ips Duplicados na Rede"}, {"url": "http://pythonclub.com.br/django-rest-framework-class-based-views.html", "title": "Django Rest Framework - #3 Class Based Views"}, {"url": "http://pythonclub.com.br/django-rest-framework-requests-responses.html", "title": "Django Rest Framework - #2 Requests and Responses"}, {"url": "http://pythonclub.com.br/progrmacao-funcional-com-python-2.html", "title": "Programa\u00e7\u00e3o funcional com Python #2 - Iteraveis e iteradores"}, {"url": "http://pythonclub.com.br/progrmacao-funcional-com-python-1.html", "title": "Programa\u00e7\u00e3o funcional com Python #1 - Fun\u00e7\u00f5es"}, {"url": "http://pythonclub.com.br/progrmacao-funcional-com-python-0.html", "title": "Programa\u00e7\u00e3o funcional com Python #0 - Saindo da zona de conforto"}, {"url": "http://pythonclub.com.br/peewee-um-orm-python-minimalista.html", "title": "Peewee - Um ORM Python minimalista"}, {"url": "http://pythonclub.com.br/what-the-flask-pt-4-extensoes-para-o-flask.html", "title": "What the Flask? pt 4 - Extens\u00f5es para o Flask"}, {"url": "http://pythonclub.com.br/configurando-python-3.5-openshift-flask-gunicorn.html", "title": "Configurando OpenShift com Python 3.5 + Flask + Gunicorn"}, {"url": "http://pythonclub.com.br/instalando-o-python-vers\u00e3o-3.7.0-alpha-1-no-ubuntu-16.04.md.html", "title": "Instalando o Python vers\u00e3o 3.7.0 alpha 1 no Ubuntu 16.04"}, {"url": "http://pythonclub.com.br/abrangencia-de-listas-e-dicionarios-com-python.html", "title": "Abrang\u00eancia de Listas e Dicion\u00e1rios"}, {"url": "http://pythonclub.com.br/debugging-logging.html", "title": "Debugging - logging"}, {"url": "http://pythonclub.com.br/deploy-rapido-simples-com-dokku.html", "title": "Deploy r\u00e1pido e simples com Dokku"}, {"url": "http://pythonclub.com.br/bot-telegram-mais-web-scraping-parte-1.html", "title": "Bot telegram mais web scraping - parte 1"}, {"url": "http://pythonclub.com.br/como-distribuir-sua-aplicacao-python-com-pypi.html", "title": "Como distribuir sua aplica\u00e7\u00e3o Python com PyPI"}, {"url": "http://pythonclub.com.br/python-webassets-elm.html", "title": "Python webassets & Elm"}, {"url": "http://pythonclub.com.br/curso-asyncio-aula1.html", "title": "Curso Python asyncio: Aula 01 - Iterators e Generators"}, {"url": "http://pythonclub.com.br/curso-asyncio-aula00.html", "title": "Curso Python asyncio: Aula 00 - Introdu\u00e7\u00e3o ao m\u00f3dulo asyncio"}, {"url": "http://pythonclub.com.br/gerando-relatorios-de-testes-com-coveralls.html", "title": "Relat\u00f3rios de testes com Coveralls"}, {"url": "http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-4-de-4.html", "title": "Python com Unittest, Travis CI, Coveralls e Landscape (Parte 4 de 4)"}, {"url": "http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-3-de-4.html", "title": "Python com Unittest, Travis CI, Coveralls e Landscape (Parte 3 de 4)"}, {"url": "http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-2-de-4.html", "title": "Python com Unittest, Travis CI, Coveralls e Landscape (Parte 2 de 4)"}, {"url": "http://pythonclub.com.br/python-com-unittest-travis-ci-coveralls-e-landscape-parte-1-de-4.html", "title": "Python com Unittest, Travis CI, Coveralls e Landscape (Parte 1 de 4)"}, {"url": "http://pythonclub.com.br/github-pages-com-pelican-e-travis-ci.html", "title": "GitHub Pages com Pelican e Travis-CI"}, {"url": "http://pythonclub.com.br/sites-estaticos-com-lektor.html", "title": "Sites Est\u00e1ticos com Lektor"}, {"url": "http://pythonclub.com.br/django-rest-framework-serialization.html", "title": "Django Rest Framework Serialization"}, {"url": "http://pythonclub.com.br/explicit-is-better-than-implicit.html", "title": "Explicit is better than implicit"}, {"url": "http://pythonclub.com.br/tdd-com-python-e-flask.html", "title": "TDD com Python e Flask"}, {"url": "http://pythonclub.com.br/upload-de-arquivos-no-django-entendendo-os-modos-de-leitura.html", "title": "Upload de arquivos no Django: entendendo os modos de leitura"}, {"url": "http://pythonclub.com.br/python-generators.html", "title": "Python Generators"}, {"url": "http://pythonclub.com.br/paralelismo-em-python-usando-concurrent.futures.html", "title": "Paralelismo em Python usando concurrent.futures"}, {"url": "http://pythonclub.com.br/salvando-grafico-github-python-selenium.html", "title": "Salvando gr\u00e1fico de contribui\u00e7\u00f5es do Github com Python e Selenium"}, {"url": "http://pythonclub.com.br/como-encontrar-solucoes-python.html", "title": "Como encontrar solu\u00e7\u00f5es para seus problemas com Python"}, {"url": "http://pythonclub.com.br/criando-novos-comandos-no-django-admin.html", "title": "Criando novos comandos no django-admin"}, {"url": "http://pythonclub.com.br/extraindo-texto-de-imagens-com-python.html", "title": "Extraindo Texto de Imagens com Python"}, {"url": "http://pythonclub.com.br/django-rest-framework-quickstart.html", "title": "Django Rest Framework Quickstart"}, {"url": "http://pythonclub.com.br/material-do-tutorial-web-scraping-na-nuvem.html", "title": "Web Scraping na Nuvem com Scrapy"}, {"url": "http://pythonclub.com.br/class-based-views-django.html", "title": "Class Based Views no Django"}, {"url": "http://pythonclub.com.br/django-na-pratica-aula-01.html", "title": "Django na pr\u00e1tica - Hello World"}, {"url": "http://pythonclub.com.br/what-the-flask-pt-3-plug-use-extensoes-essenciais-para-iniciar-seu-projeto.html", "title": "What the Flask? Pt-3 Plug & Use - extens\u00f5es essenciais para iniciar seu projeto"}, {"url": "http://pythonclub.com.br/raspando-a-web-com-python-parte-1.html", "title": "Raspando a Web com Python: Introdu\u00e7\u00e3o"}, {"url": "http://pythonclub.com.br/instalando-pycharm-ubuntu.html", "title": "Instalando o PyCharm no Ubuntu (e irm\u00e3os)"}, {"url": "http://pythonclub.com.br/a-armadilha-dos-argumentos-com-valores-padrao.html", "title": "A armadilha dos argumentos com valores padr\u00e3o"}, {"url": "http://pythonclub.com.br/desenvolvendo-para-google-app-engine-com-tekton.html", "title": "Cria\u00e7\u00e3o de aplica\u00e7\u00f5es no Google App Engine com o Tekton"}, {"url": "http://pythonclub.com.br/django-introducao-queries.html", "title": "Como otimizar suas consultas no Django - De N a 1 em 20 minutos"}, {"url": "http://pythonclub.com.br/django-overview-10-minutos.html", "title": "Django - 3 anos em 10 minutos"}, {"url": "http://pythonclub.com.br/configurando-ambiente-django-com-apache-e-mod-wsgi.html", "title": "Configurando ambiente Django com Apache e mod_wsgi"}, {"url": "http://pythonclub.com.br/tuplas-mutantes-em-python.html", "title": "Tuplas mutantes em Python"}, {"url": "http://pythonclub.com.br/postgresql-e-django.html", "title": "PostgreSql e Django - parte 3"}, {"url": "http://pythonclub.com.br/postgresql-e-python3.html", "title": "PostgreSql e Python3 - parte 2"}, {"url": "http://pythonclub.com.br/microframework-contra-baterias-incluidas.html", "title": "Microframework contra "Baterias Inclu\u00eddas""}, {"url": "http://pythonclub.com.br/debugging-em-python-sem-ide.html", "title": "Debugging em python (sem IDE)"}, {"url": "http://pythonclub.com.br/tutorial-postgresql.html", "title": "Tutorial PostgreSql - parte 1"}, {"url": "http://pythonclub.com.br/conteinerizando-suas-aplicacoes-django-com-docker-e-fig.html", "title": "Conteinerizando suas aplica\u00e7\u00f5es django com docker e fig"}, {"url": "http://pythonclub.com.br/publicando-seu-hello-world-no-heroku.html", "title": "Publicando seu Hello World no Heroku"}, {"url": "http://pythonclub.com.br/entrevista-henrique-bastos.html", "title": "Entrevista com Henrique Bastos"}, {"url": "http://pythonclub.com.br/testes-de-carga-com-o-locust.html", "title": "Testes de carga com o Locust"}, {"url": "http://pythonclub.com.br/tutorial-django-17.html", "title": "Tutorial Django 1.7"}, {"url": "http://pythonclub.com.br/integrando-django-com-cloudinary.html", "title": "Integrando o Django com Cloudinary"}, {"url": "http://pythonclub.com.br/bottle-framework-full-stack-sem-django.html", "title": "Bottle Framework full stack sem Django"}, {"url": "http://pythonclub.com.br/desenvolvendo-com-bottle-parte-1.html", "title": "Desenvolvendo com Bottle - Parte 1"}, {"url": "http://pythonclub.com.br/gerenciando-banco-dados-sqlite3-python-parte2.html", "title": "Gerenciando banco de dados SQLite3 com Python - Parte 2"}, {"url": "http://pythonclub.com.br/solucao-quase-definitiva-para-permissoes-em-projetos-django.html", "title": "Solu\u00e7\u00e3o (quase) definitiva para permiss\u00f5es em projetos Django"}, {"url": "http://pythonclub.com.br/gerenciando-assets-com-django-pipeline.html", "title": "Gerenciando assets com django-pipeline"}, {"url": "http://pythonclub.com.br/deploy-app-django-openshift.html", "title": "Deploy App Django no Openshift"}, {"url": "http://pythonclub.com.br/criando-sites-estaticos-com-pelican.html", "title": "Criando sites est\u00e1ticos com Pelican Framework"}, {"url": "http://pythonclub.com.br/selenium-parte-4.html", "title": "Selenium - O que voc\u00ea deveria saber - Parte 4"}, {"url": "http://pythonclub.com.br/configurando-um-servidor-de-producao-para-aplicacoes-python.html", "title": "Configurando um servidor de produ\u00e7\u00e3o para aplica\u00e7\u00f5es Python"}, {"url": "http://pythonclub.com.br/what-the-flask-pt-2-flask-patterns-boas-praticas-na-estrutura-de-aplicacoes-flask.html", "title": "What the Flask? Pt-2 Flask Patterns - boas pr\u00e1ticas na estrutura de aplica\u00e7\u00f5es Flask"}, {"url": "http://pythonclub.com.br/gerenciando-banco-dados-sqlite3-python-parte1.html", "title": "Gerenciando banco de dados SQLite3 com Python - Parte 1"}, {"url": "http://pythonclub.com.br/introducao-classes-metodos-python-basico.html", "title": "Introdu\u00e7\u00e3o a Classes e M\u00e9todos em Python (b\u00e1sico)"}, {"url": "http://pythonclub.com.br/pyftpdlib-criando-um-servidor-ftp-simples-com-python.html", "title": "pyftpdlib - Criando um servidor FTP simples com python"}, {"url": "http://pythonclub.com.br/usando-redis-cache-django.html", "title": "Usando Redis para cache e sess\u00e3o do Django"}, {"url": "http://pythonclub.com.br/aprendendo-e-ensinando-python.html", "title": "Aprendendo e Ensinando Python"}, {"url": "http://pythonclub.com.br/selenium-parte-3.html", "title": "Selenium - O que voc\u00ea deveria saber - Parte 3"}, {"url": "http://pythonclub.com.br/what-the-flask-pt-1-introducao-ao-desenvolvimento-web-com-python.html", "title": "What the Flask? Pt-1 Introdu\u00e7\u00e3o ao desenvolvimento web com Python"}, {"url": "http://pythonclub.com.br/selenium-parte-2.html", "title": "Selenium - O que voc\u00ea deveria saber - Parte 2"}, {"url": "http://pythonclub.com.br/guia-rapido-comandos-sqlite3.html", "title": "Guia r\u00e1pido de comandos SQLite3"}, {"url": "http://pythonclub.com.br/editando-o-admin-do-django.html", "title": "Editando o Admin do Django"}, {"url": "http://pythonclub.com.br/instalacao-python-django-windows.html", "title": "Instalando e Configurando o Python e Django no Windows"}, {"url": "http://pythonclub.com.br/criar-site-com-form-lista-30-min.html", "title": "Como criar um site com formul\u00e1rio e lista em 30 minutos?"}, {"url": "http://pythonclub.com.br/principais-duvidas-de-quem-quer-aprender-django.html", "title": "Principais d\u00favidas de quem quer aprender Django"}, {"url": "http://pythonclub.com.br/parseando-sites-com-beautifulsoup.html", "title": "Exemplo de como "Parsear" Sites com BeautifulSoup"}, {"url": "http://pythonclub.com.br/deploy-com-django-fagungis.html", "title": "Publica\u00e7\u00e3o de projetos com o Django-Fagungis"}, {"url": "http://pythonclub.com.br/como-fazer-fork-clone-push-pull-request-no-github.html", "title": "Como fazer fork, clone, push pull-request no Github"}, {"url": "http://pythonclub.com.br/primeiro-projeto-django-no-linux-com-sublime.html", "title": "Seu primeiro projeto Django com Sublime Text no Linux"}, {"url": "http://pythonclub.com.br/introducao-a-testes-funcionais-com-selenium-e-python.html", "title": "Introdu\u00e7\u00e3o a testes funcionais com Selenium e Python"}, {"url": "http://pythonclub.com.br/selenium-parte-1.html", "title": "Selenium - O que voc\u00ea deveria saber - Parte 1"}, {"url": "http://pythonclub.com.br/5-django-apps-que-nao-vivo-se.html", "title": "5 Django Apps que n\u00e3o vivo sem"}, {"url": "http://pythonclub.com.br/sobre-o-six-e-como-ele-ajuda-a-escrever-codigo-compativel-com-python-2-e-3.html", "title": "Sobre o six e como ele ajuda a escrever c\u00f3digo compat\u00edvel com python 2 e 3"}, {"url": "http://pythonclub.com.br/como_colaborar_com_projetos_open_source.html", "title": "Como colaborar na tradu\u00e7\u00e3o do Djangobook sem conhecer programa\u00e7\u00e3o"}], 10);
});
</script>
<!-- spot_im -->
<!-- <div id="spot-im-root"></div> -->
<!-- <script type="text/javascript">!function(t,o,p){function e(){var t=o.createElement("script");t.type="text/javascript",t.async=!0,t.src=("https:"==o.location.protocol?"https":"http")+":"+p,o.body.appendChild(t)}t.spotId="3de816246c80a51757bb01c5b8c95cda",t.spotName="",t.allowDesktop=!0,t.allowMobile=!1,t.containerId="spot-im-root",e()}(window.SPOTIM={},document,"//www.spot.im/embed/scripts/launcher.js");</script> -->
<!-- end spot_im -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'pythonclub/pythonclub.github.io'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</body>
</html>