Work with someone else Python code

>work with someone else Python code
>modify half of program
>try to run it
>TabError: inconsistent use of tabs and spaces at line 13
>now you need to go line by line and change spaces into tabs. Formatters wont help, they rarther break your code
Every. Single. Time

Attached: pepe dissapointed.jpg (230x219, 8K)

Use Emacs, C-% tab number of spaces.

Why would you use either? Why does nobody seem to realize that you can write it all on one line?

Devilish

I don't get it
doesn't compiler ignore spaces?
could someone explain this to a simple mind like me?

Just follow PEP-8 you fucking Pajeet.

this
>using indentation
wew lads

>don't work with someone else Python code
wew, that was easy

Attached: 1535508212601.jpg (493x655, 24K)

>Every. Single. Time

You didn't learn anything the first time? Or the second? Or ever? Does someone pay you for this level of incompetence?

Because Python's syntax is nothing but garbage
Spaces are an active part of lang syntax itself so they won't get ignored, because "muh expressiveness"
Imho Python syntax it's just autistic,forces something that should be common sense
>>You forget one space under an if statement ?
>>Let's not execute that particular piece of code directly under the fucking if statement

This, or expand/unexpand at the command line.
OP needs to git gud.

you deserve it for using python

It really is insane. This alone is reason enough to never ever touch Python. Also no braces. What a fucking cuck language.

Just rewrite the program in Go and shut back and relax

Sublime ctrl + h, find 4 spaces, find all, press tab

>TabError
>this is a real thing

Attached: 1540059328954.png (360x346, 58K)

Actually python supports braces and ending statements with ; for retarded boomers like you, it's just not pythonic.

If you write any code without consistent indentation you're a retard, python just forces good practices

>using a scripting lang
shiggy diggy

Attached: eric.png (205x246, 46K)

:%s/\t/ /g
That will be $150.00

>Actually python supports braces and ending statements with ; for retarded boomers like you
You are lying.

>python supports braces
No, it doesn't

how hard is it to use your eyes and check if the lines misalign lol. Based boomers trying to understand modern code

learn to use sed brainlet. dennis ritchie is rolling in his grave.

>b-b-but python doesn't have segmentation fault
>adds an even more retarded error
this language is a joke