========================== Laboratorio di Informatica ========================== La pagina del corso si trova qui: ``_ mentre quella delle esercitazioni si trova qui: ``_ | .. important:: Le ore di esercitazione mancanti saranno recuperate in queste data: - Giovedi' 17/11, ore 14:00-16:00, in aula A201 - Lunedi' 21/11, ore 9:00-11:00, in aula B106 (piano terra di Povo 2) | .. hint:: E' possibile --- anzi, *consigliato*! --- sfruttare il servizio di **tutorato** per il corso di Informatica. Il tutor e' **Francesco Beghini**, contattabile all'indirizzo email: francesco _DOT_ beghini _AT_ studenti _DOT_ unitn _DOT_ it Siete pregati di usare il tag "[INF CIBIO]" nel titolo per visibilita'. | Bibliografia ------------ - M. Lutz, *Learning Python* (5th edition), O'REILLY, 2013. - Biopython Tutorial and Cookbook, disponibile qui: http://biopython.org/DIST/docs/tutorial/Tutorial.pdf | Dati ---- I dati usati nelle esercitazioni sono disponibili qui: http://disi.unitn.it/~teso/courses/informatica/data.tgz | Note Introduttive ----------------- * Assumeremo di lavorare *esclusivamente* con file di testo, indipendentemente dall'estensione dei file. * La shell e Python non capiscono le lettere accentate, non usatele. * Il comportamento di alcuni comandi puo' variare tra varianti diverse di Unix, ad esempio GNU/Linux e MacOS X. | | .. highlight:: bash .. include:: shell_basics.rst | .. include:: shell_basics_solutions.rst | | .. include:: shell_commands1.rst | .. include:: shell_commands1_solutions.rst | | .. include:: shell_commands2.rst | .. include:: shell_commands2_solutions.rst | | .. include:: shell_commands3.rst | .. include:: shell_commands3_solutions.rst | | .. highlight:: python .. include:: python_basics.rst | .. include:: python_basics_solutions.rst | | .. include:: python_numbers.rst | .. include:: python_numbers_solutions.rst | | .. include:: python_strings.rst | .. include:: python_strings_solutions.rst | | .. include:: python_lists.rst | .. include:: python_lists_solutions.rst | | .. include:: python_tuples.rst | .. include:: python_tuples_solutions.rst | | .. include:: python_dictionaries.rst | .. include:: python_dictionaries_solutions.rst | | .. include:: python_io.rst | .. include:: python_io_solutions.rst | | .. include:: python_complex_statements.rst | .. include:: python_complex_statements_solutions.rst | | .. include:: python_functions.rst | .. include:: python_functions_solutions.rst | .. toctree:: :maxdepth: 2 shell_basics shell_basics_solutions shell_commands1 shell_commands1_solutions shell_commands2 shell_commands2_solutions shell_commands3 shell_commands3_solutions python_basics python_basics_solutions python_numbers python_numbers_solutions python_strings python_strings_solutions python_lists python_lists_solutions python_tuples python_tuples_solutions python_dictionaries python_dictionaries_solutions python_io python_io_solutions python_complex_statements python_complex_statements_solutions python_functions python_functions_solutions