From 29384c04e8605eb5615c1aa6d632f4aad1c85c03 Mon Sep 17 00:00:00 2001 From: "Inon S." Date: Sat, 17 Oct 2015 11:29:02 +0300 Subject: [PATCH 1/4] Added release version badge from zenodo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 923e5fb..627b445 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ PythonAdvancedProgrammingTopics =============================== +[![DOI](https://zenodo.org/badge/18810/InonS/PythonAdvancedProgrammingTopics.svg)](https://zenodo.org/badge/latestdoi/18810/InonS/PythonAdvancedProgrammingTopics) + +See inline comments in code. From 2ac078db9eb2788f757b214abcfb14f59617b2b4 Mon Sep 17 00:00:00 2001 From: Inon S Date: Sat, 3 Dec 2016 13:06:35 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 627b445..ab287c4 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ PythonAdvancedProgrammingTopics [![DOI](https://zenodo.org/badge/18810/InonS/PythonAdvancedProgrammingTopics.svg)](https://zenodo.org/badge/latestdoi/18810/InonS/PythonAdvancedProgrammingTopics) See inline comments in code. + +If you find this material initially too advanced, start where I did (video tutorials): +1. [Derek Banas][http://www.newthinktank.com/2010/11/python-2-7-tutorial-pt-13-website-scraping/#comment-22377] ([@NewThinkTank][https://twitter.com/NewThinkTank]) Python 2.7 tutorials (13 parts, 2010) +2. [Trevor Payne][https://www.youtube.com/playlist?list=PL82YdDfxhWsDJTq5f0Ae7M7yGcA26wevJ] YouTube video channel. From ef9d0a44395fe518a0b343ed6dad1d520baebd2b Mon Sep 17 00:00:00 2001 From: Inon S Date: Sat, 3 Dec 2016 13:07:39 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab287c4..422c275 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ PythonAdvancedProgrammingTopics See inline comments in code. -If you find this material initially too advanced, start where I did (video tutorials): +## If you find this material initially too advanced, start where I did (video tutorials): 1. [Derek Banas][http://www.newthinktank.com/2010/11/python-2-7-tutorial-pt-13-website-scraping/#comment-22377] ([@NewThinkTank][https://twitter.com/NewThinkTank]) Python 2.7 tutorials (13 parts, 2010) 2. [Trevor Payne][https://www.youtube.com/playlist?list=PL82YdDfxhWsDJTq5f0Ae7M7yGcA26wevJ] YouTube video channel. From a6c7663ea3e8c236b8a3577a23a43035e9db385d Mon Sep 17 00:00:00 2001 From: Inon S Date: Sat, 3 Dec 2016 13:08:43 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 422c275..538dc47 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ PythonAdvancedProgrammingTopics See inline comments in code. ## If you find this material initially too advanced, start where I did (video tutorials): -1. [Derek Banas][http://www.newthinktank.com/2010/11/python-2-7-tutorial-pt-13-website-scraping/#comment-22377] ([@NewThinkTank][https://twitter.com/NewThinkTank]) Python 2.7 tutorials (13 parts, 2010) -2. [Trevor Payne][https://www.youtube.com/playlist?list=PL82YdDfxhWsDJTq5f0Ae7M7yGcA26wevJ] YouTube video channel. +1. [Derek Banas](http://www.newthinktank.com/2010/11/python-2-7-tutorial-pt-13-website-scraping/#comment-22377) ([@NewThinkTank](https://twitter.com/NewThinkTank)) Python 2.7 tutorials (13 parts, 2010) +2. [Trevor Payne](https://www.youtube.com/playlist?list=PL82YdDfxhWsDJTq5f0Ae7M7yGcA26wevJ]) YouTube video channel.