DEV Community

Discussion on: Is it bad that my errors are always spelling mistakes ?

Collapse
 
shubhamkhandare profile image
Shubham Khandare

Using proper IDE with plugins can help you.
For python, you can use Pycharm (which is free) which will give the proper warning for most of these mistakes beforehand.
Then explore more features like code inspection and formatting.

Collapse
 
ddsry21 profile image
DDSRY

Correct ✌