-
TA sample codes for Introduction to Computer
-
What TAs will run
python3 main.py --start-date [start date] --end-date [end date] --output [out filename]
- --start-date and --end-date will be in the format of [Year]-[month]-[day]
- [start-date] ~ [end-date]
Ex: [2022-05-01] ~ [2022-05-30]
-
Code Submission
- Submit to NTU COOL
- Deadline: 2022/11/14 11:59
- submission form
- Your submission should be a .zip file:
[student_id].zip └── [student_id]/ ├── python/ | ├── main.py | ├── crawler.py | └── ... └── git/ ├── [student_id]-0.png ├── [student_id]-1.png └── ...
- If your format is incorrect, you might get some penalty.
- Your submission should be a .zip file:
-
Example:
python main.py --start-date 2022-05-01 --end-date 2022-05-15 --output output.csv