You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
28
31
[Twilio blog](https://www.twilio.com/blog). We have already published a slew
29
32
of awesome Python walkthroughs such as:
30
33
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
34
38
*[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
35
40
36
41
Take a look at the [Twilio Voices page](http://www.twiliovoices.com/) and
37
42
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.
39
45
40
46
As always, send me an email or [submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues)
0 commit comments