Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 8d5e7fd

Browse files
committed
Removed OO slide
1 parent 7324b17 commit 8d5e7fd

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

slides/python_programming_101.pdf

-1.09 KB
Binary file not shown.

slides/python_programming_101.tex

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -156,22 +156,6 @@ \section{Variables and operators}
156156

157157
\section{Data structures}
158158

159-
\begin{frame}[fragile]{Everything in Python is an object}
160-
\begin{block}{Objects\ldots}
161-
\begin{itemize}
162-
\item Are the `nouns' of your programme
163-
\item Group together \alert{attributes}
164-
\item Have \alert{methods} (also attributes) that define the `verbs'
165-
\end{itemize}
166-
\end{block}
167-
\vfill
168-
\begin{py3}
169-
john = Person(first_name='John', last_name='Doe')
170-
john.full_name
171-
john.send_email(subject='I love Python!')
172-
\end{py3}
173-
\end{frame}
174-
175159
\begin{frame}[fragile]{Lists}
176160
\begin{itemize}
177161
\item Lists are \alert{ordered sequences} of items

0 commit comments

Comments
 (0)