diff --git a/docs/python/_category_.json b/docs/python/_category_.json index 8d9856748..ac0749c0b 100644 --- a/docs/python/_category_.json +++ b/docs/python/_category_.json @@ -3,6 +3,6 @@ "position": 8, "link": { "type": "generated-index", - "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." + "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." } } \ No newline at end of file diff --git a/src/data/courses/index.tsx b/src/data/courses/index.tsx index acdb57765..3f962c409 100644 --- a/src/data/courses/index.tsx +++ b/src/data/courses/index.tsx @@ -93,6 +93,15 @@ const courses = [ author: "Ajay Dhangar", link: "/courses" }, + { + id: 12, + title: "Python Projects", + description: "This course is for absolute beginners who want to learn Python projects.", + category: "python", + imageUrl: "/img/svg/developer_activity.svg", + author: "Ajay Dhangar", + link: "https://realpython.com/tutorials/projects/" + }, ]; export default courses; diff --git a/src/database/courses/index.tsx b/src/database/courses/index.tsx index dde5fb8a1..b867e361f 100644 --- a/src/database/courses/index.tsx +++ b/src/database/courses/index.tsx @@ -1,50 +1,70 @@ const courses = [ - { - id: 1, - title: "HTML Crash Course", - description: "Learn HTML from scratch. This course is for absolute beginners who want to learn the HTML programming language.", - category: "html", - imageUrl: "https://www.freecodecamp.org/news/content/images/size/w2000/2021/08/ht-ml.jpeg", - author: "FreeCodeCamp", - link: "https://www.freecodecamp.org/news/html-crash-course/" - }, - { - id: 2, - title: "CSS Learning Path", - description: "Learn CSS from scratch. This course is for absolute beginners who want to learn the CSS programming language.", - category: "css", - imageUrl: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShBbSR9q_NR2b14VravJodaVo-rW5RYf8e0w&usqp=CAU", - author: "Frontend Masters", - link: "https://frontendmasters.com/learn/css/" - }, - { - id: 3, - title: "JavaScript for Beginners", - description: "Learn JavaScript from scratch. This course is for absolute beginners who want to learn the JavaScript programming language.", - category: "javascript", - imageUrl: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTcCYXBgQbUIL58YlTKTeLKh4qYDT5Aoy0QMGsiBtdixSOvP5rzdqKc_IrjpYL61zJ_6qE&usqp=CAU", - author: "Ajay Dhangar (CHH)", - link: "/code-harbor-hub/docs/category/javascript" - }, - { - id: 4, - title: "DSA Learning Path", - description: "Learn DSA from scratch. This course is for absolute beginners who want to learn the DSA programming language.", - category: "dsa", - imageUrl: "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20230726161506/Data-structure-algorithm-%E2%80%93-1-3.png", - author: "GeeksforGeeks", - link: "https://www.geeksforgeeks.org/data-structures/" - }, - { - id: 5, - title: "React Learning Path", - description: "Learn React from scratch. This course is for absolute beginners who want to learn the React programming language.", - category: "react", - imageUrl: "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210122183844/How-to-Learn-ReactJS-in-2021.png", - author: "React Docs", - link: "https://reactjs.org/docs/getting-started.html" - }, - ]; - - export default courses; - \ No newline at end of file + { + id: 1, + title: "HTML Crash Course", + description: + "Learn HTML from scratch. This course is for absolute beginners who want to learn the HTML programming language.", + category: "html", + imageUrl: + "https://www.freecodecamp.org/news/content/images/size/w2000/2021/08/ht-ml.jpeg", + author: "FreeCodeCamp", + link: "https://www.freecodecamp.org/news/html-crash-course/", + }, + { + id: 2, + title: "CSS Learning Path", + description: + "Learn CSS from scratch. This course is for absolute beginners who want to learn the CSS programming language.", + category: "css", + imageUrl: + "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShBbSR9q_NR2b14VravJodaVo-rW5RYf8e0w&usqp=CAU", + author: "Frontend Masters", + link: "https://frontendmasters.com/learn/css/", + }, + { + id: 3, + title: "JavaScript for Beginners", + description: + "Learn JavaScript from scratch. This course is for absolute beginners who want to learn the JavaScript programming language.", + category: "javascript", + imageUrl: + "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTcCYXBgQbUIL58YlTKTeLKh4qYDT5Aoy0QMGsiBtdixSOvP5rzdqKc_IrjpYL61zJ_6qE&usqp=CAU", + author: "Ajay Dhangar (CHH)", + link: "/code-harbor-hub/docs/category/javascript", + }, + { + id: 4, + title: "DSA Learning Path", + description: + "Learn DSA from scratch. This course is for absolute beginners who want to learn the DSA programming language.", + category: "dsa", + imageUrl: + "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20230726161506/Data-structure-algorithm-%E2%80%93-1-3.png", + author: "GeeksforGeeks", + link: "https://www.geeksforgeeks.org/data-structures/", + }, + { + id: 5, + title: "React Learning Path", + description: + "Learn React from scratch. This course is for absolute beginners who want to learn the React programming language.", + category: "react", + imageUrl: + "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210122183844/How-to-Learn-ReactJS-in-2021.png", + author: "React Docs", + link: "https://reactjs.org/docs/getting-started.html", + }, + { + id: 6, + title: "Python Learning Path", + description: + "Learn Python from scratch. This course is for absolute beginners who want to learn the Python programming language.", + category: "python", + imageUrl: + "https://www.freecodecamp.org/news/content/images/size/w2000/2022/03/pythonbobby.png", + author:"freeCodeCamp", + link:"https://www.freecodecamp.org/news/free-python-crash-course/", + }, +]; + +export default courses;