강의

멘토링

로드맵

Productivity

/

Task Automation

Leaving Work on Time for Administrative Staff - Python Task Automation

"Work automation? Of course I want to do it. Who doesn't know it's good?" You don't need a giant cleaver to kill a chicken. I want to show you that 10 lines of simple code can be more practical than the complex crawlers found on the internet.

(4.2) 13 reviews

285 learners

Level Basic

Course period Unlimited

  • kokori
Python
Python
Python
Python

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!

Comment