day2/session1.tex
changeset 384 9f9fddf7e37c
parent 380 669b72283b55
child 385 c70118cdde66
equal deleted inserted replaced
383:26294a5b856b 384:9f9fddf7e37c
    77 \title[Basic Python]{Python language: Basics}
    77 \title[Basic Python]{Python language: Basics}
    78 
    78 
    79 \author[FOSSEE Team] {The FOSSEE Group}
    79 \author[FOSSEE Team] {The FOSSEE Group}
    80 
    80 
    81 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    81 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    82 \date[] {09 March, 2010\\Day 2, Session 1}
    82 \date[] {03 April, 2010\\Day 2, Session 1}
    83 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    83 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    84 
    84 
    85 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    85 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    86 %\logo{\pgfuseimage{iitmlogo}}
    86 %\logo{\pgfuseimage{iitmlogo}}
    87 
    87 
   226   \pause
   226   \pause
   227   \begin{lstlisting}
   227   \begin{lstlisting}
   228 --------------------------------------------
   228 --------------------------------------------
   229 TypeError  Traceback (most recent call last)
   229 TypeError  Traceback (most recent call last)
   230 
   230 
   231 /<ipython console> in <module>()
   231 <ipython console> in <module>()
   232 
   232 
   233 TypeError: 'str' object does not
   233 TypeError: 'str' object does not
   234          support item assignment
   234          support item assignment
   235   \end{lstlisting}
   235   \end{lstlisting}
   236 \end{frame}
   236 \end{frame}