day1/links.tex
changeset 76 b24c2560f626
child 261 9cce24d00957
equal deleted inserted replaced
75:090d03e43e95 76:b24c2560f626
       
     1 \documentclass[12pt]{article}
       
     2 \title{Links and References}
       
     3 \author{Asokan Pichai\\Prabhu Ramachandran}
       
     4 \begin{document}
       
     5 \maketitle
       
     6 \begin{itemize}
       
     7   \item Most referred and trusted material for learning \emph{Python} language is available at \url{http://docs.python.org/tutorial/}
       
     8   \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/}
       
     9   \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}
       
    10   \item Some assorted articles related to Python \url{http://effbot.org/zone/index.htm}
       
    11   \item To read more on strings refer to: \\ \url{http://docs.python.org/library/stdtypes.html#string-methods}
       
    12   \item For documentation on IPython refer: \\ \url{http://ipython.scipy.org/moin/Documentation}
       
    13   \item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/}
       
    14   \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/}
       
    15   \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/}
       
    16   \item Explore examples and plots based on matplotlib at \\ \url{http://matplotlib.sourceforge.net/examples/index.html}
       
    17   \item One stop go for Sage is \url{http://www.sagemath.org/doc/}
       
    18   \item Central page for all SymPy’s documentation is at \\ \url{http://docs.sympy.org/}
       
    19   \item For videos from basics to advanced Python check out: \\ \url{http://www.archive.org/search.php?query=scipy09}
       
    20 
       
    21 \end{itemize}
       
    22 \end{document}