Магистратура
2025/2026
Введение в Python
Статус:
Курс обязательный (Экономика и экономическая политика)
Кто читает:
Департамент прикладной экономики
Когда читается:
1-й курс, 1 модуль
Онлайн-часы:
40
Охват аудитории:
для всех кампусов НИУ ВШЭ
Преподаватели:
Поляков Константин Львович
Язык:
английский
Course Syllabus
Abstract
This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis.