Python Forum

Full Version: python modules
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
You can create them. A module is just a .py file. There is also the standard library which has modules you can import