COMPUTER PROGRAMMING AND DATA MANAGEMENT - 1
- Anno accademico
- 2022/2023 Programmi anni precedenti
- Titolo corso in inglese
- COMPUTER PROGRAMMING AND DATA MANAGEMENT - 1
- Codice insegnamento
- EM1404 (AF:383289 AR:206044)
- Lingua di insegnamento
- Inglese
- Modalità
- In presenza
- Crediti formativi universitari
- 6 su 12 di COMPUTER PROGRAMMING AND DATA MANAGEMENT
- Livello laurea
- Laurea magistrale (DM270)
- Settore scientifico disciplinare
- INF/01
- Periodo
- 1° Periodo
- Anno corso
- 1
- Sede
- VENEZIA
- Spazio Moodle
- Link allo spazio del corso
Inquadramento dell'insegnamento nel percorso del corso di studio
More specifically, the goal of this course is to teach students how to approach problems with an algorithmic approach. Students will learn some basic techniques for problem solving and how to use a programming language to provide a sound and formal description of a designed problem solution. The problems discussed will deal with data transformation, data cleaning and simple data analyses.
Risultati di apprendimento attesi
Programming is intended as a way to model real-world problems and to design algorithmic solutions to solve them.
This course teaches students problem solving techniques and algorithmic thinking.
Technical topics cover algorithms, data structures, and Python programming. The course also aims at providing some technical skills about coding/scripting aspects of the R framework.
The students will achieve the following objectives:
Knowledge: i) learn basic problem solving techniques to address algorithmic problems; ii) understand and interpret computer programs written in the Python programming language;
Application of knowledge: i) analyze problems and design formal algorithmic solutions; ii) translate algorithmic solutions into computer programs.
Communication: i) generate basic data visualizations for preliminary analysis.
Prerequisiti
Contenuti
2. Python Data Types
3. Simple programs
4. Functions and Conditional Statements
5. Iterative Computation
6. Python Strings
7. Python Lists
8. Python Dictionaries
9. Structuring the code with modules and classes
10. File read and write
11. Introduction to matplotlib
12. Problem Solving and Basic Algorithms
13. From Python to R
Testi di riferimento
- Learning Python. O'Reilly. Mark Lutz.
- Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython. O'Reilly. Wes McKinney
Modalità di verifica dell'apprendimento
The written exam will be followed by a brief oral exam, aimed to further assess the same skills and the mastery of technical language.
Modalità di esame
Metodi didattici
Exercise lectures.