Skip to content

Commit a609d4c

Browse files
committed
new task queue resources
1 parent b7656a2 commit a609d4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+111
-67
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

all.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="/">Full Stack Python</a></span>
2525
</div>
2626
</div>
@@ -5708,6 +5708,22 @@ <h2>Hosted message and task queue services</h2>
57085708
own servers.</p>
57095709
</li>
57105710
</ul>
5711+
<h2>Open source examples that use task queues</h2>
5712+
<ul>
5713+
<li>
5714+
<p>Take a look at the code in this open source
5715+
<a href="https://www.twilio.com/docs/howto/walkthrough/appointment-reminders/python/flask">Flask application</a>
5716+
and
5717+
<a href="https://www.twilio.com/docs/howto/walkthrough/appointment-reminders/python/django">this Django application</a>
5718+
for examples of how to use and deploy Celery with a Redis broker to
5719+
send text messages with these frameworks. </p>
5720+
</li>
5721+
<li>
5722+
<p><a href="https://github.com/thrisp/flask-celery-example">flask-celery-example</a> is
5723+
a simple Flask application with Celery as a task queue and Redis as
5724+
the broker.</p>
5725+
</li>
5726+
</ul>
57115727
<h2>Task queue resources</h2>
57125728
<ul>
57135729
<li>

api-creation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

api-integration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

bottle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

caching.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com
2525
<div class="row">
2626
<div class="col-md-12">
2727
<div class="logo-header-section">
28-
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
28+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)