Skip to content

Commit 691d092

Browse files
committed
new blog post sending text messages in python
1 parent 8c33a4b commit 691d092

31 files changed

+967
-256
lines changed

application-programming-intefaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; url=http://www.fullstackpython.com/application-programming-interfaces.html">
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/application-programming-interfaces.html">
55
</head>
66
<body>
77
</body>

blog.html

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,42 @@
3939
</div> </div>
4040
</div><div class="row">
4141
<div class="col-md-8">
42+
<h2 style="line-height: 1.5em;"><a href="/blog/send-sms-text-messages-python.html">How to Send SMS Text Messages with Python</a></h2>
43+
<div class="post-byline">
44+
Posted by <a href="/about-author.html">Matt Makai</a> on
45+
May 11, 2016.
46+
</div>
47+
<p>Short Message Service (SMS) text messages are ubiquitous for communication
48+
all over the world. It is easy to send SMS text messages from a
49+
<a href="/why-use-python.html">Python</a> application using a
50+
<a href="/application-programming-interfaces.html">web application programming interface (API)</a>.
51+
Let's take a look at the tools we need ... (<a href="/blog/send-sms-text-messages-python.html">read more</a>)
4252
<h2 style="line-height: 1.5em;"><a href="/blog/python-3-flask-green-unicorn-ubuntu-1604-xenial-xerus.html">How to set up Python 3, Flask and Green Unicorn on Ubuntu 16.04 LTS</a></h2>
43-
<span class="post-byline">
53+
<div class="post-byline">
4454
Posted by <a href="/about-author.html">Matt Makai</a> on
4555
May 10, 2016.
46-
</span>
56+
</div>
4757
<p>Ubuntu's latest Long Term Support (LTS)
4858
<a href="/operating-systems.html">operating system</a> was released last month, in
4959
April 2016. The 16.04 update for Ubuntu is known as "Xenial Xerus" and
5060
it's the first Ubuntu release to include <a href="/python-2-or-3.html">Python 3</a>
5161
as the default Python installation.</p>
5262
<p>We can use this new ... (<a href="/blog/python-3-flask-green-unicorn-ubuntu-1604-xenial-xerus.html">read more</a>)
5363
<h2 style="line-height: 1.5em;"><a href="/blog/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html">Setting up Python 3, Django and Gunicorn on Ubuntu 16.04 LTS</a></h2>
54-
<span class="post-byline">
64+
<div class="post-byline">
5565
Posted by <a href="/about-author.html">Matt Makai</a> on
5666
May 09, 2016.
57-
</span>
67+
</div>
5868
<p>Ubuntu released the newest Long Term Support (LTS) version of its
5969
<a href="/operating-systems.html">operating system</a> in April 2016. The update
6070
brings Ubuntu to version 16.04 and its latest code name is
6171
"Xenial Xerus". 16.04 is the first Ubuntu release to include
6272
<a href="/python-2-or-3.html">Python 3</a> as the default Python ... (<a href="/blog/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html">read more</a>)
6373
<h2 style="line-height: 1.5em;"><a href="/blog/full-stack-python-blog.html">The Full Stack Python Blog</a></h2>
64-
<span class="post-byline">
74+
<div class="post-byline">
6575
Posted by <a href="/about-author.html">Matt Makai</a> on
6676
May 08, 2016.
67-
</span>
77+
</div>
6878
<p>Full Stack Python began way back in December 2012 when I started writing
6979
the initial <a href="/deployment.html">deployment</a>, <a href="/servers.html">server</a>,
7080
operating system, web server and WSGI server pages. Since then, the pages

blog/full-stack-python-blog.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
</div><div class="row">
3737
<div class="col-md-12">
3838
<h1 class="blog-h1">The Full Stack Python Blog</h1>
39+
<div class="post-byline">
40+
Posted by <a href="/about-author.html">Matt Makai</a> on
41+
May 08, 2016.
42+
</div>
3943
<p>Full Stack Python began way back in December 2012 when I started writing
4044
the initial <a href="/deployment.html">deployment</a>, <a href="/servers.html">server</a>,
4145
operating system, web server and WSGI server pages. Since then, the pages
@@ -51,7 +55,7 @@ <h1 class="blog-h1">The Full Stack Python Blog</h1>
5155
is the spot for technical posts that fall outside the Twilio domain.</p>
5256
<p>Let me know what you think and what tutorials you'd like to see in the future.
5357
Hit me up on Twitter <a href="https://twitter.com/fullstackpython">@fullstackpython</a>
54-
or <a href="/https://twitter.com/mattmakai">@mattmakai</a>.</p>
58+
or <a href="https://twitter.com/mattmakai">@mattmakai</a>.</p>
5559
<hr>
5660
<div id="mc_embed_signup">
5761
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

blog/python-3-bottle-gunicorn-ubuntu-1604-xenial-xerus.html

Lines changed: 0 additions & 216 deletions
This file was deleted.

blog/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
</div><div class="row">
3737
<div class="col-md-12">
3838
<h1 class="blog-h1">Setting up Python 3, Django and Gunicorn on Ubuntu 16.04 LTS</h1>
39+
<div class="post-byline">
40+
Posted by <a href="/about-author.html">Matt Makai</a> on
41+
May 09, 2016.
42+
</div>
3943
<p>Ubuntu released the newest Long Term Support (LTS) version of its
4044
<a href="/operating-systems.html">operating system</a> in April 2016. The update
4145
brings Ubuntu to version 16.04 and its latest code name is
@@ -148,6 +152,10 @@ <h2>Ready for Development</h2>
148152
<a href="http://www.deploypython.com/">Full Stack Python Guide to Deployments book</a>.</p>
149153
<p>To figure out what to do next for your Python project, read the topics
150154
found on the <a href="/table-of-contents.html">table of contents</a> page.</p>
155+
<p>Questions? Contact me via Twitter
156+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
157+
or <a href="https://twitter.com/mattmakai">@mattmakai</a>. I'm also on GitHub with
158+
the username <a href="https://github.com/makaimc">makaimc</a>.</p>
151159
<hr>
152160
<div id="mc_embed_signup">
153161
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

blog/python-3-flask-green-unicorn-ubuntu-1604-xenial-xerus.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
</div><div class="row">
3737
<div class="col-md-12">
3838
<h1 class="blog-h1">How to set up Python 3, Flask and Green Unicorn on Ubuntu 16.04 LTS</h1>
39+
<div class="post-byline">
40+
Posted by <a href="/about-author.html">Matt Makai</a> on
41+
May 10, 2016.
42+
</div>
3943
<p>Ubuntu's latest Long Term Support (LTS)
4044
<a href="/operating-systems.html">operating system</a> was released last month, in
4145
April 2016. The 16.04 update for Ubuntu is known as "Xenial Xerus" and
@@ -169,6 +173,10 @@ <h2>Ready for Development</h2>
169173
<a href="http://www.deploypython.com/">Full Stack Python Guide to Deployments book</a>.</p>
170174
<p>To determine what to code next for your Python project, read the topics
171175
found on the <a href="/table-of-contents.html">table of contents</a> page.</p>
176+
<p>Questions? Contact me via Twitter
177+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
178+
or <a href="https://twitter.com/mattmakai">@mattmakai</a>. I'm also on GitHub with
179+
the username <a href="https://github.com/makaimc">makaimc</a>.</p>
172180
<hr>
173181
<div id="mc_embed_signup">
174182
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

0 commit comments

Comments
 (0)