generated from imswarnil/CRM-Analytics-Academy
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
110 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,40 @@ | ||
--- | ||
title: "Python Guide for Beginners" | ||
resource_type: "book" | ||
topic: "Programming" | ||
difficulty: "Beginner" | ||
price: "Free" | ||
author: "John Doe" | ||
image: "https://cdn-icons-png.flaticon.com/512/5109/5109515.png" | ||
description: "An essential guide to learning Python from scratch." | ||
source_url: "https://example.com" | ||
layout: resource | ||
title: "Python Basics" | ||
type: "course" | ||
difficulty: "beginner" | ||
price: "free" | ||
author: "John Doe" | ||
image: "https://bulma.io/images/placeholders/128x128.png" | ||
description: "Learn Python programming from scratch with this comprehensive course designed for beginners. This course covers all the fundamental concepts you need to start programming in Python." | ||
permalink: /resources/python-basics/ | ||
resource_links: | ||
- label: "Visit Website" | ||
url: "#" | ||
icon: "fas fa-external-link-alt" | ||
- label: "View Source" | ||
url: "#" | ||
icon: "fab fa-github" | ||
course_content: | ||
- module: "Module 1: Getting Started" | ||
topics: | ||
- "Setting up Python" | ||
- "Basic syntax" | ||
- "Variables and data types" | ||
- module: "Module 2: Control Flow" | ||
topics: | ||
- "Conditional statements" | ||
- "Loops" | ||
- "Functions" | ||
navigation: | ||
- label: "Introduction" | ||
link: "#introduction" | ||
- label: "Getting Started" | ||
link: "#getting-started" | ||
- label: "Basic Concepts" | ||
link: "#basic-concepts" | ||
- label: "Advanced Topics" | ||
link: "#advanced-topics" | ||
- label: "Projects" | ||
link: "#projects" | ||
--- | ||
|
||
Some Data Here |