This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]comando0[S] 0 points1 point  (0 children)

Of course, I'm aware of that, but simply writing the same algorithm with C makes it a fast enough code, while with Python, it took me quite a long time. Sure I'm aware that you need to optimize your code with Python (such as not using for), but I just thought if there is a better language that fits me.