1+ <!DOCTYPE html>
2+ < html lang ="pt-br ">
3+ < head >
4+ <!-- Required meta tags -->
5+ < meta charset ="utf-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7+
8+ < title > Python Brasil - Archives</ title >
9+
10+ <!-- Favicon -->
11+ < link href ="https://python.org.br/theme/img/favicon.ico " rel ="shortcut icon " type ="image/x-icon ">
12+ <!-- Bootstrap -->
13+ < link href ="https://python.org.br/theme/css/pybr.min.css " rel ="stylesheet ">
14+ < link href ="https://python.org.br/theme/css/pygment.css " rel ="stylesheet ">
15+ <!-- Custom colors override -->
16+ < link href ="https://python.org.br/theme/css/custom-colors.css " rel ="stylesheet ">
17+
18+
19+ < script >
20+
21+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
22+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
23+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
24+ } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
25+
26+ ga ( 'create' , 'UA-62093919-3' , 'auto' ) ;
27+ ga ( 'require' , 'linkid' ) ;
28+ ga ( 'send' , 'pageview' ) ;
29+
30+
31+ </ script >
32+ </ head >
33+
34+ < body >
35+
36+ < div class ="master-wrapper blue-top-border ">
37+ < nav class ="navbar navbar-expand-md navbar-dark bg-primary fixed-top ">
38+
39+ < a class ="navbar-brand " href ="https://python.org.br/ "> Python Brasil</ a >
40+
41+ < button class ="navbar-toggler navbar-toggler-right " type ="button " data-toggle ="collapse " data-target ="#navbar " aria-controls ="navbar " aria-expanded ="false " aria-label ="Toggle navigation ">
42+ < span class ="navbar-toggler-icon "> </ span >
43+ </ button >
44+
45+
46+ < div class ="collapse navbar-collapse " id ="navbar ">
47+ < ul class ="navbar-nav mr-auto ">
48+ < li class ="nav-item dropdown ">
49+ < a class ="nav-link dropdown-toggle " href ="# " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
50+ Impressione-se
51+ </ a >
52+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
53+ < a class ="dropdown-item " href ="https://python.org.br/empresas "> Empresas</ a >
54+ < a class ="dropdown-item " href ="https://python.org.br/projetos "> Projetos Brasileiros</ a >
55+ </ div >
56+ </ li >
57+ < li class ="nav-item dropdown ">
58+ < a class ="nav-link dropdown-toggle " href ="# " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
59+ Inicie-se
60+ </ a >
61+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
62+ < a class ="dropdown-item " href ="https://python.org.br/introducao "> Introdução</ a >
63+ < a class ="dropdown-item " href ="https://python.org.br/qual-python "> Qual Python?</ a >
64+ < a class ="dropdown-item " href ="https://www.python.org/downloads/ "> Download do python</ a >
65+ < a class ="dropdown-item " href ="https://python.org.br/instalacao-linux "> Instalação Linux</ a >
66+ < a class ="dropdown-item " href ="https://python.org.br/instalacao-mac "> Instalação Mac</ a >
67+ < a class ="dropdown-item " href ="https://python.org.br/instalacao-windows "> Instalação Windows</ a >
68+ < a class ="dropdown-item " href ="https://python.org.br/ferramentas "> Ferramentas</ a >
69+ </ div >
70+ </ li >
71+ < li class ="nav-item dropdown ">
72+ < a class ="nav-link dropdown-toggle " href ="# " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
73+ Aprenda mais
74+ </ a >
75+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
76+ < a class ="dropdown-item " href ="https://python.org.br/web "> Web</ a >
77+ < a class ="dropdown-item " href ="https://python.org.br/mobile "> Mobile</ a >
78+ < a class ="dropdown-item " href ="https://python.org.br/games "> Games</ a >
79+ < a class ="dropdown-item " href ="https://python.org.br/cientifico "> Científico</ a >
80+ < a class ="dropdown-item " href ="https://python.org.br/wiki "> Wiki</ a >
81+ </ div >
82+ </ li >
83+ < li class ="nav-item dropdown ">
84+ < a class ="nav-link dropdown-toggle " href ="# " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
85+ Participe
86+ </ a >
87+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
88+ < a class ="dropdown-item " href ="https://python.org.br/lista-de-discussoes "> Lista de Discussões</ a >
89+ < a class ="dropdown-item " href ="https://python.org.br/comunidades-locais "> Comunidades Locais</ a >
90+ < a class ="dropdown-item " href ="https://python.org.br/pyladies "> Pyladies</ a >
91+ < a class ="dropdown-item " href ="https://eventos.python.org.br "> Eventos</ a >
92+ < a class ="dropdown-item " href ="https://python.org.br/contribua "> Contribua</ a >
93+ < a class ="dropdown-item " href ="https://python.org.br/gruposonline "> Grupos de Discussão On-line</ a >
94+ < a class ="dropdown-item " href ="https://python.org.br/traducao "> Tradução</ a >
95+ </ div >
96+ </ li >
97+ < li class ="nav-item ">
98+ < a class ="nav-link " href ="https://apyb.python.org.br/ "> APyB</ a >
99+ </ li >
100+ < li class ="nav-item ">
101+ < a class ="nav-link " href ="https://apyb.python.org.br/pythonbrasil/cdc/ "> Código de Conduta</ a >
102+ </ li >
103+ </ ul >
104+ </ div >
105+ </ nav >
106+
107+ < header >
108+ < a href ="https://github.com/pythonbrasil/wiki ">
109+ < img style ="position: absolute; top: 40px; right: 0; border: 0; " src ="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png ">
110+ </ a >
111+ < div class ="container ">
112+ < div class ="row ">
113+ < div class ="col-12 ">
114+ < div class ="header-container ">
115+ < a href ="https://2025.pythonbrasil.org.br " target ="_blank ">
116+ < img class ="header-logo " title ="Python Brasil 2025 " alt ="Python Brasil 2025 (21-27 de Outubro de 2025) " src ="https://2025.pythonbrasil.org.br/images/main.png/@@images/image-2200-805c8bbb1ea72839b86149847d75dce4.png " style ="max-width:100%; width:800px; height:auto; ">
117+ </ a >
118+
119+ <!-- Comentando isso, pois as datas ja estao inclusas no logo de 2025. Adicionei as datas como parte do alttext tambem. <h2 class="header-subtitle">DE 21 A 27 DE OUTUBRO DE 2025</h2> -->
120+ < a class ="header-subtitle " href ="https://2025.pythonbrasil.org.br/ " target ="_blank ">
121+ < h2 class ="header-subtitle "> Acesse aqui o site da conferência para maiores informações e inscrição!</ h2 >
122+ </ a >
123+ </ div >
124+ </ div >
125+ </ div >
126+ </ div >
127+ </ header >
128+
129+ < main >
130+ < h1 > Archives for Python Brasil</ h1 >
131+
132+ < dl >
133+ </ dl >
134+ </ main >
135+
136+ < footer >
137+ < div class ="container ">
138+ < div class ="row ">
139+ < div class ="col-12 col-md-6 col-lg-4 ">
140+ < h3 > Sobre</ h3 >
141+ < p > Este site busca reunir todo o conteúdo produzido e traduzido pela comunidade brasileira bem como informações relevantes em relação a mesma.</ p >
142+ </ div >
143+
144+ < div class ="col-12 col-md-4 offset-md-2 col-lg-4 offset-lg-4 ">
145+ < h3 > Social</ h3 >
146+
147+ < ul >
148+ < li > < a href ="https://github.com/pythonbrasil "> < icon class ="fa fa-github "> </ icon > GitHub</ a > </ li >
149+ < li > < a href ="https://twitter.com/pythonbrasil "> < icon class ="fa fa-twitter "> </ icon > Twitter</ a > </ li >
150+ < li > < a href ="https://www.instagram.com/pythonbrasil/ "> < icon class ="fa fa-instagram "> </ icon > Instagram</ a > </ li >
151+ < li > < a href ="https://www.facebook.com/groups/python.brasil "> < icon class ="fa fa-facebook-official "> </ icon > Facebook</ a > </ li >
152+ < li > < a href ="https://groups.google.com/forum/#!forum/python-brasil "> < icon class ="fa fa-users "> </ icon > Lista de Discussões</ a > </ li >
153+ < li > < a href ="https://t.me/pythonbrasil "> < icon class ="fa fa-paper-plane "> </ icon > Telegram</ a > </ li >
154+ < li > < a href ="https://planet.python.org.br/ "> < icon class ="fa fa-globe "> </ icon > Planet Python</ a > </ li >
155+ </ ul >
156+ </ div >
157+ </ div >
158+ </ footer >
159+
160+ < script src ="https://python.org.br/theme/js/jquery.min.js "> </ script >
161+ < script src ="https://python.org.br/theme/js/tether.min.js "> </ script >
162+ < script src ="https://python.org.br/theme/js/bootstrap.min.js "> </ script >
163+
164+ </ div >
165+ </ body >
166+ </ html >
0 commit comments