diff options
author | Shantanu Choudhary | 2009-10-08 23:16:13 +0530 |
---|---|---|
committer | Shantanu Choudhary | 2009-10-08 23:16:13 +0530 |
commit | 0b89a9ad757262323b9bcb1e1c303de4447305a5 (patch) | |
tree | 9eb1ea10d121299c33eea952e3f6c68a53af0758 /day1/links.tex | |
parent | 7e1335294c63d326a951c0fc5ecf4ee308583f8f (diff) | |
download | workshops-0b89a9ad757262323b9bcb1e1c303de4447305a5.tar.gz workshops-0b89a9ad757262323b9bcb1e1c303de4447305a5.tar.bz2 workshops-0b89a9ad757262323b9bcb1e1c303de4447305a5.zip |
Added links.tex, compilation of various links.
Diffstat (limited to 'day1/links.tex')
-rw-r--r-- | day1/links.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/day1/links.tex b/day1/links.tex new file mode 100644 index 0000000..7734d47 --- /dev/null +++ b/day1/links.tex @@ -0,0 +1,22 @@ +\documentclass[12pt]{article} +\title{Links and References} +\author{Asokan Pichai\\Prabhu Ramachandran} +\begin{document} +\maketitle +\begin{itemize} + \item Most referred and trusted material for learning \emph{Python} language is available at \url{http://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 \url{http://diveintopython.org/} + \item How to Think Like a Computer Scientist: Learning with Python available at \url{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} + \item Some assorted articles related to Python \url{http://effbot.org/zone/index.htm} + \item To read more on strings refer to: \\ \url{http://docs.python.org/library/stdtypes.html#string-methods} + \item For documentation on IPython refer: \\ \url{http://ipython.scipy.org/moin/Documentation} + \item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/} + \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/} + \item User Guide for Mayavi is the best place to look for Mayavi Documentation, available at: \\ \url{http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/} + \item Explore examples and plots based on matplotlib at \\ \url{http://matplotlib.sourceforge.net/examples/index.html} + \item One stop go for Sage is \url{http://www.sagemath.org/doc/} + \item Central page for all SymPy’s documentation is at \\ \url{http://docs.sympy.org/} + \item For videos from basics to advanced Python check out: \\ \url{http://www.archive.org/search.php?query=scipy09} + +\end{itemize} +\end{document} |