day1/Session-3.tex
changeset 49 2adb90f9e287
parent 48 7f4c51382f89
child 53 fc74987a475d
equal deleted inserted replaced
48:7f4c51382f89 49:2adb90f9e287
    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 
   422   All objects providing a similar inteface can be used the same way.\\
   422   All objects providing a similar inteface can be used the same way.\\
   423   Functions (and others) are first-class objects. Can be passed to and returned from functions.
   423   Functions (and others) are first-class objects. Can be passed to and returned from functions.
   424   \inctime{10}
   424   \inctime{10}
   425 \end{frame}
   425 \end{frame}
   426 
   426 
       
   427 \begin{frame}
       
   428   \frametitle{What did we learn?}
       
   429   \tableofcontents
       
   430   % You might wish to add the option [pausesections]
       
   431 \end{frame}
   427 \end{document}
   432 \end{document}