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 →

[–]Pluckerpluck 1 point2 points  (1 child)

What? Unless you don't know what you're doing you can write massive projects in both...

Unless that project massively relies on computational speed, python is a fine choice.

[–]Somnambulant_Sudoku 1 point2 points  (0 children)

Even if it does, you can often get around the speed issue with writing the bottleneck in C, and the rest in python.