49
Phil15
30 56 64 Leader of the month
23068/ 25141
Last seen 3 minutes ago
Member for 6 years, 2 months, 27 days
Difficulty Advanced
I was a math teacher in France for two years. I'm currently reconverting to IT, I'm here to improve my Python skills, and practice English.

Best reviews / Newest reviews
Inertia - with cache and priority-JohanL
Didn't know bytearray. To do the same thing I would change it into list of lists. But I like your way too. I think you don't need to heapify a queue when there is only one element in it. Like the use of heapq. More
First-tigerhu3180
it.product is good for CHANGE here. numpy is great too. I used sympy for the same task. I don't really use deque even if it's better for queues than lists with `.pop(0)`. Because for time execution on checkio, lists are usually enough. But you're right to use it. I wrote `int(i) == i` too but `i. More
OOP with dataclasses-rodka81
I finally see a dataclass, thanks! =) More
1 2 3 4 5 6 7 8 9 10 11 12
13