+ 2
Import modules
Quick question: What are the modules you can import apart from the built-in modules?
2 Answers
+ 3
The Python Standard library consists of:
turtle
math
random
sys
re
etc.
Besides that, there are external modules, cided in C language. You can make your oqn module to be honest
Some examples of external modules are mentioned in the last few lessons of:https://www.sololearn.com/Course/Python/?ref=app
Like Panda modules
0
@$Vengat
Thank you so much, I normally use Pythonista app (I really recommend it to anyone with 10$ and an Apple iOS device), but I actually am still learning the language, and then it's useful to know what you can and can't use.