+ 2
Some modules
Hello every oneā can anyone tells me about this modules : sys , threads , socket? Like this : Import sys Import threads Import socket Thank you every oneā
2 Answers
+ 7
Nah, go through the python tutorial first. Get comfortable with the standard library for sys and threading. Then get some base knowledge on networking for socket.
+ 3
Okey thanks for that š¹