What are your opinions on .NET Core vs Python?

Joseph L. Casale jcasale at activenetwerx.com
Mon Jan 30 20:18:14 EST 2017


> C# hardly seems any better than Java to me as far as a language goes.

Which sounds pretty good to me, they are both high performance, mature
and rich languages.

> Being forced into working with classes even when they are not
> appropriate is jarring.

And 100% irrelevant, it doesn't prevent you from doing anything you
otherwise could without.

> Because everything is forced into a class, one
> often ends up with very long classes in C#, spanning more than one file!

Sorry, sounds like you need to learn SOLID, none of my classes
have ever taken this form.

>  Makes the code much harder to follow from a human point of view. After
> working in C# I very much appreciate Python's explicit self requirement
> for accessing local instance variables.

So, prefix them with "this." and they will look the same? 



More information about the Python-list mailing list