How i can know how to use python modules? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i can know how to use python modules?

python moduls

18th Jul 2018, 3:08 PM
Hamza Adaoud
Hamza Adaoud - avatar
5 Answers
+ 2
To include code from other modules use import file_name or from something import file_name To get information about the Python standard library use the Python docs: https://docs.python.org/3/library/ Or some articles/tutorials on Google
18th Jul 2018, 3:43 PM
TurtleShell
TurtleShell - avatar
+ 2
wait TurtleShell, it is from file_name import something
18th Jul 2018, 3:54 PM
Satyam
+ 1
S. C. Yeah stupid mistake, thanks
18th Jul 2018, 4:05 PM
TurtleShell
TurtleShell - avatar
+ 1
hey can you give me names of some module i can use them in hacking
18th Jul 2018, 4:25 PM
Hamza Adaoud
Hamza Adaoud - avatar
+ 1
search up 'hacking in python' on the internet and you will know. And also this https://www.sololearn.com/discuss/563537/?ref=app
18th Jul 2018, 4:28 PM
Satyam