day1/Session-3.tex
changeset 53 fc74987a475d
parent 52 fccb3551c7d5
parent 49 2adb90f9e287
child 74 a476c09dcf24
equal deleted inserted replaced
52:fccb3551c7d5 53:fc74987a475d
    76 \title[Basic Python]{Python:\\Modular Code, Handling Files and Objects}
    76 \title[Basic Python]{Python:\\Modular Code, Handling Files and Objects}
    77 
    77 
    78 \author[FOSSEE Team] {Asokan Pichai\\Prabhu Ramachandran}
    78 \author[FOSSEE Team] {Asokan Pichai\\Prabhu Ramachandran}
    79 
    79 
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    81 \date[] {Day 1, Session-3, 10, October 2009}
    81 \date[] {10, October 2009\\Day 1, Session 3}
    82 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    82 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    83 
    83 
    84 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    84 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    85 %\logo{\pgfuseimage{iitmlogo}}
    85 %\logo{\pgfuseimage{iitmlogo}}
    86 
    86 
   428   All objects providing a similar inteface can be used the same way.\\
   428   All objects providing a similar inteface can be used the same way.\\
   429   Functions (and others) are first-class objects. Can be passed to and returned from functions.
   429   Functions (and others) are first-class objects. Can be passed to and returned from functions.
   430   \inctime{10}
   430   \inctime{10}
   431 \end{frame}
   431 \end{frame}
   432 
   432 
       
   433 \begin{frame}
       
   434   \frametitle{What did we learn?}
       
   435   \tableofcontents
       
   436   % You might wish to add the option [pausesections]
       
   437 \end{frame}
   433 \end{document}
   438 \end{document}