Slimlix1101 / ItC-python-hw-sample-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItC-python-hw-sample-code

  • 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.
  • Example:

    python main.py --start_date 2022-05-01 --end_date 2022-05-15 --output output.csv
    
    • output.csv:

About


Languages

Language:Python 100.0%