This document provides code samples for establishing Bluetooth communication between a Python application on a mobile phone and a Python application on a PC. It includes code using PyBluez and sockets to handle the Bluetooth connection on both devices, as well as an alternative using the LightBlue module which simplifies the connection process. The code samples establish a socket connection over RFCOMM, exchange messages in a chat application, and close the connection.