author | amit |
Wed, 13 Oct 2010 17:10:38 +0530 | |
changeset 320 | 223044cf254f |
child 406 | a534e9e79599 |
permissions | -rw-r--r-- |
320
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
1 |
% Created 2010-10-13 Wed 17:08 |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
2 |
\documentclass[presentation]{beamer} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
3 |
\usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
4 |
\usepackage[latin1]{inputenc} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
5 |
\usepackage[T1]{fontenc} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
6 |
\usepackage{graphicx} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
7 |
\usepackage{longtable} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
8 |
\usepackage{float} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
9 |
\usepackage{wrapfig} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
10 |
\usepackage{soul} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
11 |
\usepackage{amssymb} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
12 |
\usepackage{hyperref} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
13 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
14 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
15 |
\title{Plotting Data } |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
16 |
\author{FOSSEE} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
17 |
\date{2010-09-14 Tue} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
18 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
19 |
\begin{document} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
20 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
21 |
\maketitle |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
22 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
23 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
24 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
25 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
26 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
27 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
28 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
29 |
\frametitle{Tutorial Plan} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
30 |
\label{sec-1} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
31 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
32 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
33 |
\item Datatypes in Python\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
34 |
\label{sec-1.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
35 |
\item Operators in Python\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
36 |
\label{sec-1.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
37 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
38 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
39 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
40 |
\frametitle{Numbers} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
41 |
\label{sec-2} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
42 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
43 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
44 |
\item Integers\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
45 |
\label{sec-2.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
46 |
\item Float\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
47 |
\label{sec-2.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
48 |
\item Complex\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
49 |
\label{sec-2.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
50 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
51 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
52 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
53 |
\frametitle{Boolean} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
54 |
\label{sec-3} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
55 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
56 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
57 |
\item True\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
58 |
\label{sec-3.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
59 |
\item False\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
60 |
\label{sec-3.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
61 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
62 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
63 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
64 |
\frametitle{Sequence Data types} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
65 |
\label{sec-4} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
66 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
67 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
68 |
\item Data in Sequence\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
69 |
\label{sec-4.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
70 |
\item Accessed using Index |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
71 |
\label{sec-4.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
72 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
73 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
74 |
\item list\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
75 |
\label{sec-4.2.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
76 |
\item String\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
77 |
\label{sec-4.2.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
78 |
\item Tuple\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
79 |
\label{sec-4.2.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
80 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
81 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
82 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
83 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
84 |
\frametitle{All are Strings} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
85 |
\label{sec-5} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
86 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
87 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
88 |
\item k='Single quote'\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
89 |
\label{sec-5.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
90 |
\item l="Double quote contain's single quote"\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
91 |
\label{sec-5.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
92 |
\item m='''"Contain's both"'''\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
93 |
\label{sec-5.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
94 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
95 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
96 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
97 |
\frametitle{Summary} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
98 |
\label{sec-6} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
99 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
100 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
101 |
\item a=73\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
102 |
\label{sec-6.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
103 |
\item b=3.14\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
104 |
\label{sec-6.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
105 |
\item c=3+4j\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
106 |
\label{sec-6.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
107 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
108 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
109 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
110 |
\frametitle{Summary Contd.} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
111 |
\label{sec-7} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
112 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
113 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
114 |
\item t=True\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
115 |
\label{sec-7.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
116 |
\item f=False\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
117 |
\label{sec-7.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
118 |
\item t and f\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
119 |
\label{sec-7.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
120 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
121 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
122 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
123 |
\frametitle{Summary Contd.} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
124 |
\label{sec-8} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
125 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
126 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
127 |
\item l= [2,1,4,3]\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
128 |
\label{sec-8.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
129 |
\item s='hello'\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
130 |
\label{sec-8.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
131 |
\item tu=(1,2,3,4)\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
132 |
\label{sec-8.3}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
133 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
134 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
135 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
136 |
\frametitle{Summary Contd.} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
137 |
\label{sec-9} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
138 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
139 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
140 |
\item tu[-1]\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
141 |
\label{sec-9.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
142 |
\item s[1:-1]\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
143 |
\label{sec-9.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
144 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
145 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
146 |
\begin{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
147 |
\frametitle{Summary Contd.} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
148 |
\label{sec-10} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
149 |
\begin{itemize} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
150 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
151 |
\item Sorted(l)\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
152 |
\label{sec-10.1}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
153 |
\item reversed(s)\\ |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
154 |
\label{sec-10.2}% |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
155 |
\end{itemize} % ends low level |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
156 |
\end{frame} |
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
157 |
|
223044cf254f
Adding new format st-scripts with questions etc for basic-data-type and
amit
parents:
diff
changeset
|
158 |
\end{document} |