Python

Can I use Python to communicate with the TX2

Hi,

What kind of communication do you want to achieve?
You can write python code on TX2 and the network is functional.

Thanks.

Like can I run my Python scripts on it.

Yes, absolutely.

Once you’ve logged into your machine, you can find details about your Python setup:

$ python --version
This will tell you the current default python version that your TX2 has

$ which python
This will tell you where the default python version resides (usually /usr/bin/python)

If i’m not mistaken, I think JetPack also includes iPython (https://ipython.org/) So you can use an interactive python shell if you desire.

$ ipython