On-time leave angle for administrative positions - Python task automation
"Automating your work? Who doesn't know what's good for them?" You don't need to use a knife to catch a chicken. I want to show you that 10 lines of simple code are more practical than complex crawlers on the Internet.

You can also take this course in Python 3.9.
[Lecture Guide 20.10.31.]
I verified that all the code in the lectures works in Python 3.9.
However, there are two changes that I would like to inform you of.
1) Python 3 does not support unicode functions. Just remove unicode from all parts where you use the unicode function.
ex) unicode("test", "utf-8) -> "test"
2) When installing docx and dateutil, you must install them as python-docx and python-dateutil.
The module with python- in front is the latest module.
Other than the two points above, there are no changes.
Although it is too late, I hope this will be helpful to those who have been attending the lectures consistently and those who are still studying.
If you have any questions, please use the Q&A feature!




