Answer the question
In order to leave comments, you need to log in
What is the difference between libraries with the "_" prefix symbol and libraries without it?
What is the difference between these (and not only) libs from each other?
Answer the question
In order to leave comments, you need to log in
According to PEP 399 , the modules with the prefix are written in C (or just "speedy" versions written in a language other than Python).
As for modules not from the standard libraries, the prefix can have the same meaning as everywhere in Python - meaning that the given library should not be imported directly, i.e. is private.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question