Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (50.2k points)
I want to know which library/module I can use to execute the event-driven programming in Python? Perhaps something like Django signals that don't depend on Django.

1 Answer

0 votes
by (108k points)

I think you are looking for packages like PyDispatcher that are used for signal registration and dispatching. PyDispatcher provides multiple-producer-multiple-consumer signal-registration and routing support for use in multiple contexts.  The working mechanism of PyDispatcher began life as an extremely rated recipe in the Python Cookbook.  The project aims to introduce various enhancements to the recipe developed during use in various applications.  

Want to become a Python Developer? Check out this insightful Python Certification course.

Related questions

0 votes
1 answer
asked Dec 15, 2020 in Python by laddulakshana (16.4k points)
0 votes
1 answer
asked May 15, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked May 15, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer

Browse Categories

...