What are the modules we can import ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the modules we can import ?

Do you know about itertools function?

5th Feb 2018, 1:26 AM
Lasath Randika
Lasath Randika - avatar
3 Answers
+ 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
5th Feb 2018, 1:38 AM
Faisal
Faisal - avatar
+ 1
https://docs.python.org/3/library/index.html
5th Feb 2018, 4:24 AM
LunarCoffee
LunarCoffee - avatar
0
thankuu😍
5th Feb 2018, 1:45 AM
Lasath Randika
Lasath Randika - avatar