Sonunda JetBrains Python için bir IDE çıkardı. Mükemmel...
How to align captions of a figure or a table in latex:
\captionsetup{singlelinecheck=off,justification=raggedright}
> Shouldn't repr return plain string, not unicode one? When calling .__repr__()
> directly you just call a method directly. When called by repr() some ipython
> magic happens, which expects __repr__ to return a string.