For example, if c is a complex number 12+5j, when I type c.[TAB key], I expect to see the data properties (like c.real, c.imag) and available functions(like c.conjugate())? I am a new to python and codebk, so kindly pardon my ignorance. Thanks, Amit
Hi @Amit_Khandekar, Thank you for reaching out!
No worries at all! Codebook will display a list of all supported attributes and functions for complex numbers or any variable in general. You can simply pick the option you need and press Enter to insert it. Sometimes the suggestions may take a moment to appear, but as soon as you type the dot (.), Codebook will show the available methods.
.
You can also start typing if you know the function name and it then suggests you accordingly.
Hope it helps. Please continue on this thread if you need help further : )