Skip to content

Commit 7792d2a

Browse files
committed
Updated readme with info about the course.
1 parent ac0531a commit 7792d2a

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

README.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
1-
# Data-Driven Web Apps with Pyramid and SQLAlchemy
1+
# Data-Driven Web Apps with Pyramid and SQLAlchemy course
22

33
Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course
44

5-
![](https://raw.githubusercontent.com/mikeckennedy/data-driven-web-apps-with-pyramid-and-sqlalchemy/master/readme_resources/python-data-web-apps.jpg)
5+
[![](https://raw.githubusercontent.com/mikeckennedy/data-driven-web-apps-with-pyramid-and-sqlalchemy/master/readme_resources/python-data-web-apps.jpg)](https://training.talkpython.fm/courses/explore_pyramid/building-data-driven-web-applications-in-python-with-pyramid-sqlalchemy-and-bootstrap)
66

7-
Coming soon, get notified --> [training.talkpython.fm](https://training.talkpython.fm/)
7+
## Course Summary
8+
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.
9+
10+
## What's this course about and how is it different?
11+
12+
Full stack web development is exactly what you need to build true data-driven web applications in Python. Yet these courses can be confusing and overwhelming due to the many technologies involved (Python, SQL, CSS, etc).
13+
14+
We have taken great care to build a course that is just real enough to give you what you need without anything extra. **We build a replica of a popular web application, Python's own packaging index over at [pypi.org](https://pypi.org)**.
15+
16+
While building our replica PyPI, you will learn:
17+
18+
* Learn about the different major Python web frameworks
19+
* Create a Pyramid-based website from scratch using the CLI and PyCharm
20+
* Work with dynamic HTML templates
21+
* Map URLs to view methods using routing
22+
* Make advanced use of routing to build a full custom CMS in 5 minutes
23+
* Take advantage of bootstrap to build well designed sites
24+
* Map data to and from Python using classes with SQLAlchemy
25+
* Learn how Alembic can help our database evolve as our models change
26+
* Accept user input with HTML forms
27+
* Add client and server-side validation
28+
* Overcome the special challenges of testing web apps (databases, frameworks, etc)
29+
* Deploy our web application to a fresh Linux machine (virtual, cloud-based)
30+
* Leverage our design patterns to convert our app to another data model (MongoDB edition)
31+
32+
View the [full course outline](https://training.talkpython.fm/courses/explore_pyramid/building-data-driven-web-applications-in-python-with-pyramid-sqlalchemy-and-bootstrap#course_outline).
33+
34+
## Who is this course for?
35+
36+
This course is for **anyone who wants to create Python-based web applications using the Pyramid web framework**. In fact, you'll learn a lot of web skills that will translate across frameworks as well.
37+
38+
We do assume that you have basic Python language skills and can read HTML and CSS. But most advanced uses of the language or CSS are explained in the course.
39+
40+
## Is this course based on Python 3 or Python 2?
41+
42+
This course is **based upon Python 3**. With Python 2 going unsupported in 2020, we believe that it would be ill-advised to teach or learn Python 2.
43+
44+
## The time to act is now
45+
46+
This data-driven web apps with Python and Pyramid 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.
47+
48+
[Take this course today](https://training.talkpython.fm/courses/explore_pyramid/building-data-driven-web-applications-in-python-with-pyramid-sqlalchemy-and-bootstrap)

0 commit comments

Comments
 (0)