Skip to content

Commit

Permalink
Merge pull request #17 from MohitSolunke/main
Browse files Browse the repository at this point in the history
ALL ABOUT DATA SCIENCE ADDED
  • Loading branch information
1447bits authored Oct 29, 2023
2 parents 07121f9 + 6d5155a commit 76ad4f4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codepal/Chapters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"total_number_of_chapters":15,
"total_number_of_chapters":16,
"chapter_data_paths":[
"/chapter-data/DATA_STRUCTURES_WITH_CPP.json",
"/chapter-data/DATA_SCIENCE.json",
Expand All @@ -15,7 +15,8 @@
"/chapter-data/WD.json",
"/chapter-data/DATA_STRUCTURE_IN_JAVA.json",
"/chapter-data/REACT_NATIVE.json",
"/chapter-data/WEB_SCRAPER SAMPLES.json"
"/chapter-data/WEB_SCRAPER SAMPLES.json",
"/chapter-data/ALL_ABOUT_DATA_SCIENCE.json"



Expand Down
18 changes: 18 additions & 0 deletions codepal/chapter-data/ALL_ABOUT_DATA_SCIENCE.json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chapter_name": "ALL ABOUT DATASCIENCE",
"chapter_description": "Basics tutorials for learning PYTHON",
"number_of_lessons":"2",
"Expanded_chapter_view": {
"lessons": [
{
"lesson_name": "string In c++",
"video_url": "https://www.youtube.com/watch?v=0INvoK_T0cE&list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg&index=13",
"lesson_description": "<The STRING method should be defined in a way that is easy to read and outputs all the members of the class",
"more_tutorials": [
"https://www.youtube.com/watch?v=ANgYwq9fFQw"
]
}
],
"others": "any external url for courses (optional) "
}
}

0 comments on commit 76ad4f4

Please sign in to comment.