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