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
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Data-driven web apps with
2
2
3
-
Course demo code and other hand-out materials for our data driven web apps in course. Visit the full course page at **[training.talkpython.fm](https://training.talkpython.fm/courses/explore_/building-data-driven-web-applications-in-python-with--sqlalchemy-and-bootstrap)**
3
+
Course demo code and other hand-out materials for our data driven web apps in Flask course. Visit the full course page at **[training.talkpython.fm](https://training.talkpython.fm/courses/explore_flask/building-data-driven-web-applications-in-python-with-flask-sqlalchemy-and-bootstrap)**
One of the areas Python really shines is in building clean and powerful web applications. Once you know the language basics, this course will teach you everything you need to build data-driven, modern web applications in Python with the web framework.
9
+
One of the areas Python really shines is in building clean and powerful web applications. Once you know the language basics, this course will teach you everything you need to build data-driven, modern web applications in Python with the Flask web framework.
10
10
11
11
## What's this course about and how is it different?
12
12
@@ -17,7 +17,7 @@ We have taken great care to build a course that is **just real enough to give yo
17
17
While building our replica PyPI, you will learn:
18
18
19
19
* Learn about the different major Python web frameworks
20
-
* Create a -based website from scratch using the CLI and PyCharm
20
+
* Create a Flask-based website from scratch using the CLI and PyCharm
21
21
* Work with dynamic HTML templates
22
22
* Map URLs to view methods using routing
23
23
* Make advanced use of routing to build a full custom CMS in 8 minutes
@@ -44,4 +44,4 @@ This course is **based upon Python 3**. With Python 2 going unsupported in 2020,
44
44
45
45
This **data-driven web apps with Python and Flask** course is just what you need to build that fast, custom web application that can help you create your next great idea or just solve a business problem by deploying it behind your firewall.
46
46
47
-
Take the course over at **[training.talkpython.fm](https://training.talkpython.fm/courses/explore_/building-data-driven-web-applications-in-python-with--sqlalchemy-and-bootstrap)**.
47
+
Take the course over at **[training.talkpython.fm](https://training.talkpython.fm/courses/explore_flask/building-data-driven-web-applications-in-python-with-flask-sqlalchemy-and-bootstrap)**.
0 commit comments