I'm looking for a way to find out if a module is available.
For example, I want to check if the module mongodb
is available, programmatically.
Also, it shouldn't halt the program if a module isn't found, I want to handle this myself.
PS: I added this question because Google isn't helpful.