Category: python
-
Python vs C#
I have read the article https://www.red-gate.com/simple-talk/development/dotnet-development/10-reasons-python-better-than-c-sharp I think that deserves an answer – so I take all points to answer to them. You can replicate the code in C# 10 / .NET 6 with a globalusings.cs with the following content: [code lang=”csharp”] global using static System.Console; global using static System.Linq.Enumerable; global using static System.IO.Directory; global using…