From c78526aefd7b4668cc9de805a0d58de7be56ec6a Mon Sep 17 00:00:00 2001 From: Ganome Date: Sat, 17 Apr 2021 21:12:38 -0400 Subject: [PATCH] Python 2 Tutorial - temp canned --- python/lpthw/Exercise-1/helloworld.py | 1 + python/lpthw/README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 python/lpthw/Exercise-1/helloworld.py create mode 100644 python/lpthw/README.md diff --git a/python/lpthw/Exercise-1/helloworld.py b/python/lpthw/Exercise-1/helloworld.py new file mode 100644 index 0000000..f4da9af --- /dev/null +++ b/python/lpthw/Exercise-1/helloworld.py @@ -0,0 +1 @@ +print "Hello World!" diff --git a/python/lpthw/README.md b/python/lpthw/README.md new file mode 100644 index 0000000..787a4b2 --- /dev/null +++ b/python/lpthw/README.md @@ -0,0 +1,7 @@ +Learn Python the Hard Way + +https://itbook.store/books/9780134123486 + +This is not any kind of official advertisement or endorsement. This is merely the link provided from within the book itself. + +I just realized this is a python 2 tutorial, I may come back to this =(. Moving onto Python3