diff options
author | Madhusudan.C.S | 2009-10-09 13:20:23 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-09 13:20:23 +0530 |
commit | ae7af9683be6ef88d5894b6d654dca1e80238c7a (patch) | |
tree | 2ad5da42716350c8a10c3c441a595646b91b95cf /day1/handout.tex | |
parent | 52c6683bb2792631e91481e74786dc6bf569e312 (diff) | |
parent | 0a9ef884da48dbc63e5100287de2b9bc93bce247 (diff) | |
download | workshops-ae7af9683be6ef88d5894b6d654dca1e80238c7a.tar.gz workshops-ae7af9683be6ef88d5894b6d654dca1e80238c7a.tar.bz2 workshops-ae7af9683be6ef88d5894b6d654dca1e80238c7a.zip |
Merged Mainline and Madhu branches.
Diffstat (limited to 'day1/handout.tex')
-rw-r--r-- | day1/handout.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day1/handout.tex b/day1/handout.tex index c16725a..a4f1c88 100644 --- a/day1/handout.tex +++ b/day1/handout.tex @@ -670,4 +670,12 @@ for i in range(1, 100): 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} |