+ 1

Creating our own module/library in python.

How can we create our own module/library in python that everyone can use by installing the module then importing?

15th Dec 2024, 3:39 AM
You
You - avatar
4 Answers
+ 1
You , do you talk about creating and using own modules in sololearn environment ?
15th Dec 2024, 12:29 PM
Lothar
Lothar - avatar
+ 1
module is not package. but package is a module with a file named __init__.py Just upload it to pypi and that's all
15th Dec 2024, 2:04 PM
RuntimeTerror
RuntimeTerror - avatar
0
Lothar I am taking about creating a package in python that others can use by installing and importing in a python code.
15th Dec 2024, 1:14 PM
You
You - avatar