3 Answers
+ 2
It depends on what librairies you need for your project?Some librairies are not accessibles without installation,you have to install some librairies to work with and create project for web or gui or network use,and there are some built-in functions that require a simple import statement.To know what librairies are installed in your python idle just type :
import librairies_name
example:
import turtle
If it is installed you will have no problem in the console else the output will display an error message
+ 1
Thank you so much to all