+ 3
What are the modules we can import ?
Do you know about itertools function?
3 Respostas
+ 2
Here's a section about itertools in the Python course-https://www.sololearn.com/learn/Python/2466/
There are many modules that you can import into your code. Some that I like using are scipy, numpy, Tkinter, re, and matplotlib. There are also libraries such as Django which are used as a web framework, and libraries like turtle and PyGame which are used more for visual stuff.
Here's a list of some of the libraries on the Python website-https://docs.python.org/3/py-modindex.html
+ 1
https://docs.python.org/3/library/index.html
0
thankuu😍