-
Notifications
You must be signed in to change notification settings - Fork 20
/
feed
91 lines (91 loc) · 15.2 KB
/
feed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Full Stack Python</title><link>https://www.fullstackpython.com/</link><description></description><lastBuildDate>Wed, 23 Nov 2016 00:00:00 -0500</lastBuildDate><item><title>How to Make Phone Calls in Python</title><link>https://www.fullstackpython.com/make-phone-calls-python.html</link><description><p>Good old-fashioned phone calls remain one of the best forms of communication
despite the slew of new smartphone apps that have popped up over the past
several years. With just a few lines of Python code plus a
<a href="/application-programming-interfaces.html">web application programming interface</a>
we can make and receive phone calls from …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Wed, 23 Nov 2016 00:00:00 -0500</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-11-23:/make-phone-calls-python.html</guid></item><item><title>Dialing Outbound Phone Calls with a Bottle Web App</title><link>https://www.fullstackpython.com/dial-outbound-phone-calls-python-bottle.html</link><description><p>Python web apps built with the <a href="/bottle.html">Bottle web framework</a> can
<a href="/blog/send-sms-text-messages-python.html">send</a> and
<a href="/blog/reply-sms-text-messages-python-bottle.html">receive SMS text messages</a>.
In this tutorial we will go beyond texting and learn how to dial outbound
phone calls. The calls will read a snippet of text then play an MP3 file,
but they can then be …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Tue, 30 Aug 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-08-30:/dial-outbound-phone-calls-python-bottle.html</guid></item><item><title>Python for Entrepreneurs</title><link>https://www.fullstackpython.com/python-entrepreneurs.html</link><description><p><a href="https://www.kickstarter.com/projects/mikeckennedy/python-for-entrepreneurs-video-course">Python for Entrepreneurs</a>
is a new video course by the creators of
<a href="https://talkpython.fm/">Talk Python to Me</a> and
<a href="https://fullstackpython.com/">Full Stack Python</a>.</p>
<p>We are creating this course and running a Kickstarter for it based on
feedback that it's still too damn difficult to turn basic Python programming
knowledge into a business to …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sat, 30 Jul 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-07-30:/python-entrepreneurs.html</guid></item><item><title>Setting Up Python 3, Django & Gunicorn on Linux Mint 17.3</title><link>https://www.fullstackpython.com/python-3-django-gunicorn-linux-mint-17.html</link><description><p>Linux Mint 17.3 "Rosa" is December 2015 release of the polished and
widely-used Linux distribution. This Mint release includes both Python 2.7
and 3.4 by default, but in this tutorial we will download and install the
latest Python 3.5.1 version to run our Django application …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sun, 26 Jun 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-06-26:/python-3-django-gunicorn-linux-mint-17.html</guid></item><item><title>Configuring Python 3, Pyramid and Gunicorn on Ubuntu 16.04</title><link>https://www.fullstackpython.com/python-3-pyramid-gunicorn-ubuntu-1604-xenial-xerus.html</link><description><p><a href="/ubuntu.html">Canonical's Ubuntu 16.04 Long Term Support (LTS)</a> Linux
<a href="/operating-systems.html">operating system</a>, also known as "Xenial Xerus",
was released in April 2016. It is the first Ubuntu release to include
<a href="/python-2-or-3.html">Python 3</a> instead of Python 2 as its default Python
installation.</p>
<p>The <a href="/pyramid.html">Pyramid</a> web framework has long supported Python 3.
With …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sun, 19 Jun 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-06-19:/python-3-pyramid-gunicorn-ubuntu-1604-xenial-xerus.html</guid></item><item><title>Replying to SMS Text Messages with Python and Bottle</title><link>https://www.fullstackpython.com/reply-sms-text-messages-python-bottle.html</link><description><p>Python applications can
<a href="/blog/send-sms-text-messages-python.html">easily send SMS</a>
by using a <a href="/application-programming-interfaces.html">web API</a>.
Web apps built with the <a href="/bottle.html">Bottle</a> framework can also reply
to incoming text messages by handling inbound HTTP POST webhooks. In
this post we'll quickly walk through how to set up a Bottle web app to
handle SMS data …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sun, 05 Jun 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-06-05:/reply-sms-text-messages-python-bottle.html</guid></item><item><title>How to Build Your First Slack Bot with Python</title><link>https://www.fullstackpython.com/build-first-slack-bot-python.html</link><description><p><a href="/bots.html">Bots</a> are a useful way to interact with chat services such as
<a href="https://slack.com/">Slack</a>. If you have never built a bot before, this
post provides an easy starter tutorial for combining the
<a href="https://api.slack.com/">Slack API</a> with Python to create your first bot.</p>
<p>We will walk through setting up your development environment, obtaining …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sat, 04 Jun 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-06-04:/build-first-slack-bot-python.html</guid></item><item><title>Responding to SMS Text Messages with Python & Flask</title><link>https://www.fullstackpython.com/respond-sms-text-messages-python-flask.html</link><description><p>Short Message Service (SMS) text messages are
<a href="/blog/send-sms-text-messages-python.html">easy to send from Python applications</a>
with a
<a href="/application-programming-interfaces.html">web application programming interface (API)</a>.
Flask applications can also receive incoming text messages and respond
back to the sender with just a few lines of Python code.</p>
<h2>Tools We Need</h2>
<p>This tutorial is fine for …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Mon, 30 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-30:/respond-sms-text-messages-python-flask.html</guid></item><item><title>How to Install and Use MySQL on Ubuntu 16.04</title><link>https://www.fullstackpython.com/install-mysql-ubuntu-1604.html</link><description><p><a href="/mysql.html">MySQL</a> is a common open source
<a href="/databases.html">relational database</a> for creating, reading, updating
and deleting data in <a href="/web-frameworks.html">Python web applications</a>.
Let's learn how to install MySQL on <a href="/ubuntu.html">Ubuntu 16.04</a> and then
run a few SQL queries within the command line client.</p>
<p>We will not go over connecting via Python applications …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sat, 28 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-28:/install-mysql-ubuntu-1604.html</guid></item><item><title>Setting up PostgreSQL with Python 3 and psycopg on Ubuntu 16.04</title><link>https://www.fullstackpython.com/postgresql-python-3-psycopg2-ubuntu-1604.html</link><description><p><a href="/postgresql.html">PostgreSQL</a> is a powerful open source
<a href="/databases.html">relational database</a> frequently used to create, read,
update and delete <a href="/web-frameworks.html">Python web application</a> data.
<a href="http://pythonhosted.org/psycopg2/">Psycopg2</a> is a PostgreSQL database
driver that serves as a Python client for access to the PostgreSQL server.
This post explains how to install PostgreSQL on <a href="/ubuntu.html">Ubuntu 16.04</a>
and …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Wed, 18 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-18:/postgresql-python-3-psycopg2-ubuntu-1604.html</guid></item><item><title>How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</title><link>https://www.fullstackpython.com/install-redis-use-python-3-ubuntu-1604.html</link><description><p><a href="http://redis.io">Redis</a> is an in-memory key-value pair
<a href="/no-sql-datastore.html">NoSQL data store</a> often used
for <a href="/web-frameworks.html">web application</a> sessions,
transient <a href="/data.html">data</a> and as a broker for
<a href="/task-queues.html">task queues</a>. redis-py is a common Python code
library for interacting with Redis. Let's learn how to get Redis up
and running on <a href="/ubuntu.html">Ubuntu</a> and then start using …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Mon, 16 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-16:/install-redis-use-python-3-ubuntu-1604.html</guid></item><item><title>How to Send MMS Picture Messages with Python</title><link>https://www.fullstackpython.com/send-mms-picture-messages-python.html</link><description><p>Multimedia Message Service (MMS) picture and video messages are a common
extension to the Short Message Service (SMS) system for sending text
messages. Using a
<a href="/application-programming-interfaces.html">web application programming interface (API)</a>
with Python makes it easy to send MMS messages from a web application or
script. In this short tutorial we'll …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sun, 15 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-15:/send-mms-picture-messages-python.html</guid></item><item><title>Configuring Python 3, Bottle and Gunicorn for Development on Ubuntu 16.04 LTS</title><link>https://www.fullstackpython.com/python-3-bottle-gunicorn-ubuntu-1604-xenial-xerus.html</link><description><p>The <a href="/ubuntu.html">Ubuntu 16.04 Long Term Support (LTS)</a> Linux
<a href="/operating-systems.html">operating system</a> was released in April 2016.
This latest Ubuntu release is named "Xenial Xerus" and
it is the first Ubuntu release to include <a href="/python-2-or-3.html">Python 3</a>,
instead of Python 2.x, as the default Python installation.</p>
<p>We can quickly start a …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Fri, 13 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-13:/python-3-bottle-gunicorn-ubuntu-1604-xenial-xerus.html</guid></item><item><title>How to Send SMS Text Messages with Python</title><link>https://www.fullstackpython.com/send-sms-text-messages-python.html</link><description><p>Short Message Service (SMS) text messages are ubiquitous for communication
all over the world. It is easy to send SMS text messages from a
<a href="/why-use-python.html">Python</a> application using a
<a href="/application-programming-interfaces.html">web application programming interface (API)</a>.
Let's take a look at the tools we need to quickly add SMS capability to our
Python …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Wed, 11 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-11:/send-sms-text-messages-python.html</guid></item><item><title>How to set up Python 3, Flask and Green Unicorn on Ubuntu 16.04 LTS</title><link>https://www.fullstackpython.com/python-3-flask-green-unicorn-ubuntu-1604-xenial-xerus.html</link><description><p><a href="/ubuntu.html">Ubuntu</a>'s latest Long Term Support (LTS)
<a href="/operating-systems.html">operating system</a> was released last month, in
April 2016. The 16.04 update for Ubuntu is known as "Xenial Xerus" and
it's the first Ubuntu release to include <a href="/python-2-or-3.html">Python 3</a>
as the default Python installation.</p>
<p>We can use this new Ubuntu release along …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Tue, 10 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-10:/python-3-flask-green-unicorn-ubuntu-1604-xenial-xerus.html</guid></item><item><title>Setting up Python 3, Django and Gunicorn on Ubuntu 16.04 LTS</title><link>https://www.fullstackpython.com/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html</link><description><p><a href="/ubuntu.html">Ubuntu</a> released the newest Long Term Support (LTS)
version of its <a href="/operating-systems.html">operating system</a> in April 2016.
The update brings Ubuntu to version 16.04 and its latest code name is
"Xenial Xerus". 16.04 is the first Ubuntu release to include
<a href="/python-2-or-3.html">Python 3</a> as the default Python installation.</p>
<p>Let's use …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Mon, 09 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-09:/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html</guid></item><item><title>The Full Stack Python Blog</title><link>https://www.fullstackpython.com/full-stack-python-blog.html</link><description><p>Full Stack Python began way back in December 2012 when I started writing
the initial <a href="/deployment.html">deployment</a>, <a href="/servers.html">server</a>,
operating system, web server and WSGI server pages. Since then, the pages
have expanded out into a
<a href="/table-of-contents.html">boatload of other areas</a>
including subjects outside the deployment topics I originally started the
site to …</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Makai</dc:creator><pubDate>Sun, 08 May 2016 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:www.fullstackpython.com,2016-05-08:/full-stack-python-blog.html</guid></item></channel></rss>