I have done a little python programming in Visual Studio on my Windows pc.
Now I want to move my source code to Raspberry pi where I want to do some programming of the GPIB etc.
Byt when I copy/paste my source code, and compile the code in Raspberry environment then the compiler dont tell me the correct line number.
Comment is one issue, I have used # to comment out lines i windows.
I know ''' ''' should be used in linux,...