U
U
user2687042020-07-28 22:29:14
Python
user268704, 2020-07-28 22:29:14

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?5f207c0f52ffa041000323.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Shitskov, 2020-07-28
@user268704

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.

D
Dimonchik, 2020-07-28
@dimonchik2013

https://www.python.org/dev/peps/pep-0399/#details

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question