Thursday, January 06, 2022

BMW color-changing SUV

BMW debuts color-changing SUV at CES 2022 #Shorts - YouTube

BMW showed off its new color-changing paint technology concept at CES 2022. At the touch of a button, the iX can shift from black and white. The company says it’s the same technology found in e-readers.




A white surface reflects a lot more sunlight than a black one,” the company says. “By implication, heating of the vehicle and passenger compartment as a result of strong sunlight and high outside temperatures can be reduced by changing the exterior to a light color.” In cooler weather, darker tones will help the vehicle to absorb more warmth from the sun.

Python.NET vs IronPython

talkpython.fm/episodes/show/342/python-in-architecture-as-in-actual-buildings


IronPython: ironpython.net

Python.NET: github.com


If you want to mainly base your code on the .NET framework, I'd highly recommend IronPython vs Python.NET. IronPython is pretty much native .NET - so it just works great when integrating with other .NET langauges.

Python.NET is good if you want to just integrate one or two components from .NET into a standard python application.


IronPython is written entirely in C#, although some of its code is automatically generated by a code generator written in Python.


related:

Swift <=> Python interop vis PythonKit