From 32e9f55735c2b7bee792612eff01e79fae1cbf2b Mon Sep 17 00:00:00 2001 From: daniel holdsworth Date: Wed, 17 Jul 2024 09:21:23 +0100 Subject: [PATCH] add roadmap.sh python roadmap and create guides section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2db55981..50515e26 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Resources](#resources) - [Newsletters](#newsletters) - [Podcasts](#podcasts) + - [Guides](#guides) - [Contributing](#contributing) --- @@ -1189,6 +1190,10 @@ Where to discover learning resources or new Python libraries. * [Python Test](https://podcast.pythontest.com/) * [The Real Python Podcast](https://realpython.com/podcasts/rpp/) +## Guides + +* [Python Roadmap](https://roadmap.sh/python) + # Contributing Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md) first.