Skip to content

Fixes #454 Python for beginners course #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/python/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
9 changes: 9 additions & 0 deletions src/data/courses/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
118 changes: 69 additions & 49 deletions src/database/courses/index.tsx
Original file line number Diff line number Diff line change
@@ -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;

{
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;
Loading