+ 2

What are the most useful python modules you've come across.

hi guys, am mike. I have completed sololearn python course about a month ago. it was fun. now am just wondering python is said to be robust so what useful modules should I know.

8th Sep 2017, 4:06 PM
Michael
Michael - avatar
3 Respostas
+ 4
For science: https://www.scipy.org Others you can play around with here on SoloLearn: https://code.sololearn.com/c071JeXy6LcW/?ref=app In the 'real world' you'll probably want to read files (io, etc), iterate (itertools), do networking (response, only socket is available here), database (sqlite3 here), etc... Many of my codes are me literally flipping through that list and trying things.
8th Sep 2017, 5:14 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Check out @Kuba's codes too. Really pleasant Python work there. https://www.sololearn.com/Profile/1607351/?ref=app
8th Sep 2017, 9:05 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
thanks Kirk
8th Sep 2017, 6:04 PM
Michael
Michael - avatar