I have started learning python 3 from pym book by Kushal.
Read about following topics and solved problems.
- Single and Multiline comments.
- I have learnt modules and practiced some basic stuff with python os and math module.
- String formatting with
.format
andf-string
. - Various operators and expressions.