summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-12-02 14:43:42 +0530
committerPuneeth Chaganti2010-12-02 14:43:42 +0530
commit9ef42a846bf92217dcca5aa3ae084e6dc9470b82 (patch)
treee99203df7f6c289632abe12f1c7736642cb97ad8
parentf3a34dfb4e879f3eb7274704f44546aac4add88f (diff)
downloadst-scripts-9ef42a846bf92217dcca5aa3ae084e6dc9470b82.tar.gz
st-scripts-9ef42a846bf92217dcca5aa3ae084e6dc9470b82.tar.bz2
st-scripts-9ef42a846bf92217dcca5aa3ae084e6dc9470b82.zip
Renamed some LOs and other minor corrections.
-rw-r--r--basic_datatypes_and_operators/quickref.tex6
-rw-r--r--manipulating_strings/quickref.tex4
-rw-r--r--multiple_plots/quickref.tex0
-rw-r--r--other_types_of_plots/bar-chart-hatch.png (renamed from other_type_of_plots/bar-chart-hatch.png)bin26170 -> 26170 bytes
-rw-r--r--other_types_of_plots/company-a-data.txt (renamed from other_type_of_plots/company-a-data.txt)0
-rw-r--r--other_types_of_plots/quickref.tex (renamed from other_type_of_plots/quickref.tex)0
-rw-r--r--other_types_of_plots/script.rst (renamed from other_type_of_plots/script.rst)0
-rw-r--r--other_types_of_plots/slides.org (renamed from other_type_of_plots/slides.org)0
-rw-r--r--other_types_of_plots/slides.tex (renamed from other_type_of_plots/slides.tex)0
-rw-r--r--progress.org110
-rw-r--r--sets/quickref.tex2
11 files changed, 59 insertions, 63 deletions
diff --git a/basic_datatypes_and_operators/quickref.tex b/basic_datatypes_and_operators/quickref.tex
index 1047219..dd3a038 100644
--- a/basic_datatypes_and_operators/quickref.tex
+++ b/basic_datatypes_and_operators/quickref.tex
@@ -1,8 +1,5 @@
-\documentclass{article}
-\begin{Document}
-\begin{center}
\textbf{Basic DataType Quick Reference}\\
-\end{center}
+
Declaring an Integer:\\
{\ex \lstinline| b=9999999999999999999 |}
@@ -46,4 +43,3 @@ Spliting string into lists:\\
Join lists to create strings:\\
{\ex \lstinline| ','.join['List','joined','on','commas'] |}
-\end{Document}
diff --git a/manipulating_strings/quickref.tex b/manipulating_strings/quickref.tex
index 533a1ef..71b721f 100644
--- a/manipulating_strings/quickref.tex
+++ b/manipulating_strings/quickref.tex
@@ -4,8 +4,8 @@ String indexing starts from 0, like lists.
\lstinline|s = `Hello World'|\\
\lstinline|s[0:5]| gives \texttt{Hello}\\
-\lstinline|s[6:]| gives \textt{World}\\
-\lstinline|s[6::2]| gives \textt{Wrd}\\
+\lstinline|s[6:]| gives \texttt{World}\\
+\lstinline|s[6::2]| gives \texttt{Wrd}\\
\lstinline|s.replace('e', 'a')| returns a new string with all e's
replaced by a.
diff --git a/multiple_plots/quickref.tex b/multiple_plots/quickref.tex
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/multiple_plots/quickref.tex
diff --git a/other_type_of_plots/bar-chart-hatch.png b/other_types_of_plots/bar-chart-hatch.png
index 7b48125..7b48125 100644
--- a/other_type_of_plots/bar-chart-hatch.png
+++ b/other_types_of_plots/bar-chart-hatch.png
Binary files differ
diff --git a/other_type_of_plots/company-a-data.txt b/other_types_of_plots/company-a-data.txt
index 06f4ca4..06f4ca4 100644
--- a/other_type_of_plots/company-a-data.txt
+++ b/other_types_of_plots/company-a-data.txt
diff --git a/other_type_of_plots/quickref.tex b/other_types_of_plots/quickref.tex
index 275c226..275c226 100644
--- a/other_type_of_plots/quickref.tex
+++ b/other_types_of_plots/quickref.tex
diff --git a/other_type_of_plots/script.rst b/other_types_of_plots/script.rst
index d8718b2..d8718b2 100644
--- a/other_type_of_plots/script.rst
+++ b/other_types_of_plots/script.rst
diff --git a/other_type_of_plots/slides.org b/other_types_of_plots/slides.org
index f63ab12..f63ab12 100644
--- a/other_type_of_plots/slides.org
+++ b/other_types_of_plots/slides.org
diff --git a/other_type_of_plots/slides.tex b/other_types_of_plots/slides.tex
index c0b4180..c0b4180 100644
--- a/other_type_of_plots/slides.tex
+++ b/other_types_of_plots/slides.tex
diff --git a/progress.org b/progress.org
index c5cf6bd..fe0d727 100644
--- a/progress.org
+++ b/progress.org
@@ -1,56 +1,56 @@
-| S.No | Name | Units | Author | Review | Checklist |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 1.2 LO: | getting started with =ipython= | 2 | Punch | Anoop(Done) | |
-| 1.3 LO: | using the =plot= command interactively | 2 | Amit | Pending | |
-| 1.4 LO: | embellishing a plot | 2 | Nishanth | Anoop (Done) | |
-| 1.5 LO: | saving plots | 2 | Anoop | Punch (Done) | |
-| 1.6 LO: | multiple plots | 3 | Madhu | Nishanth (Done) | |
-| 1.7 LO: | additional features of IPython | 2 | Nishanth | Amit (Done) | |
-| 1.8 LO: | module level assessment | 3 | Madhu | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 2.2 LO: | loading data from files | 3 | Punch | Nishanth (Done) | |
-| 2.3 LO: | plotting the data | 3 | Amit | Anoop (Done) | |
-| 2.4 LO: | other types of plots | 3 | Anoop | Punch (Done) | |
-| 2.5 LO: | module level assessment | 3 | Nishanth | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 3.1 LO: | getting started with lists | 2 | Amit | Anoop(Done) | |
-| 3.2 LO: | getting started with =for= | 2 | Anoop | Nishanth (Done) | |
-| 3.3 LO: | getting started with strings | 2 | Madhu | Punch (Done) | |
-| 3.4 LO: | getting started with files | 3 | Punch | Anoop(Done) | |
-| 3.5 LO: | parsing data | 3 | Nishanth | Amit (Done) | |
-| 3.6 LO: | statistics | 2 | Amit | Punch (Done) | |
-| 3.7 LO: | module level assessment | 3 | Madhu | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 4.1 LO: | getting started with arrays | 2 | Anoop | Punch (Done) | |
-| 4.2 LO: | accessing parts of arrays | 4 | Punch | Anoop (Done) | |
-| 4.3 LO: | Matrices | 3 | Anoop | Punch (Done) | |
-| 4.4 LO: | Least square fit | 2 | Nishanth | Punch (Done) | |
-| 4.5 LO: | Assessment | 3 | Punch | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 5.1 LO: | getting started with sage notebook | 3 | Madhu | Punch (Done) | |
-| 5.2 LO: | getting started with symbolics | 3 | Amit | Punch (Done) | |
-| 5.3 LO: | using Sage | 4 | Punch | Anoop (Done) | |
-| 5.4 LO: | using sage to teach | 3 | Nishanth | Punch (Done) | |
-| 5.5 LO: | Assessment | 3 | Anoop | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 6.1 LO: | basic datatypes & operators | 4 | Amit | Punch (Done) | |
-| 6.2 LO: | I/O | 1 | Nishanth | Amit (Done) | |
-| 6.3 LO: | conditionals | 2 | Madhu | Punch (Pending) | |
-| 6.4 LO: | loops | 2 | Punch | Anoop (Done) | |
-| 6.5 LO: | Assessment | 3 | Anoop | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 7.1 LO: | manipulating lists | 3 | Madhu | Punch (Done) | |
-| 7.2 LO: | manipulating strings | 2 | Punch | Amit (Done) | |
-| 7.3 LO: | getting started with tuples | 2 | Nishanth | Punch (Done) | |
-| 7.4 LO: | dictionaries | 2 | Anoop | Punch (Done) | |
-| 7.5 LO: | sets | 2 | Nishanth | Punch (Done) | |
-| 7.6 LO: | Assessment | 3 | Amit | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
-| 8.1 LO: | getting started with functions | 3 | Anoop | Punch (Done) | |
-| 8.2 LO: | advanced features of functions | 3 | Punch | Anoop (Done) | |
-| 8.3 LO: | using python modules | 3 | Anoop | Punch (Done) | |
-| 8.4 LO: | writing python scripts | 2 | Nishanth | Punch (Done) | |
-| 8.5 LO: | testing and debugging | 2 | Amit | | |
-| 8.6 LO: | Assessment | 3 | Madhu | | |
-|---------+----------------------------------------+-------+----------+-----------------+-----------|
+| S.No | Name | Units | Author | Review | Checklist |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 1.2 LO: | getting started with =ipython= | 2 | Punch | Anoop(Done) | |
+| 1.3 LO: | using =plot= interactively | 2 | Amit | Pending | |
+| 1.4 LO: | embellishing a plot | 2 | Nishanth | Anoop (Done) | |
+| 1.5 LO: | saving plots | 2 | Anoop | Punch (Done) | |
+| 1.6 LO: | multiple plots | 3 | Madhu | Nishanth (Done) | |
+| 1.7 LO: | additional features of IPython | 2 | Nishanth | Amit (Done) | |
+| 1.8 LO: | module level assessment | 3 | Madhu | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 2.2 LO: | loading data from files | 3 | Punch | Nishanth (Done) | |
+| 2.3 LO: | plotting data | 3 | Amit | Anoop (Done) | |
+| 2.4 LO: | other types of plots | 3 | Anoop | Punch (Done) | |
+| 2.5 LO: | module level assessment | 3 | Nishanth | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 3.1 LO: | getting started with lists | 2 | Amit | Anoop(Done) | |
+| 3.2 LO: | getting started with =for= | 2 | Anoop | Nishanth (Done) | |
+| 3.3 LO: | getting started with strings | 2 | Madhu | Punch (Done) | |
+| 3.4 LO: | getting started with files | 3 | Punch | Anoop(Done) | |
+| 3.5 LO: | parsing data | 3 | Nishanth | Amit (Done) | |
+| 3.6 LO: | statistics | 2 | Amit | Punch (Done) | |
+| 3.7 LO: | module level assessment | 3 | Madhu | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 4.1 LO: | getting started with arrays | 2 | Anoop | Punch (Done) | |
+| 4.2 LO: | accessing parts of arrays | 4 | Punch | Anoop (Done) | |
+| 4.3 LO: | Matrices | 3 | Anoop | Punch (Done) | |
+| 4.4 LO: | Least square fit | 2 | Nishanth | Punch (Done) | |
+| 4.5 LO: | Assessment | 3 | Punch | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 5.1 LO: | getting started with sage notebook | 3 | Madhu | Punch (Done) | |
+| 5.2 LO: | getting started with symbolics | 3 | Amit | Punch (Done) | |
+| 5.3 LO: | using Sage | 4 | Punch | Anoop (Done) | |
+| 5.4 LO: | using sage to teach | 3 | Nishanth | Punch (Done) | |
+| 5.5 LO: | Assessment | 3 | Anoop | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 6.1 LO: | basic datatypes and operators | 4 | Amit | Punch (Done) | |
+| 6.2 LO: | input output | 1 | Nishanth | Amit (Done) | |
+| 6.3 LO: | conditionals | 2 | Madhu | Punch (Pending) | |
+| 6.4 LO: | loops | 2 | Punch | Anoop (Done) | |
+| 6.5 LO: | Assessment | 3 | Anoop | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 7.1 LO: | manipulating lists | 3 | Madhu | Punch (Done) | |
+| 7.2 LO: | manipulating strings | 2 | Punch | Amit (Done) | |
+| 7.3 LO: | tuples | 2 | Nishanth | Punch (Done) | |
+| 7.4 LO: | dictionaries | 2 | Anoop | Punch (Done) | |
+| 7.5 LO: | sets | 2 | Nishanth | Punch (Done) | |
+| 7.6 LO: | Assessment | 3 | Amit | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
+| 8.1 LO: | getting started with functions | 3 | Anoop | Punch (Done) | |
+| 8.2 LO: | advanced features of functions | 3 | Punch | Anoop (Done) | |
+| 8.3 LO: | using python modules | 3 | Anoop | Punch (Done) | |
+| 8.4 LO: | writing python scripts | 2 | Nishanth | Punch (Done) | |
+| 8.5 LO: | testing and debugging | 2 | Amit | | |
+| 8.6 LO: | Assessment | 3 | Madhu | | |
+|---------+------------------------------------+-------+----------+-----------------+-----------|
diff --git a/sets/quickref.tex b/sets/quickref.tex
index 4e34e59..1a3e5b1 100644
--- a/sets/quickref.tex
+++ b/sets/quickref.tex
@@ -9,7 +9,7 @@ Operations on sets. Ex: UNION:\\
Other operations available:\\
-\begin{lstlising}
+\begin{lstlisting}
\item "\&" -- Intersection
\item "-" -- Difference
\item "\^" -- Symmetric Difference