diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-23 21:22:33 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-23 21:22:33 -0400 |
commit | e056174cb3404780adf1c2888b566ebf872d1708 (patch) | |
tree | c03ad8c0eb6b42aeaaf2030c97bea64a06bd4c56 /README.md | |
parent | 966d6a53e87147e2db9424c0f0060ca7e20e690f (diff) | |
download | cmd2-git-e056174cb3404780adf1c2888b566ebf872d1708.tar.gz |
Added link to video of Florida Pycon 2017 presentation on cmd2
Link added to both README and Resources section of Sphinx docs.
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Tutorials A few tutorials on using cmd2 exist: -* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE) +* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE), [video](https://www.youtube.com/watch?v=6m0RdpITaeY) * PyCon 2010 talk by Catherine Devlin, the original author: [video](http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html) * A nice brief step-by-step tutorial: [blog](https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html) |