LogFAQs > #926116620

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, Database 5 ( 01.01.2019-12.31.2019 ), DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicJust training my neural net, AMA
Yellow
08/15/19 6:14:53 PM
#12:


Having used Python for a while, I don't hate it. I just dislike it.

It's very hard to tell what objects are what type, especially if they were accessed from an array, especially if you didn't make the library you're using. That and the fact that it's interpreted, and I've yet to see the real benefit of that.

Otherwise, it's very similar to C# with very small differences. I'll probably want to use C# as my first choice. The biggest gripe I have with C# is that multiple inheritance is actually missing.

The reason they give is that the compiler wouldn't be able to figure out which overrides to use, which is silly, because you can just give the classes you want to inherit from highest priority to lowest in a list, like every other modern language.

It's a very annoying missing feature.
---
... Copied to Clipboard!
Topic List
Page List: 1