Skip to content

Commit 1f1764f

Browse files
added lab slide to presentation
1 parent 501f1cb commit 1f1764f

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

week-09/presentation-week09.pdf

847 Bytes
Binary file not shown.

week-09/presentation-week09.tex

+9-11
Original file line numberDiff line numberDiff line change
@@ -921,28 +921,26 @@ \section{Miscellaneous}
921921

922922
\begin{enumerate}
923923
\item Really basic data model is in \verb`address_book_data.py`
924-
\item Make a form to edit an entry -- subclass a \verb`wx.Panel` (a_book_form.py)
924+
\item Make a form to edit an entry -- subclass a \verb`wx.Panel` (\verb`a_book_form.py`)
925925
\item Put the form in a \verb`wx.Frame` -- the frame should have a way to switch between entries
926-
\item Add file_save and file_open menus to the frame
926+
\item Add file--save and file--open menus to the frame
927927
\item Add some validation, better layout, etc....
928928
\end{enumerate}
929929

930-
931-
932-
930+
\vfill
933931
\verb`code\address_book\`
934932

935933
\end{frame}
936934

937935

938-
%-------------------------------
939-
\begin{frame}[fragile]{Wrap up}
936+
% %-------------------------------
937+
% \begin{frame}[fragile]{Wrap up}
940938

941-
\vfill
942-
{\Large }
943-
\vfill
939+
% \vfill
940+
% {\Large }
941+
% \vfill
944942

945-
\end{frame}
943+
% \end{frame}
946944

947945
%-------------------------------
948946
\begin{frame}{Next Week:}

0 commit comments

Comments
 (0)