Skip to content

Commit d1a0067

Browse files
committed
more flask resources
1 parent c57ebfb commit d1a0067

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

all.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,11 @@ <h2>Flask resources</h2>
514514
<p><a href="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/">Flask by Example: Part 1</a>
515515
shows the basic first steps for setting up a Flask project.
516516
<a href="http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/">Part 2</a>
517-
is also now online that shows how to use PostgreSQL, SQLAlchemy and Alembic.</p>
517+
explains how to use PostgreSQL, SQLAlchemy and Alembic.
518+
<a href="https://realpython.com/blog/python/flask-by-example-part-3-text-processing-with-requests-beautifulsoup-nltk/">Part 3</a>
519+
describes text processing with BeautifulSoup and NLTK.
520+
<a href="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Part 4</a>
521+
shows how to build a task queue with Flask and Redis.</p>
518522
</li>
519523
<li>
520524
<p><a href="https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications">How to Structure Large Flask Applications</a>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-10T08:05:22Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-11T10:20:31Z</updated></feed>

flask.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ <h2>Flask resources</h2>
160160
<p><a href="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/">Flask by Example: Part 1</a>
161161
shows the basic first steps for setting up a Flask project.
162162
<a href="http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/">Part 2</a>
163-
is also now online that shows how to use PostgreSQL, SQLAlchemy and Alembic.</p>
163+
explains how to use PostgreSQL, SQLAlchemy and Alembic.
164+
<a href="https://realpython.com/blog/python/flask-by-example-part-3-text-processing-with-requests-beautifulsoup-nltk/">Part 3</a>
165+
describes text processing with BeautifulSoup and NLTK.
166+
<a href="https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/">Part 4</a>
167+
shows how to build a task queue with Flask and Redis.</p>
164168
</li>
165169
<li>
166170
<p><a href="https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications">How to Structure Large Flask Applications</a>

source/content/pages/02-web-frameworks/0203-flask.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ book which is an excellent learning resource.
129129
* [Flask by Example: Part 1](http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/)
130130
shows the basic first steps for setting up a Flask project.
131131
[Part 2](http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/)
132-
is also now online that shows how to use PostgreSQL, SQLAlchemy and Alembic.
132+
explains how to use PostgreSQL, SQLAlchemy and Alembic.
133+
[Part 3](https://realpython.com/blog/python/flask-by-example-part-3-text-processing-with-requests-beautifulsoup-nltk/)
134+
describes text processing with BeautifulSoup and NLTK.
135+
[Part 4](https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/)
136+
shows how to build a task queue with Flask and Redis.
133137

134138
* [How to Structure Large Flask Applications](https://www.digitalocean.com/community/articles/how-to-structure-large-flask-applications)
135139
covers a subject that comes up quickly once you begin adding significant

0 commit comments

Comments
 (0)