-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.json
More file actions
17 lines (17 loc) · 857 Bytes
/
python.json
File metadata and controls
17 lines (17 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "Python",
"emoji": "ðŸ",
"tagline": "Versatile, beginner-friendly programming language",
"description": "Python is a high-level, general-purpose language known for its simplicity and readability. It\u0027s widely used in web dev, data science, AI, automation, and more.",
"category": "Programming Language",
"level": "Beginner Friendly",
"videoUrl": "https://www.youtube.com/watch?v=rfscVS0vtbw",
"videoTitle": "Learn Python - Full Course for Beginners (freeCodeCamp)",
"nextSteps": [
"Learn variables and control flow",
"Build a calculator or to-do app",
"Explore NumPy, Pandas, or Flask"
],
"videoEmbedUrl": "https://www.youtube.com/embed/rfscVS0vtbw",
"videoId": "rfscVS0vtbw"
}