.. Laboratorio di Informatica documentation master file, created by sphinx-quickstart on Fri Oct 16 21:25:42 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ========================== Laboratorio di Informatica ========================== La pagina del corso si trova qui: ``_ mentre quella delle esercitazioni si trova qui: ``_ Tutorato -------- Le ore di tutorato si terranno quando segue: ===== ==== =========== Data Aula Orario ===== ==== =========== 16/12 A201 14:00-16:00 21/12 A201 14:00-16:00 7/01 A202 14:00-16:00 14/01 B106 14:00-16:00 21/01 A201 14:00-16:00 28/01 A201 14:00-16:00 04/02 B106 14:00-16:00 11/02 A202 14:00-17:00 ===== ==== =========== Per eventuali richieste o chiarimenti, l'indirizzo email dei tutor e': ``_ Siete pregati di usare il tag "[INF]" nel titolo per visibilita'. Bibliografia ------------ - M. Lutz, *Learning Python* (5th edition), O'REILLY, 2013. - K. Schuerer, C. Maufrais, C. Letondal, E. Deveaud, and M.-A. Petit, *Introduction to Programming using Python*, 2008. (`pdf `_) 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_commands1.rst .. include:: shell_commands2.rst .. include:: shell_commands3.rst .. highlight:: python .. include:: python_basics.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_commands1 shell_commands2 shell_commands3 python_basics 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