Python Forum
python modules - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: python modules (/thread-21326.html)



python modules - davy_yg - Sep-25-2019

Hello,

I want to ask about python modules. Do you have to create them yourself or is there a default module that you can import? If so, is there any dependency file that you have to download?


RE: python modules - metulburr - Sep-25-2019

You can create them. A module is just a .py file. There is also the standard library which has modules you can import