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.
+ 2
Check out @Kuba's codes too. Really pleasant Python work there.
https://www.sololearn.com/Profile/1607351/?ref=app
+ 1
thanks Kirk