Welcome to the assignment submission directory! This is where you'll add your completed assignments when working in your forked repository.
assignment_submission/
├── Python_Day_1/
│ ├── your_name_q1.py
│ ├── your_name_q2.py
│ └── your_name_q3.py
├── Python_Day_2/
│ ├── your_name_list_q1.py
│ ├── your_name_dict_q1.py
│ └── your_name_tuple_q1.py
├── Python_Day_3/
│ └── (your future assignments)
└── README.md (this file)
Navigate to the appropriate day folder (e.g., Python_Day_1/, Python_Day_2/)
- Use descriptive filenames like:
your_name_q1.py,your_name_q2.py - Example:
harshal_more_q1.py,jane_doe_list_q1.py
Write your solution in the Python file with:
- Comments explaining your approach
- Clean, readable code
- Test cases if needed
Use GitHub Desktop or command line to save your work to your fork.
For assignment questions, check the course content:
- Naming Convention: Always include your name in the filename
- One File Per Question: Don't put multiple questions in one file
- Test Your Code: Make sure it runs without errors
- Add Comments: Explain your logic for better understanding
- Keep It Simple: Focus on solving the problem clearly
- Check the course notes in
course_content/Python_Day_XX/Notes/ - Look at code examples in
course_content/Python_Day_XX/Code/ - Ask Harshal or your classmates
- Create an issue in the main repository
Remember: This folder is in YOUR fork, so you can organize it however works best for you!