Skip to content

Commit a6a4e95

Browse files
committed
chore: Update Python category description and add Python Projects course
1 parent 8ca006e commit a6a4e95

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/python/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 8,
44
"link": {
55
"type": "generated-index",
6-
"description": "JavaScript is a programming language that enables you to create dynamically updating content, control multimedia, animate images, and much more. In this tutorial, you'll learn the basics of JavaScript and how to use it to create interactive web experiences."
6+
"description": "Python is a high-level, interpreted programming language with easy syntax and dynamic typing. It is known for its simplicity and readability, which makes it a great language for beginners. Python supports multiple programming paradigms and has a large standard library. It's used in various domains like web development, data analysis, machine learning, AI, and more."
77
}
88
}

src/data/courses/index.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ const courses = [
9393
author: "Ajay Dhangar",
9494
link: "/courses"
9595
},
96+
{
97+
id: 12,
98+
title: "Python Projects",
99+
description: "This course is for absolute beginners who want to learn Python projects.",
100+
category: "python",
101+
imageUrl: "/img/svg/developer_activity.svg",
102+
author: "Ajay Dhangar",
103+
link: "https://realpython.com/tutorials/projects/"
104+
},
96105
];
97106

98107
export default courses;

0 commit comments

Comments
 (0)