recommended python for 802.15.4 XBee point-to-point ?

I was wondering where to get the needed python digi modules / libraries ?

I am running running Digi’s Wireless Connectivity Kit
with XBee S2C 804.15.4 Modules (includes XBees and Grove XBee development boards)

I read note in documentation
Software and Documentation CD had some code samples (is it available on the web somewhere)?

thanks !

Think of the XBee modules and the associated development board nothing more than a COM port with a serial cable between devices. Your application that you write or work with must be able to send data via a COM port at a given baud rate or data rate. No more or less. For that reason, no sample code is provided or required.