Python
Python is an interpreted high-level general-purpose programming language. Python’s design philosophy emphasizes code readability with its notable use of significant indentation.
Python lets you work quickly and integrate systems more effectively. It is very easy to learn compared to other languages like C, C#, JavaScript, Java, etc. It is an object-oriented programming language and supports object-oriented language and concepts of classes, objects, encapsulation, and so on.
How to use it with Red Pitaya
Python code can run on your computer or on the Red Pitaya unit itself. On the unit, the SCPI server application should be started, while on the computer the PyVISA library in combination with PyVISA-py should be installed.
Why use Python?
- Python is a very versatile and easy to use environment
- It is very easy to learn to code in Python
- Python language is freely available at the official website
- Python is a high-level programming language that has English-like syntax.