+ 1

What are the best "libraries" to import in Python?

I'm learning Python, and i want to know the best libraries to import for my project... i know only the "random". Can you help me?

8th Apr 2018, 8:32 AM
Marco Della Putta
Marco Della Putta - avatar
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
8th Apr 2018, 9:26 AM
HBhZ_C
HBhZ_C - avatar
+ 1
Thank you so much to all
8th Apr 2018, 10:21 AM
Marco Della Putta
Marco Della Putta - avatar