Open
Description
Issue: Help Needed to Populate LectureData.py
Description
We are seeking assistance from contributors to help us populate our course catalog with lecture data. This task involves filling in course details and providing links to free educational videos for each lecture. Below are the specifics of what we need:
Objective
- Populate the
lectureData.py
file with course information, including at least 3 lectures per course. - Ensure that course names in
lectureData.py
match those mentioned inmenuData.py
.
Course Details
- For each course in
lectureData.py
, we require the following details for each lecture:- Lecture Number (e.g., Lecture 1, Lecture 2, Lecture 3)
- Price (e.g., free)
- Topic (e.g., fundamentals)
- Link: Provide a link to a free video that teaches the corresponding topic.
- Author: Name of the video creator.
- ID: YouTube Video ID.
- Img: Use the same format as mentioned in the file
lectureData.py
Reference Data
- We have already filled in lecture data for some courses as a reference. Contributors are encouraged to refer to these examples when populating new courses.
How to Contribute
- Fork this repository.
- Clone your fork to your local machine.
- Locate the
lectureData.py
file in the project. - Choose a course from the list
all[] in menuData.py
that needs lecture data. - Add the necessary lecture data for the chosen course in
lectureData.py
, following the format used in the existing data. - Ensure that the course name in
lectureData.py
matches the course name inmenuData.py
. - Commit your changes with a clear and concise message.
- Push your changes to your fork.
- Create a pull request (PR) to merge your changes into the main repository.
Note
- Please be respectful and adhere to the guidelines when contributing.
- Feel free to ask questions or seek clarification on any aspect of the task.
- We are a free for all, Open Source project. For any Legal/Copyright clarification visit
LEGAL
present in the repo
We appreciate your help in making our course catalog more comprehensive and valuable to our users. Thank you for contributing to our project!