forked from pythonclub/pythonclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.html
More file actions
165 lines (154 loc) · 8.12 KB
/
Copy pathpython.html
File metadata and controls
165 lines (154 loc) · 8.12 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
<!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, ">
<link rel="alternate" href="http://pythonclub.com.br/feeds/all.atom.xml" type="application/atom+xml" title="PythonClub Full Atom 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">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
</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/v1399599503/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="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">
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">
Postagens em 'Python' </h1>
<section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/mario-chaves.html" title="See posts by Mário Chaves">
<img class="avatar" alt="Mário Chaves" src="http://www.gravatar.com/avatar/1387fb1a185367bc11181777f482f3ea">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/introducao-a-testes-funcionais-com-selenium-e-python.html">Introdução a testes funcionais com Selenium e Python</a></h3>
<p class="post-meta"><p>Nesse post darei apenas uma introdução básica focada em auxiliar testadores a usar a linguagem de programação Python
para executar e guardar seus scripts de teste.</p>
<div class="section" id="porque-usar-a-linguagem-python-nos-testes-funcionais">
<h2>Porquê usar a linguagem Python nos testes funcionais?</h2>
<p>Como sabemos os testes funcionais são em sua grande parte desenvolvidos por Analistas de Testes e ...</p></div></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/introducao-a-testes-funcionais-com-selenium-e-python.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Fri 09 May 2014
</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="http://www.gravatar.com/avatar/f880a9c9877b6103cefae911ffeabf43">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/selenium-parte-1.html">Selenium - O que você deveria saber - Parte 1</a></h3>
<p class="post-meta"><p>Esse é o primeiro post da série sobre o Selenium, pretendo cobrir desde o básico até algumas coisas mais legais :)</p>
<div class="section" id="introducao">
<h2>Introdução</h2>
<p><a class="reference external" href="http://docs.seleniumhq.org/">Selenium</a> é um ótimo framework para realizar diversos tipos de tarefas com o browser.</p>
<p>Nesta série, vou tentar compartilhar com vocês o que acredito ser necessário para o bom ...</p></div></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/selenium-parte-1.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Thu 08 May 2014
</p>
</header>
</section><section class="post">
<header class="post-header">
<a href="http://pythonclub.com.br/author/artur-felipe-de-sousa.html" title="See posts by Artur Felipe de Sousa">
<img class="avatar" alt="Artur Felipe de Sousa" src="http://www.gravatar.com/avatar/806fc27cc8cd1fada8bbf11a6f85fade">
</a>
<h3><a class="post-title" href="http://pythonclub.com.br/sobre-o-six-e-como-ele-ajuda-a-escrever-codigo-compativel-com-python-2-e-3.html">Sobre o six e como ele ajuda a escrever código compatível com python 2 e 3</a></h3>
<p class="post-meta"><h3>Python 2.x ou python 3.x?</h3>
<p>Quem de nós já não se deparou com a seguinte dúvida: Qual versão do
python devo usar para começar meu projeto?</p>
<p>Há 6 anos, em dezembro de 2008 foi lançada a versão 3.0 do python. Uma versão
polêmica, a primeira incopatível com ...</p></p>
<p>
<a class="pure-button pure-button-primary" href="http://pythonclub.com.br/sobre-o-six-e-como-ele-ajuda-a-escrever-codigo-compativel-com-python-2-e-3.html">Leia mais...</a>
</p>
<p class="post-meta">
in <a href="http://pythonclub.com.br/category/python.html">Python</a> · Sun 04 May 2014
</p>
</header>
</section><div class="pagination-wrapper content-subhead">
<div class="pagination">
<div class="pagination-left">
</div>
<span>Página 1 / 1</span>
<div class="pagination-right">
</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>
<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();
});
</script>
<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('send', 'pageview');
</script>
</body>
</html>