From a769ffccd7e3f9dcc324d0a0622e3573a3fe3b15 Mon Sep 17 00:00:00 2001 From: quobit Date: Thu, 23 Jun 2016 23:38:43 +0200 Subject: [PATCH 1/4] Added two podcasts to Weekly Resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 196acdfc..39bcb9d7 100644 --- a/README.md +++ b/README.md @@ -1217,6 +1217,8 @@ Where to discover new Python libraries. * [Import Python Newsletter](http://importpython.com/newsletter/) * [Pycoder's Weekly](http://pycoders.com/) * [Python Weekly](http://www.pythonweekly.com/) +* [Podcast.\__init__](http://podcastinit.com/) - Podcast +* [Talk Python To Me](https://talkpython.fm/) - Podcast ## Twitter From 1a5fa6961bcc0dd0b396b2351446f90578de2827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Fri, 24 Jun 2016 08:58:12 +0200 Subject: [PATCH 2/4] Create Podcasts section under Resources --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39bcb9d7..7e61e738 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Websites](#websites) - [Weekly](#weekly) - [Twitter](#twitter) + - [Podcasts](#podcasts) - [Other Awesome Lists](#other-awesome-lists) - [Contributing](#contributing) @@ -1217,8 +1218,6 @@ Where to discover new Python libraries. * [Import Python Newsletter](http://importpython.com/newsletter/) * [Pycoder's Weekly](http://pycoders.com/) * [Python Weekly](http://www.pythonweekly.com/) -* [Podcast.\__init__](http://podcastinit.com/) - Podcast -* [Talk Python To Me](https://talkpython.fm/) - Podcast ## Twitter @@ -1230,6 +1229,11 @@ Where to discover new Python libraries. * [@pypi](https://twitter.com/pypi) * [@pythontrending](https://twitter.com/pythontrending) * [@PythonWeekly](https://twitter.com/PythonWeekly) + +## Podcasts + +* [Podcast.\__init__](http://podcastinit.com/) - Podcast +* [Talk Python To Me](https://talkpython.fm/) - Podcast # Other Awesome Lists From eabe99503457a0faf020f192c0f2a61566439962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Fri, 24 Jun 2016 09:00:55 +0200 Subject: [PATCH 3/4] Remove redundat text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e61e738..3bb64332 100644 --- a/README.md +++ b/README.md @@ -1232,8 +1232,8 @@ Where to discover new Python libraries. ## Podcasts -* [Podcast.\__init__](http://podcastinit.com/) - Podcast -* [Talk Python To Me](https://talkpython.fm/) - Podcast +* [Podcast.\__init__](http://podcastinit.com/) +* [Talk Python To Me](https://talkpython.fm/) # Other Awesome Lists From 29fba1f47e4256654cc46560c3edd2186b8511f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Fri, 24 Jun 2016 16:01:21 +0200 Subject: [PATCH 4/4] Update Podcast.ini name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb64332..64b38e2f 100644 --- a/README.md +++ b/README.md @@ -1232,7 +1232,7 @@ Where to discover new Python libraries. ## Podcasts -* [Podcast.\__init__](http://podcastinit.com/) +* [Podcast.init](http://podcastinit.com/) * [Talk Python To Me](https://talkpython.fm/) # Other Awesome Lists