Results 41 issues of Sylvain

Format-related issue I thought about while working on #10 : it could be nice to have suggestions like : "Did you mean 'whatever' (possible explanation), 'something else' (other explanation)". This...

enhancement

Playing with AST checks can be very tedious because of the amount of "incorrect" Python code which raises E901 (or fail differently) when AST checks are enabled. An easy solution...

Added in PEP 8 : """ Be consistent in return statements. Either all return statements in a function should return an expression, or none of them should. If any return...

When using C/C++, whenever I use something like printf, I usually use symbols such as `__LINE__` or `__FUNC__`. It would be nice to define such symbols. What is nice is...

https://bfnightly.bracketproductions.com/chapter_1.html mentions using `rltk = { version = "0.8.0" }` but also to use "cargo search" which returns `$ cargo search rltk rltk = "0.8.1" # A CP437/ASCII terminal library...

Having the same information in two places is quite painful and proves to lead to a few errors here and there. The generate file is not exactly similar to the...

I'm only guessing but there should be a bunch of new interesting videos coming with PyCon 2015. I'm only assuming that this https://www.youtube.com/watch?v=wf-BqAjZb8M is going to be as awesome as...

This thread is 7 months old but it contains a few good links I think : http://www.reddit.com/r/Python/comments/1rs7ub/what_are_some_mustwatch_python_videos . Most of them are already here and I didn't have a chance...

video addition/removal

More of a reminder than a bug but this video (found on the frontpage of http://fr.reddit.com/r/python/ ) looks awesome (I haven't watched the video yet but I quickly went through...

video addition/removal