Here are my notes so far. Any comments or issues please let me know. I think I am on the right track.
Here are my notes so far. Any comments or issues please let me know. I think I am on the right track.
Ok!
I have learned that I should use pins 24/26 as CE0/CE1 instead of pin15(GPIO 22) because this alleviates me writing extra code. I plan on using Python SPIDEV from GitHub...
Thanks for Elektor Academy - Hardware Hacking the RPi pointing this out. Excellent if you want the details 
Question: What to do with HOLD pin? I need it to stayhHigh. Also how to make the CS pin be high but go low when transmitting?
Thanks,
Clem
Hi Clem,
Use a pull-up resistor (10K should be just fine) with the HOLD pin.
The CS handling is done by the driver.
I found an example here involving MCP3008. This chip uses an active low chip select as well as the 23K256. Good luck!
Sure I will sum this up experiences and all. Thanks @Michael Kellett for kind words of encouragement 
Sure I will sum this up experiences and all. Thanks @Michael Kellett for kind words of encouragement 