From 4b35a33dec4f93547f20735166526c39d732089c Mon Sep 17 00:00:00 2001 From: Joe Ryan Date: Sat, 21 Oct 2017 17:36:30 -0400 Subject: [PATCH] add python basics links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c24ad51..a45ad26 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,12 @@ A curated list of awesome about Network Automation ## Python - ##### Getting Started and Basics +[The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) +[Python for Network Engineers](http://networktocode.com/labs/tutorials/netmiko-quickstart/) + ##### Examples +[Python Programming Guides and Tutorials - Python Central](http://pythoncentral.io/) ##### Advanced and Tools ## Go