forked from RunestoneInteractive/java4python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta_backmatter.ptx
More file actions
24 lines (21 loc) · 1.58 KB
/
Copy pathmeta_backmatter.ptx
File metadata and controls
24 lines (21 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<!-- Generated by Docutils 0.19 -->
<backmatter xml:id="meta_backmatter">
<title> Appendices </title>
<appendix xml:id="backmatter_appendix">
<title>Shameless Plug</title>
<p>
If you got this far, I would also like to use this space as a shameless plug for two books.
At Luther college we use Python for CS1 and CS2.
When we decided to make the switch to introducing CS with Python we wanted to provide our students with two semesters of Python.
The reason is that after one semester students are just getting comfortable with the language and it does not make sense to push them into a brand new language just as they are getting some comfort.
The second reason is that Python really is a great language for teaching data structures.
The language makes the algorithms evident by clearing away all of the syntactic clutter.
So we (David Ranum and I) wrote a CS2 book called <url href="http://www.amazon.com/Problem-Solving-Algorithms-Structures-Python/dp/1590280539" visual="http://www.amazon.com/Problem-Solving-Algorithms-Structures-Python/dp/1590280539">Problem Solving with Algorithms and Data Structures using Python</url>.
After we finished the CS2 book we decided to write our own CS1 book as well.
This book will be available for Fall 2008 classes from Jones and Bartlett publishers.
The tentative title is <em>Python in Context</em>.
Please feel free to contact me for more information.
</p>
</appendix>
</backmatter>