8 odpowiedzi
+ 3
These two articles might help you:
(How to create a library)
https://medium.com/analytics-vidhya/how-to-create-a-JUMP_LINK__&&__python__&&__JUMP_LINK-library-7d5aea80cc3f
(Creating + Publishing a library)
https://www.kdnuggets.com/pip-install-you-a-beginners-guide-to-creating-your-python-library
+ 3
You ,
do you talk about creating and using own modules in sololearn environment ?
+ 3
module is not package.
but package is a module with a file named __init__.py
Just upload it to pypi and that's all
+ 2
Hello,
To create your own Python module/library:
Write your Python code in a folder (e.g., my_library/).
Create a setup.py file with metadata about your library.
(Optional) Add __init__.py for submodules.
Build your package using python setup.py sdist bdist_wheel.
Upload it to PyPI with twine upload dist/*.
Others can install it via pip install my_library.
+ 1
Thanks to all
0
I am new on this programming app plz assist if you want to
0
I was on free trail then my heart finish so I couldn't complete my lesson
I need help am new