What are your opinions on .NET Core vs Python?

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Jan 31 17:02:13 EST 2017


Ian Kelly wrote:
> Java also has "static import" which lets
> you individually import specific static methods or fields from a class.

Yes, but it's nowhere near as convenient as Python's import.
To import individual names you have to qualify all of them with
the whole package name, and there is no way to give them
different names locally.

-- 
Greg



More information about the Python-list mailing list