Skip to content

Commit 9882c78

Browse files
committed
update latest newsletter for blog
1 parent 0659ff9 commit 9882c78

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

content/posts/171030-pydev-week-django-2-twilio-voices.markdown

+19-13
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,38 @@ headeralt: Python programming language and Full Stack Python logos.
1010

1111
[**PyDev of the Week**](https://www.blog.pythonlibrary.org/category/pydevoftheweek/)
1212
is a developer interview series by
13-
[Mike Driscoll](https://github.com/driscollis) that asks Python developers
14-
how they started programming, what projects they're currently coding and advice
15-
they have for new developers. Mike was kind enough to
16-
interview me in the current October 30th post.
13+
[Mike Driscoll](https://github.com/driscollis) that asks Python programmers
14+
how they started coding, the projects they're working on and what advice
15+
they have for beginners. Mike was kind enough to
16+
[interview me in the latest PyDev of the Week post](https://www.blog.pythonlibrary.org/2017/10/30/pydev-of-the-week-matthew-makai/).
1717

1818
In the PyDev interview I gave a big shoutout to the fine folks working on the
1919
[Django project](https://www.fullstackpython.com/django.html), which is
2020
currently beta testing the major upcoming
2121
[**Django 2.0 release**](https://docs.djangoproject.com/en/2.0/releases/2.0/).
2222
Django 2.0 is the first release to support only Python 3, specifically
23-
[Python 3.4, 3.5 and 3.6](https://docs.djangoproject.com/en/2.0/releases/2.0/#python-compatibility).
24-
25-
One bit I missed from the PyDev interview is a new program I'm working on
26-
called [**Twilio Voices**](http://www.twiliovoices.com), which pays developers
27-
to write great technical tutorials for the
23+
[Python 3.4, 3.5 and 3.6](https://docs.djangoproject.com/en/2.0/releases/2.0/#python-compatibility).
24+
The [Django 2.0 beta 1 release](https://www.djangoproject.com/weblog/2017/oct/16/django-20-beta-1-released/)
25+
needs
26+
[feedback on bugs in the issue tracker](https://code.djangoproject.com/query?version=2.0&col=id&col=summary&col=status&col=owner&col=type&col=component&col=version&desc=1&order=id).
27+
28+
One bit I missed calling out in the PyDev interview is a new program I'm
29+
working on called [**Twilio Voices**](http://www.twiliovoices.com). Twilio
30+
Voices pays developers to write great technical tutorials for the
2831
[Twilio blog](https://www.twilio.com/blog). We have already published a slew
2932
of awesome Python walkthroughs such as:
3033

31-
* [How I Hacked My University's Registration System with Twilio SMS](https://www.twilio.com/blog/2017/06/hacked-my-universitys-registration-system-python-twilio.html)
32-
* [Getting Started on Geospatial Analysis with Python, GeoJSON and GeoPandas](https://www.twilio.com/blog/2017/08/geospatial-analysis-python-geojson-geopandas.html)
33-
* [Wedding at Scale: How I Used Twilio, Python and Google to Automate My Wedding](https://www.twilio.com/blog/2017/04/wedding-at-scale-how-i-used-twilio-python-and-google-to-automate-my-wedding.html)
34+
* [How I Hacked My University's Registration System with Twilio SMS](https://www.twilio.com/blog/2017/06/hacked-my-universitys-registration-system-python-twilio.html) by Samuel Taylor
35+
* [Getting Started on Geospatial Analysis with Python, GeoJSON and GeoPandas](https://www.twilio.com/blog/2017/08/geospatial-analysis-python-geojson-geopandas.html) by Lesley Cordero
36+
* [JSON Serialization in Python using serpy](https://www.twilio.com/blog/2017/08/json-serialization-in-python-using-serpy.html) by Siddhant Goel
37+
* [Wedding at Scale: How I Used Twilio, Python and Google to Automate My Wedding](https://www.twilio.com/blog/2017/04/wedding-at-scale-how-i-used-twilio-python-and-google-to-automate-my-wedding.html) by Thomas Curtis
3438
* [Never Forget A Friend’s Birthday with Python, Flask and Twilio](https://www.twilio.com/blog/2017/09/never-forget-friends-birthday-python-flask-twilio.html)
39+
by Bob Belderbos
3540

3641
Take a look at the [Twilio Voices page](http://www.twiliovoices.com/) and
3742
submit the interest form if you want to get paid to write code tutorials
38-
and we'll take care of promoting your work to other developers.
43+
in any programming language of your choice. We'll take care of promoting your
44+
posts to the broader developer community.
3945

4046
As always, send me an email or [submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues)
4147
to let me know how to improve

0 commit comments

Comments
 (0)