Created by: nickborromeo
What is this Python project?
sched is a module in the standard lib that implements a general purpose event scheduler.
What's the difference between this Python project and similar ones?
I think that it would be great to let people know about an already baked in module for event or job scheduling in python before recommending 3rd party libraries. At least especially when starting out.
Anyone who agrees with this pull request could vote for it by adding a
The sched module is a part of the standard library and not many people may know about it.