
Python for Finance
By :

1. What is a module?
2. How do we find the number of functions in a module called math
?
3. What is the difference between import math
and from math import *
?
4. How do we upload a few specific functions?
5. Where can we find manuals related to a module?
6. How do we remove a module?
7. If I am interested in just a few functions contained in the math
module, how could I import just them?
8. What is module dependency? Why is this an issue when we install a module?
9. There is a module called NumPy
. How many modules does it depend on?
10. How could we, as beginners, write a simple module?
11. How many modules are currently available in Python? How do we find a list of them?
12. Describe the major contents of a module called zipimport
.
Change the font size
Change margin width
Change background colour