I found a book at the local library that covers python but it&#39;s 2.2.<br>I already have been using 2.7 for basic stuff and would like to know if it&#39;s worth my time to read this book.<br>Are there any glaring differences that would be easy to point out, or is it too convoluted?<br>
Also, am I correct in thinking that 3.0 will always be called 3.0 but will change over time and will always include experimental features, while 2.x will gradually increase the &#39;x&#39; and the highest &#39;x&#39; will indicate the most current, stable release?<br>
<br>oh, and a question on &#39;pickle&#39;:<br>can pickle deserialize things that were not serialized by python?<br>can it convert data into a python data type regardless of it was originally a &#39;c array&#39; or something else that python doesn&#39;t support?<br>