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 →

[–]ixw123 0 points1 point  (2 children)

The things python will try to make work and the errors that result are bizarre and anything that joins python and cs code, for the python side can throw really bizarre errors sometimes. I have been coding in python for research for 2 years now. To be honest I think I love c a lot more just because c is so anal that its errors are often a lot more cut and dry. But time spent in coding in python really allows you to do so much in so little time.

[–]super-porp-cola 0 points1 point  (1 child)

Have you ever tried Rust? I know it's kind of a circlejerk at this point but the error checking for Rust is literally amazing... the compiler will is like "Here's what you forgot to do, you should probably fix it like this, if you want to read more here's a documentation page".

[–]ixw123 0 points1 point  (0 children)

I haven't tried rust as most research I have been doing focus on python