Merged Mainline and Puneeth branches.
authorPuneeth Chaganti <punchagan@fossee.in>
Thu, 08 Oct 2009 20:23:11 +0530
changeset 73 9a93e8901e99
parent 72 1c1d6aaa2be3 (current diff)
parent 70 b138c4ac68e6 (diff)
child 75 090d03e43e95
Merged Mainline and Puneeth branches.
--- a/day1/handout.tex	Thu Oct 08 20:22:15 2009 +0530
+++ b/day1/handout.tex	Thu Oct 08 20:23:11 2009 +0530
@@ -670,4 +670,12 @@
 squares = [i*i for i in range(1, 100)
            if i % 10 in [1, 2, 5, 7]]
 \end{verbatim}
+\newpage
+\section{Further Reference:}
+\begin{itemize}
+  \item Most referred and trusted material for learning \emph{Python} language is available at docs.python.org/tutorial/
+  \item ``may be one of the thinnest programming language books on my shelf, but it's also one of the best.'' -- \emph{Slashdot, AccordianGuy, September 8, 2004}- available at diveintopython.org/
+  \item How to Think Like a Computer Scientist: Learning with Python available at http://www.openbookproject.net/thinkcs/python/english/ \\
+    ``The concepts covered here apply to all programming languages and to problem solving in general.'' -- \emph{Guido van Rossum, creator of Python}
+\end{itemize}
 \end{document}