j
k
j a
j l
This is also how I explore modules with which I am not familiar, and one of the first things I ask my students to do is to import math dir(math)
This is also how I explore modules with which I am not familiar, and one of the first things I ask my students to do is to
import math dir(math)
Plus there's help, is in
......help('math') # don't even need to import first if you don't want
...help('math') # don't even need to import first if you don't want
help('math') # don't even need to import first if you don't want
Kirby
Back to the thread
Back to the list