September 2019
Beginner to intermediate
494 pages
13h
English
Code completion support in PyCharm is not limited to typing suggestions. In other words, you can take advantage of various features so that you can format/edit the code after it has already been typed up. Specifically, intention actions are possible ways to analyze and alter a completed line of code; this feature is displayed as a yellow light bulb icon, as illustrated in the screenshot that follows:
from math import sqrtdef sqrt_floor(x): ...
Read now
Unlock full access