The Jetson Nano
Some useful links:
Using the Pins on the Jetson
Here's an article with the pinout of the Jetson.
If you're using python, you're most likely going to be interfacing with the Jetson using the RPi
library. Here's the documentation for the python RPi.GPIO
module.
It's also possible to interface with the GPIO pins through the filesystem as linux exposes them as a virtual file system.