Does anyone have a recommendation for a (text) book to use for teaching Python to students who already know Java?&nbsp; I&#39;ll be teaching a college class in spring to students who have had at least 2 quarters of Java.&nbsp; So, they should be hip to the basics of programming - e.g., conditionals, iteration, methods, classes, etc.&nbsp; I&#39;d like to focus on &quot;more interesting&quot; bits of Python that are difficult or impossible in straight Java - e.g., introspection, duck-typing, possibly metaclasses. <br>
<br><br>thanks,<br>Charles.<br>