| author | Christopher Burns <chris.d.burns@gmail.com> |
| Wed, 16 Jun 2010 22:56:20 -0700 | |
| branch | scipy2010 |
| changeset 402 | 055350d3b8a3 |
| parent 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}
|
|
261
9cce24d00957
1 quiz, seesion5 plots, added links to reference.
Shantanu <shantanu@fossee.in>
parents:
76
diff
changeset
|
3 |
\author{FOSSEE}
|
|
9cce24d00957
1 quiz, seesion5 plots, added links to reference.
Shantanu <shantanu@fossee.in>
parents:
76
diff
changeset
|
4 |
\date{}
|
|
76
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
5 |
\begin{document}
|
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
6 |
\maketitle |
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
7 |
\begin{itemize}
|
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
8 |
\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
|
9 |
\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
|
10 |
\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
|
11 |
\item Some assorted articles related to Python \url{http://effbot.org/zone/index.htm}
|
|
261
9cce24d00957
1 quiz, seesion5 plots, added links to reference.
Shantanu <shantanu@fossee.in>
parents:
76
diff
changeset
|
12 |
\item Reference manual to describe the standard libraries that are distributed with Python is available at \url{http://docs.python.org/library/}
|
|
76
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
13 |
\item To read more on strings refer to: \\ \url{http://docs.python.org/library/stdtypes.html#string-methods}
|
|
261
9cce24d00957
1 quiz, seesion5 plots, added links to reference.
Shantanu <shantanu@fossee.in>
parents:
76
diff
changeset
|
14 |
\item Some coding conventions for using Python language are available at \\ \url{http://www.python.org/dev/peps/pep-0008/}
|
|
76
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
15 |
\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
|
16 |
\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
|
17 |
\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
|
18 |
\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
|
19 |
\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
|
20 |
\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
|
21 |
\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
|
22 |
\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
|
23 |
|
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
24 |
\end{itemize}
|
|
b24c2560f626
Added links.tex, compilation of various links.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
25 |
\end{document}
|