Installing Python3.6 on a Raspberry Pi
I’m mostly happy with older Python versions, but Python3.6 offers a new method for string generation, the f-string syntax, which i prefer over older methods.
>>Installation
Enter in the terminal
Enter in the terminal
>>Test
Start Python3 with
Start Python3 with
and enter in the IDE
Realpython f-string syntax introduction: https://realpython.com/python-f-strings/