Skip to content

Commit 073279e

Browse files
committed
update best resources page
1 parent 55aefba commit 073279e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ If you're learning your first programming language these books were written
2323
with you in mind. Developers learning Python as a second or later language
2424
should skip down to the next section for "experienced developers".
2525

26+
* [Real Python's tricks newsletter](https://realpython.com/python-tricks/)
27+
provides a ton of free content to show you how to get started and continue
28+
to improve your programming skills over time.
29+
2630
* This [short 5 minute video](https://www.youtube.com/watch?v=mvK0UzFNw1Q)
2731
explains why it's better to think of projects you'd like to build and
2832
problems you want to solve with programming. Start working on those projects
@@ -170,6 +174,15 @@ development podcasts.
170174
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup
171175
of the latest Python articles, videos, projects and upcoming events.
172176

177+
* The [Full Stack Python monthly newsletter](https://www.fullstackpython.com/email.html)
178+
is a monthly newsletter that focuses on a single topic each month. For
179+
example, one month will aggregate great Flask resources, while another
180+
month will provide WSGI server configurations.
181+
182+
* The [Python Tricks newsletter](https://realpython.com/python-tricks/)
183+
contains code snippets and stories every few days to teach you new ways to
184+
code Python.
185+
173186
* [PyCoder's Weekly](http://pycoders.com/) is another great free weekly
174187
email newsletter similar to Python Weekly. The best resources are generally
175188
covered in both newsletters but they often cover different articles
@@ -180,9 +193,3 @@ development podcasts.
180193
often pulls from different sources than the other two. It's well worth
181194
subscribing to all three so you don't miss anything.
182195

183-
* The [Full Stack Python monthly newsletter](https://www.fullstackpython.com/email.html)
184-
is a monthly newsletter that focuses on a single topic each month. For
185-
example, one month will aggregate great Flask resources, while another
186-
month will provide WSGI server configurations.
187-
188-

theme/templates/sponsor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' %}
1+
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' %}
22
{% include "rp-advert.html" %}
33
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %}
44
{% include "rollbar.html" %}

0 commit comments

Comments
 (0)