1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Added python tutorial link (#3206)

Added W3Schools python tutorial link as a read free resource
This commit is contained in:
nikartik
2023-01-04 15:18:07 +01:00
committed by GitHub
parent a5b00c71ed
commit 2198bbd484

View File

@@ -6,5 +6,6 @@ Python is a high-level, interpreted, general-purpose programming language. Its d
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.python.org/'>Official Website: Python</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.digitalocean.com/community/tutorials/how-to-write-your-first-python-3-program'>Tutorial Series: How to Code in Python</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Python_(programming_language)'>Python Wikipedia</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/python'>W3Schools - Python Tutorial</BadgeLink>