Python socket help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python socket help?

I know there are python modules for FTP and SMTP and SQL and HTTP and so on. My question is simple. Is using the socket module better than using the other modules like ftplib, or requests, or smtpd? I do a lot of hacking and make my own tools, and I just was curious if I should switch over to full socket usage.

27th Jul 2020, 10:40 AM
Killian Fortman
Killian Fortman - avatar
1 Answer
+ 2
Yes u should. Just to be more flexible and have a better insight. For professional coding the answer is :no...normally not. Use trusted or "quasistandard" modules if 3xist.
27th Jul 2020, 11:03 AM
Oma Falk
Oma Falk - avatar