{% extends "base.html" %} {% block title %}Email sign up - {% endblock %} {% block content %}
Email Newsletter
{% include "email-for-book.html" %}
Previous issues
Past email issues can be viewed in the archive.
- Less than 24 hours to back Python for Entrepreneurs - Aug 24, 2016
- Python for Entrepreneurs Launch! - Jul 26, 2016
- 21 new Python+Django & Flask tutorials - Mar 21, 2016
{% include "sidebar.html" %} {% endblock %}