120 %% \frametitle{Outline} |
120 %% \frametitle{Outline} |
121 %% \tableofcontents |
121 %% \tableofcontents |
122 %% % You might wish to add the option [pausesections] |
122 %% % You might wish to add the option [pausesections] |
123 %% \end{frame} |
123 %% \end{frame} |
124 |
124 |
|
125 \begin{frame} |
|
126 \frametitle{Workshop Schedule: Day 1} |
|
127 \begin{description} |
|
128 \item[Session 1] Sat 09:00--10:00 |
|
129 \item[Session 2] Sat 10:05--11:05 |
|
130 \item[Session 3] Sat 11:20--12:20 |
|
131 \item[Session 4] Sat 12:25--13:25 |
|
132 \item Quiz -1 Sat 14:25--14:40 |
|
133 \item[Session 5] Sat 14:40--15:40 |
|
134 \item[Session 6] Sat 15:55--16:55 |
|
135 \item Quiz -2 Sat 17:00--17:15 |
|
136 \end{description} |
|
137 |
|
138 \begin{block}{Goal of the workshop} |
|
139 At the end of this program, successful participants will be able to use python as their scripting and problem solving language. Aimed at Engg. students--focus on basic numerics and plotting-- but should serve a similar purpose for others. |
|
140 \end{block} |
|
141 \end{frame} |
|
142 |
|
143 \begin{frame} |
|
144 \frametitle{Workshop Schedule: Day 2} |
|
145 \begin{description} |
|
146 \item[Session 1] Sun 09:00--10:00 |
|
147 \item[Session 2] Sun 10:05--11:05 |
|
148 \item[Session 3] Sun 11:20--12:20 |
|
149 \item[Session 4] Sun 12:25--13:25 |
|
150 \item Quiz -1 Sun 14:25--14:40 |
|
151 \item[Session 5] Sun 14:40--15:40 |
|
152 \item[Session 6] Sun 15:55--16:55 |
|
153 \item Quiz -2 Sun 17:00--17:15 |
|
154 \end{description} |
|
155 |
|
156 \begin{frame}{About the Workshop} |
|
157 \begin{block}{Intended Audience} |
|
158 \begin{itemize} |
|
159 \item Engg., Mathematics and Science teachers. |
|
160 \item Interested students from similar streams. |
|
161 \end{itemize} |
|
162 \end{block} |
|
163 |
|
164 \begin{block}{Goal:} |
|
165 Successful participants will be able to |
|
166 \begin{itemize} |
|
167 \item use Python as their scripting and problem solving language. |
|
168 \item train the students to use Python for the same |
|
169 \end{itemize} |
|
170 \end{block} |
|
171 \end{frame} |
|
172 |
|
173 \end{frame} |
|
174 \begin{frame}{Checklist} |
|
175 \begin{block}{IPython} |
|
176 Type ipython at the command line. Is it available? |
|
177 \end{block} |
|
178 \begin{block}{Editor} |
|
179 We recommend scite. |
|
180 \end{block} |
|
181 \end{description} |
|
182 \end{frame} |
125 |
183 |
126 \begin{frame}[fragile] |
184 \begin{frame}[fragile] |
127 \frametitle{Starting up...} |
185 \frametitle{Starting up...} |
128 \begin{block}{} |
186 \begin{block}{} |
129 \begin{verbatim} |
187 \begin{verbatim} |