diff --git a/src/data/roadmaps/python/content/learn-the-basics@GISOFMKvnBys0O0IMpz2J.md b/src/data/roadmaps/python/content/learn-the-basics@GISOFMKvnBys0O0IMpz2J.md index d8f15c162..0d1b77e17 100644 --- a/src/data/roadmaps/python/content/learn-the-basics@GISOFMKvnBys0O0IMpz2J.md +++ b/src/data/roadmaps/python/content/learn-the-basics@GISOFMKvnBys0O0IMpz2J.md @@ -1 +1,13 @@ -# Learn the Basics \ No newline at end of file +# Python + +Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. + +Visit the following resources to learn more: + +- [@official@Python Website](https://www.python.org/) +- [@article@Python - Wiki](https://en.wikipedia.org/wiki/Python_(programming_language)) +- [@article@Tutorial Series: How to Code in Python](https://www.digitalocean.com/community/tutorials/how-to-write-your-first-python-3-program) +- [@article@Google's Python Class](https://developers.google.com/edu/python) +- [@article@W3Schools - Python Tutorial](https://www.w3schools.com/python) +- [@video@Learn Python - Full Course](https://www.youtube.com/watch?v=4M87qBgpafk) +- [@feed@Explore top posts about Python](https://app.daily.dev/tags/python?ref=roadmapsh)