1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add missing content for python roadmap

This commit is contained in:
Kamran Ahmed
2025-06-04 12:37:44 +01:00
parent 85d9b6a2eb
commit 9910d2b268

View File

@@ -1 +1,13 @@
# Learn the Basics
# 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)