Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 61 additions & 6 deletions content/pages/livros.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,71 @@
======
Livros
======

:slug: livros

Itaque dolorem sit vel nisi deserunt doloribus nihil. Soluta provident aliquam iusto et voluptatibus fuga quibusdam. In voluptas dolorem omnis esse nesciunt odio eaque. Accusamus quisquam aliquid qui mollitia eligendi. Rerum ea qui aperiam ipsam vitae cum maiores nobis. Dolorum est praesentium eligendi repudiandae.

Aperiam et nisi deserunt voluptas officia porro alias. Dolor omnis quia enim nobis. Omnis soluta perferendis sequi maxime. Quisquam iure reiciendis ipsum laboriosam repudiandae sunt nihil. Magni quos blanditiis quidem perspiciatis sit.

Mollitia perspiciatis perferendis exercitationem in ea consectetur saepe. Officia quis cupiditate officia amet commodi expedita. Consequatur numquam corporis quam neque numquam quaerat debitis. Aliquam nihil quod consectetur quidem veniam omnis qui.
### 2012

- [Making Games with Python and Pygame](https://www.amazon.com/Making-Games-Python-Pygame-Sweigart/dp/1469901730?ie=UTF8&tag=playwithpyth-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0982106017)

- [Think Python: How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/thinkpython.html)


### 2013

- [Python Geospatial Development - Second Edition](https://www.packtpub.com/application-development/python-geospatial-development-second-edition)


### 2014

- [Python for Informatics: Exploring Information: Exploring Information](https://www.amazon.com/Python-Informatics-Exploring-Information-ebook/dp/B00K0O8HFQ)

- [Python® Scripting for ArcGIS®](https://esripress.esri.com/bookResources/index.cfm?event=catalog.book&id=9)

- [Python Pocket Reference](http://shop.oreilly.com/product/0636920028338.do)

- [Python for Scientists](https://www.cambridge.org/core/books/python-for-scientists/E5CBE088065279A607A18673622AD89D)

- [Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript](https://www.amazon.com/Test-Driven-Development-Python-Selenium-JavaScript/dp/1449364829)


### 2015

- [Learning Geospatial Analysis with Python - Second Edition](https://www.packtpub.com/application-development/learning-geospatial-analysis-python-second-edition)

- [Mastering Pandas](https://www.packtpub.com/big-data-and-business-intelligence/mastering-pandas)

- [Django Design Patterns and Best Practices](https://www.amazon.com/Django-Design-Patterns-Best-Practices/dp/1783986646)


### 2016

- [Deep Learning (Adaptive Computation and Machine Learning series)](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618/ref=sr_1_1?ie=UTF8&qid=1472485235&sr=8-1&keywords=deep+learning+book)

- [Advanced Machine Learning with Python](https://www.packtpub.com/big-data-and-business-intelligence/advanced-machine-learning-python)

- [Expert Python Programming](https://www.packtpub.com/application-development/expert-python-programming-second-edition)

- [Learning Python for Forensics](https://www.packtpub.com/networking-and-servers/learning-python-forensics)

- [Python For Everybody-Exploring Data Using Python 3](https://www.amazon.com/Python-Everybody-Exploring-Data/dp/1530051126)

- [Django Project BluePrints](https://www.packtpub.com/web-development/django-project-blueprints)


### 2017

- [Fundamentals Of Python](https://www.amazon.com/Fundamentals-Python-Programs-Introduction-Programming-ebook/dp/B00B7JJ43C)

- [Learn Python In 7 Days](https://www.packtpub.com/application-development/learn-python-7-days)

- [Beginning Django Web Application Development and Deployment with Python](https://www.apress.com/br/book/9781484227862)


### 2018

Et nesciunt eaque nihil voluptas et eum ut repellendus. Dignissimos dolores accusantium eius assumenda aut. Voluptates vero consequatur qui aut occaecati. Laborum suscipit et fugiat.
- [Django 2 by Example](https://www.packtpub.com/application-development/django-2-example)

Est consequatur consequuntur numquam quaerat aut unde. Voluptatibus facilis culpa nesciunt. Quae aut corporis delectus.
- [Building Django 2.0 Web Applications](https://www.packtpub.com/web-development/building-django-20-web-applications)

83 changes: 83 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,86 @@
LOAD_CONTENT_CACHE = False

THEME = 'theme/python-pt'

# Navbar Links da Home Page
NAVBAR_HOME_LINKS = [
{
'title': 'Blog',
'href': 'blog/lorem.rst',
'desc': 'Blog...',
'children': [
{
'title': "2019",
'href': '#',
},
]
},
{
'title': 'Inicio',
'href': '#',
'desc': 'Inicio...',
'children': [
{
'title': 'O que é o Python?',
'href': '#',
},
{
'title': 'Quem utiliza?',
'href': '#',
},
]
},
{
'title': 'Recursos',
'href': '#',
'desc': ('Aprenda ...'),
'children': [
{
'title': 'Documentação Oficial',
'href': 'https://docs.python.org',
},
{
'title': 'Livros',
'href': 'livros',
},
{
'title': 'Vídeos',
'href': 'videos',
},
{
'title': 'Tutoriais',
'href': 'tutoriais',
},
]
},
{
'title': 'Onde estamos',
'href': '#',
'desc': (
'Participe...'
),
'children': [
{
'title': 'Mailling List',
'href': 'https://groups.google.com/forum/#!forum/python-pt',
},
{
'title': 'Facebook',
'href': 'https://www.facebook.com/python.pt',
},
{
'title': 'Telegram',
'href': 'https://twitter.com/pythonpt',
},
{
'title': 'Twitter',
'href': 'https://twitter.com/pythonpt',
},
]
},
{
'title': 'Eventos',
'href': 'eventos',
'desc': 'Eventos...',
},
]
49 changes: 44 additions & 5 deletions theme/python-pt/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block head %}
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
<meta charset="utf-8" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="{{ SITEURL }}/theme/static/css/style.css" rel="stylesheet" />
{% if FAVICON %}
<link rel="shortcut icon" href="{{ SITEURL }}/{{ FAVICON }}" type="image/x-icon" />
Expand Down Expand Up @@ -39,15 +39,50 @@

<body id="index" class="archive">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">PythonPT</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">
{% for link in NAVBAR_HOME_LINKS[:-1] %}
<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">
{{ link.title }}
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
{% for sublink in link.children %}
{% if sublink.href.startswith('http') %}
<a class="dropdown-item" href="{{ sublink.href }}">{{ sublink.title }}</a>
{% else %}
<a class="dropdown-item" href="{{ SITEURL }}/{{ sublink.href }}">{{ sublink.title }}</a>
{% endif %}
{% endfor %}
</div>
</li>
{% endfor %}
</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="{% block navclass %}{{ NAVCLASS }}{% endblock navclass %}"><a href="{{ SITEURL }}">Home</a></li>-->
<!-- <ul class="nav nav-pills pull-right">
<li class="{% block navclass %}{{ NAVCLASS }}{% endblock navclass %}"><a href="{{ SITEURL }}">Home</a></li>
{% for p in pages %}
<li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
<li{% if author or tag %} class="active"{% endif %}{% block archclass %}{{ ARCHCLASS }}{% endblock archclass %}><a href="{{ SITEURL }}/archives.html">Blog</a></li>
</ul>
<h3 class="text-muted"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h3>
</ul> -->


<!-- <h3 class="text-muted"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h3> -->
<h2 class="text-muted">{{ SITESUBTITLE }}</h2>
</div>
{% block content %}
Expand All @@ -61,6 +96,10 @@ <h2 class="text-muted">{{ SITESUBTITLE }}</h2>
</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>

{% include 'analytics.html' %}
{% include 'piwik.html' %}
</body>
Expand Down
Loading