-2
to incindo agr in Python and to using pycharm, and soon after opening the editor and has a vertical line, HOW I’ll get rid of that?
-2
to incindo agr in Python and to using pycharm, and soon after opening the editor and has a vertical line, HOW I’ll get rid of that?
-1
That line is to help you, after all, the pycharm has an integration with the pep8 and if I’m not mistaken, that represents the maximum size that a line should have according to the pep8, and when that line is exceeded it shows ways to break the line and make the code cleaner. Anyway I hope I cried out...
"PEP 8, sometimes written PEP8 or PEP-8, is a document that provides guidelines and best practices on how to write Python code. ... The main focus of PEP 8 is to improve the readability and consistency of Python code. PEP stands for Python Enhancement Proposal, and there are several of them."
Browser other questions tagged python pycharm
You are not signed in. Login or sign up in order to post.
Aaaaaa so that’s it, thank you very much:)
– Felipes
if it helped, give an upvote on my answer to help :)
– Farofa de Cachorro