Skip to content

Commit 9b13916

Browse files
committed
Updated README - replaced links to older talks with ones to PyOhio 2019
1 parent dca6d25 commit 9b13916

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,11 @@ Instructions for implementing each feature follow.
208208
Tutorials
209209
---------
210210

211-
A few tutorials on using cmd2 exist:
212-
213-
* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE), [video](https://www.youtube.com/watch?v=6m0RdpITaeY)
214-
* 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)
215-
* A nice brief step-by-step tutorial: [blog](https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html)
216-
211+
* PyOhio 2019 presentation:
212+
* [slides](https://github.com/python-cmd2/talks/blob/master/PyOhio_2019/cmd2-PyOhio_2019.pdf)
213+
* [example code](https://github.com/python-cmd2/talks/tree/master/PyOhio_2019/examples)
214+
* video (coming soon)
215+
217216

218217
Example Application
219218
-------------------

0 commit comments

Comments
 (0)