Information For Your Report

Python :

import datetime
datetime.date.today().isocalendar()[1]
python -c "import datetime; print('Week', datetime.date.today().isocalendar()[1])"