summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2015-06-07 07:00:58 (GMT)
committerAndrew Kuchling <amk@amk.ca>2015-06-07 07:00:58 (GMT)
commit4a75174fba6f98fa92047bcb21b679f5153522eb (patch)
tree698c614b9e8fb7ede331104e5b01eea747afcbc2
parentecacfd80e3e35da13ae0a7a90fca92c516439c3e (diff)
downloadcpython-4a75174fba6f98fa92047bcb21b679f5153522eb.zip
cpython-4a75174fba6f98fa92047bcb21b679f5153522eb.tar.gz
cpython-4a75174fba6f98fa92047bcb21b679f5153522eb.tar.bz2
Add link to pyvideoorg
-rw-r--r--Doc/tutorial/whatnow.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst
index cff74f2..479542c 100644
--- a/Doc/tutorial/whatnow.rst
+++ b/Doc/tutorial/whatnow.rst
@@ -48,6 +48,9 @@ More Python resources:
Particularly notable contributions are collected in a book also titled Python
Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)
+* http://www.pyvideo.org collects links to Python-related videos from
+ conferences and user-group meetings.
+
* http://scipy.org: The Scientific Python project includes modules for fast
array computations and manipulations plus a host of packages for such
things as linear algebra, Fourier transforms, non-linear solvers,