57
veky
22 48 64 Leader of the month
44593/ 53887
Last seen 20 minutes ago
Member for 11 years, 6 months, 8 days
Difficulty Advanced
We shall not cease from exploration, and the end of all our exploring will be to arrive where we started and know the place for the first time.

Best reviews / Newest reviews
First-Kapsiaoloong
Nice variable names. Unfortunately, not much else nice can be said about the above code. More
:-D :D- -:D -D: D:- D-: D,_-smilicic 1
`_,-1` But seriously... clear? :-D More
Simple maths-ermichin158 1
Meh. In this case, simple is not better than [complex](https://py.checkio.org/mission/humpty-dumpty/publications/veky/python-3/complex-battery-staple/?ordering=most_voted&filtering=all). :-P More
Legibility score: prob*whites-smilicic
defaultdict(float) would be a nice thing to use for jars. But really, there is a closed formula. Go smoke a peace pipe with algebra. :-D More
Spot the difference!-veky
(getattr) (*_[::3]) (*_[1:3]) More
11121-smilicic
http://math.bme.hu/~petz/vnsumming.html 😜 More
First-Musidlo
`elif` is there for a reason. :-P More
Pythonic GCD Finder-ermichin158 1
A bit more Pythonic than the previous one, but still not very Pythonic. Line 2 is unnecessary. How many same arguments you'll have? And each of them will clear that inner loop in 2 steps. Line 3 is simply wrong. gcd(2, -4) is 4. And gcd(0, 5) is 5. "greatest" is by divisibility, not by standard or More
Clear pythonic functions comparison-ermichin158 1
Why do you keep thinking your solutions are Pythonic when they _obviously_ aren't? Superfluous comments, duplicated code, and that mortal sin of Python programming, "except: pass". More
Matrices are two-dimensional, right?-smilicic
Your matrices obviously aren't. The good question is, why? :-) And more importantly, why do you think this is clear? :-P More
Disregarding contradictions-smilicic 1
Aaargh! list(map(lambda S: whatever, eSses)) ~~~> [whatever for S in eSses] More and more I think that LISP has destroyed even more programmers than BASIC. :-P More
Nothing special-dshorstein 1
You have obviously seen that the origin is irrelevant - after all, you start from 0 for ranks, and from 1 for files. It is much easier if you put origin on (97, 48) - do you know why? ;-) And why lines 9~10? Special cases are not special enough. ;-) More
Columpio's Generator-Columpio
If only it were a generator... :-P Just drop the [] and it will be. :-) And yeah... `if not number % dict(Fizz=3, Buzz=5)[word]` is a bit nicer. ;-) More
Funny :D-MichalMarsalek
Could be funnier if you used `math.tau` in the last line. :-P More
Chessboard-veky
Inspired by @witmolif's [solution](https://py.checkio.org/mission/funny-adding/publications/witmolif/python-3/hi-how-are-you-doing/). More
Hi, how are you doing?-witmolif
Hm, if you tried to make a chessboard, you didn't quite manage to do it (do you see why?). See [my solution](https://py.checkio.org/mission/funny-adding/publications/veky/python-3/third/) for a proper chessboard. :-) More
Task -> Python lang-Columpio
You don't need that many parentheses. ;-) More
I love algorithms =( [kmp van lav <3]-Columpio
Hm? You meant Boyer-Moore, right? :-D More
All aboard the fractran, toot toot!-psykosh 1
Wow, fractran! You even use for-else properly. :-D If only you were tidier with spaces, I'd give you five pluses. :-) More