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: content/pages/01-introduction/09-best-python-videos.markdown
+57-29Lines changed: 57 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ slug: best-python-videos
4
4
sortorder: 0109
5
5
toc: False
6
6
sidebartitle: Best Python Videos
7
-
meta: Watch the best videos to learn Python from the language masters of the community on Full Stack Python's Best Python Videos page.
7
+
meta: Watch the best videos to learn Python programming from developer experts in the community.
8
8
9
9
10
10
# Best Python Videos
@@ -17,23 +17,35 @@ This page links to the best free videos as well as other video lists so you
17
17
can do your own searching through the huge backlog of conference and meetup
18
18
talks from the past several years.
19
19
20
-
<divclass="well see-also">Be sure to read the <ahref="/best-python-resources.html">best Python resources</a> for links to books and articles as well as <ahref="/web-frameworks.html">web frameworks</a> to learn more about web development.</div>
20
+
<divclass="well see-also">Check out the <ahref="/best-python-resources.html">best Python resources</a> for links to great books and articles as well as <ahref="/best-python-podcasts.html">must-listen Python podcasts</a> for audio-only shows.</div>
21
21
22
22
23
-
## Web development with Django, Flask and other frameworks
23
+
### Web development videos
24
+
The following [web development](/web-development.html) videos cover the broad
25
+
topics of using [web frameworks](/web-frameworks.html) like
26
+
[Django](/django.html), [Flask](/flask.html), [Pyramid](/pyramid.html) and
27
+
[other frameworks](/other-web-frameworks.html), as well as
28
+
[web design](/web-design.html) and [deployments](/deployment.html).
29
+
30
+
* My [EuroPython 2014 "Full Stack Python"](https://www.youtube.com/watch?v=s6NaOKD40rY)
31
+
talk goes over each topic from this guide and provides context for how the
32
+
pieces fit together.
33
+
The [talk slides](http://www.mattmakai.com/presentations/2014-full-stack-python-berlin.html) are also available. Even though the talk is from 2014, almost all
34
+
of the general web development principles remain consistent in 2018.
35
+
24
36
*[Kate Heddleston](https://twitter.com/heddle317) gave a talk at PyCon 2014
25
37
called
26
38
"[Full-stack Python Web Applications](http://pyvideo.org/video/2591/so-you-want-to-be-a-full-stack-developer-how-to)"
27
39
with clear visuals for how numerous layers of the Python web
28
40
stack fit together. There are also [slides available from the talk](https://speakerdeck.com/pycon2014/so-you-want-to-be-a-full-stack-developer-how-to-build-a-full-stack-python-web-application-by-kate-heddleston)
0 commit comments