К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Introduction to Data Analysis Using Python · LearnSpace
Назад в каталог
courseraАнализ данных

Introduction to Data Analysis Using Python

Курс от Google
Начальный≈ 27.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course is the seventh course in the Google Data Analytics Certificate. The Python programming language is a powerful tool for data analysis. In this course, you’ll learn the basic concepts of Python programming and how data professionals use Python on the job. You'll explore concepts such as object-oriented programming, variables, data types, functions, conditional statements, loops, and data structures. Google employees who currently work in the field will guide you through this course by providing hands-on activities that simulate relevant tasks, sharing examples from their day-to-day work, and helping you enhance your data analytics skills to prepare for your career. Learners who complete this certificate program will be equipped to apply for introductory-level jobs as data analysts. No previous experience is necessary. By the end of this course, you will: -Define what a programming language is and why Python is used by data scientists -Create Python scripts to display data and perform operations -Control the flow of programs using conditions and functions -Utilize different types of loops when performing repeated operations -Identify data types such as integers, floats, strings, and booleans -Manipulate data structures such as , lists, tuples, dictionaries, and sets -Import and use Python libraries such as NumPy and pandas

Навыки, которые вы освоите

Python ProgrammingNumPyObject Oriented Programming (OOP)Pandas (Python Package)ScriptingData ProcessingAnalyticsData ManipulationProgramming PrinciplesData AnalysisData StructuresComputer ProgrammingData CleansingAnalytical Skills

Программа курса

4 модулей · 121 учебных материалов

01Hello, Python!29 материалов

Get started with the course

Introduction to Course 7 ВидеоCourse 7 overviewЧтениеHelpful resources and tipsЧтениеAdrian: My path to a data careerВидео

Учитесь у экспертов

Google Career Certificates

Преподаватель курса

Introduction to Data Analysis Using Python
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 27.1 ч

4 модулей

Язык: Английский

Субтитры: Арабский, Французский, Украинский, Бразильский португальский, Немецкий, Индонезийский, Турецкий, Испанский

Часть программы вашего университета
Welcome to module 1Видео
From spreadsheets to SQL to PythonЧтение
Introduction to PythonВидео
Test your knowledge: Get started with the courseЗадание

The power of Python

Annotated follow-along guide: Hello, Python!ЛабораторнаяDiscover more about PythonВидеоPython versus other programming languagesЧтениеIntroduction to RЧтениеWays to learn about programmingЧтениеJupyter NotebooksВидеоHow to use Jupyter NotebooksЧтениеObject-oriented programmingВидеоMore about object-oriented programmingЧтениеHamza: How Python helped my data science careerВидеоTest your knowledge: The power of PythonЗадание

Use Python syntax

Variables and data typesВидеоCreate precise variable namesВидеоExplore Python syntaxЧтениеData types and conversionsВидеоActivity: Use Python syntaxЛабораторнаяExemplar: Use Python SyntaxЛабораторнаяTest your knowledge: Using Python syntaxЗадание

Review: Hello, Python!

Wrap-upВидеоGlossary terms from module 1ЧтениеModule 1 challengeЗадание
02Functions and conditional statements20 материалов

Functions

Welcome to module 2ВидеоLateefat: Tips to address challenges when learning to codeВидеоAnnotated follow-along guide: Functions and conditional statementsЛабораторнаяDefine functions and return values ВидеоWrite clean codeВидеоUse comments to scaffold your codeВидеоReference guide: FunctionsЧтениеActivity: FunctionsЛабораторнаяExemplar: FunctionsЛабораторнаяTest your knowledge: FunctionsЗадание

Conditional statements

Make comparisons using operatorsВидеоReference guide: Python operatorsЧтениеUse if, elif, else statements to make decisionsВидеоReference guide: Conditional statementsЧтениеActivity: Conditional statementsЛабораторнаяExemplar: Conditional statementsЛабораторная

Review: Functions and conditional statements

Wrap-upВидеоGlossary terms from module 2ЧтениеModule 2 challengeЗадание
03Loops and strings25 материалов

While loops

Welcome to module 3ВидеоMichelle: Approach problems with an analytical mindsetВидеоAnnotated follow-along guide: Loops and stringsЛабораторнаяIntroduction to while loopsВидеоLoops, break, and continue statementsЧтениеActivity: While loopsЛабораторнаяExemplar: While loopsЛабораторнаяTest your knowledge: While loops Задание

For loops

Introduction to for loopsВидеоLoops with multiple range() parametersВидеоFor loopsЧтениеActivity: For loopsЛабораторнаяExemplar: For loopsЛабораторнаяTest your knowledge: For loops Задание

Strings

Work with stringsВидеоString slicingВидеоString indexing and slicingЧтениеFormat stringsВидеоString formatting and regular expressionsЧтениеActivity: StringsЛабораторнаяExemplar: Strings

Review: Loops and strings

Wrap-upВидеоGlossary terms from module 3ЧтениеModule 3 challengeЗадание
04Data structures in Python47 материалов

Lists and tuples

Welcome to module 4ВидеоAnnotated follow-along guide: Data structures in PythonЛабораторнаяIntroduction to listsВидеоModify the contents of a listВидеоReference guide: ListsЧтениеIntroduction to tuplesВидеоCompare lists, strings, and tuplesЧтениеMore with loops, lists, and tuplesВидеоzip(), enumerate(), and list comprehensionЧтениеActivity: Lists & tuples ЛабораторнаяExemplar: Lists & tuples ЛабораторнаяTest your knowledge: Lists and tuplesЗадание

Dictionaries and sets

Introduction to dictionariesВидеоDictionary methodsВидеоReference guide: DictionariesЧтениеIntroduction to setsВидеоReference guide: SetsЧтениеActivity: Dictionaries & setsЛабораторнаяExemplar: Dictionaries & sets

Arrays and vectors with NumPy

The power of packagesВидеоIntroduction to NumPyВидеоUnderstand Python libraries, packages, and modulesЧтениеPython’s new versions and featuresЧтениеBasic array operationsВидеоReference guide: ArraysЧтение

Dataframes with pandas

Introduction to pandasВидеоpandas basicsВидеоThe fundamentals of pandasЧтениеBoolean maskingВидеоBoolean masking in pandas ЧтениеGrouping and aggregationВидеоMore on grouping and aggregation

Review: Data structures in Python

Wrap-up ВидеоGlossary terms from module 4ЧтениеModule 4 challengeЗадание

Course wrap-up

Reflect and connect with peersЧтениеCourse 7 glossaryЧтениеCourse wrap-up ВидеоComing up next...Чтение
Test your knowledge: Conditional statements Задание
Лабораторная
Test your knowledge: StringsЗадание
Лабораторная
Test your knowledge: Dictionaries and setsЗадание
Activity: Arrays and vectors with NumPyЛабораторная
Exemplar: Arrays and vectors with NumPyЛабораторная
Test your knowledge: Arrays and vectors with NumPyЗадание
Чтение
Merging and joining dataВидео
Activity: Dataframes with pandasЛабораторная
Exemplar: Dataframes with pandasЛабораторная
Test your knowledge: Dataframes with pandasЗадание