+ 4

Python libs.

What standard Python libraries need to know.

28th Mar 2018, 10:04 PM
Viacheslav Prykhodko
Viacheslav Prykhodko - avatar
2 Answers
+ 4
Here is the date and time module. https://code.sololearn.com/cMQhsILB2hT3/?ref=app
2nd Apr 2018, 10:32 AM
Mitali
Mitali - avatar
+ 3
I would recommend learning libraries like math and random, both of which allow for the use of more complex mathematical operations (trigonometric functions, roots, etc.); datetime, a library used for displaying dates and/or times; and re, a library used for string manipulation and conditionals. I would also recommend scipy, numpy, matplotlib, Django, and PyGame as they are very useful languages that serve for many different purposes. Hope this helped! (ᔔᎄᔔ)
28th Mar 2018, 10:23 PM
Faisal
Faisal - avatar