Getting started with Pi
Get your IP of your Raspberry PI
- Go to your Terminal Prompt
- Type ifconfig
- Look for the inet ((Internet Protocol address)address

Get your host name
- Go to your Terminal Prompt
- Type host name -I
- This should match your inet address

To ssh to your Raspberry-PI
- Open the terminal
- Type ssh [user name]@Ip addr of PI

Get the Python version
- Open the terminal
- Type python –version
