author | Madhusudan.C.S <madhusudancs@gmail.com> |
Mon, 26 Oct 2009 20:29:54 +0530 | |
changeset 175 | d922270c85bb |
parent 76 | b24c2560f626 |
child 261 | 9cce24d00957 |
permissions | -rw-r--r-- |
76
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
1 |
\documentclass[12pt]{article} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
2 |
\title{Links and References} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
3 |
\author{Asokan Pichai\\Prabhu Ramachandran} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
4 |
\begin{document} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
5 |
\maketitle |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
6 |
\begin{itemize} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
7 |
\item Most referred and trusted material for learning \emph{Python} language is available at \url{http://docs.python.org/tutorial/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
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/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
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} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
10 |
\item Some assorted articles related to Python \url{http://effbot.org/zone/index.htm} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
11 |
\item To read more on strings refer to: \\ \url{http://docs.python.org/library/stdtypes.html#string-methods} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
12 |
\item For documentation on IPython refer: \\ \url{http://ipython.scipy.org/moin/Documentation} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
13 |
\item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
14 |
\item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
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/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
16 |
\item Explore examples and plots based on matplotlib at \\ \url{http://matplotlib.sourceforge.net/examples/index.html} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
17 |
\item One stop go for Sage is \url{http://www.sagemath.org/doc/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
18 |
\item Central page for all SymPy’s documentation is at \\ \url{http://docs.sympy.org/} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
19 |
\item For videos from basics to advanced Python check out: \\ \url{http://www.archive.org/search.php?query=scipy09} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
20 |
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
21 |
\end{itemize} |
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
22 |
\end{document} |