please explain modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

please explain modules

I tried hard to understant modules in python 3 It just makes me fool every time... feeling difficulties here.

5th Mar 2020, 7:01 PM
M Tamim
M Tamim - avatar
3 Answers
+ 5
Here is a tutorial where you can find the basics of modules: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2438/
5th Mar 2020, 7:12 PM
Lothar
Lothar - avatar
+ 5
also you can make your own module and then you can import this module and use this another .py file
5th Mar 2020, 7:11 PM
meow
meow - avatar
+ 3
which modules? there are a lot of useful modules but simply modules are librarys they are help us while we are coding think like this if there is no module we had to be write all codes but modules makes it easier they creates a function and when we call that this all long codes work we dont have to write them
5th Mar 2020, 7:10 PM
meow
meow - avatar