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
You’ll discover the main features and benefits of the Python programming language, and how Python can help power your data analysis. Python is an object-oriented programming language based on objects that contain data and useful code. You’ll become familiar with the core concepts of object-oriented programming: object, class, method, and attribute. You’ll learn about Jupyter Notebooks, an interactive environment for coding and data work. You’ll investigate how to use variables and data types to store and organize your data; and, you'll begin practicing important coding skills.
涵盖的内容
12个视频10篇阅读材料4个作业3个非评分实验室
显示有关单元内容的信息
12个视频•总计46分钟
Introduction to Course 7 •4分钟
Adrian: My path to a data career•2分钟
Welcome to module 1•2分钟
Introduction to Python•5分钟
Discover more about Python•7分钟
Jupyter Notebooks•3分钟
Object-oriented programming•5分钟
Hamza: How Python helped my data science career•3分钟
Variables and data types•6分钟
Create precise variable names•5分钟
Data types and conversions•4分钟
Wrap-up•1分钟
10篇阅读材料•总计84分钟
Course 7 overview•8分钟
Helpful resources and tips•8分钟
From spreadsheets to SQL to Python•10分钟
Python versus other programming languages•8分钟
Introduction to R•10分钟
Ways to learn about programming•12分钟
How to use Jupyter Notebooks•8分钟
More about object-oriented programming•8分钟
Explore Python syntax•8分钟
Glossary terms from module 1•4分钟
4个作业•总计70分钟
Module 1 challenge•50分钟
Test your knowledge: Get started with the course•6分钟
Test your knowledge: The power of Python•6分钟
Test your knowledge: Using Python syntax•8分钟
3个非评分实验室•总计100分钟
Annotated follow-along guide: Hello, Python!•20分钟
Activity: Use Python syntax•60分钟
Exemplar: Use Python Syntax•20分钟
Functions and conditional statements
第 2 单元•小时 后完成
单元详情
Next, you’ll discover how to call functions to perform useful actions on your data. You’ll also learn how to write conditional statements to tell the computer how to make decisions based on your instructions. And you’ll practice writing clean code that can be easily understood and reused by other data professionals.
涵盖的内容
8个视频4篇阅读材料3个作业5个非评分实验室
显示有关单元内容的信息
8个视频•总计40分钟
Welcome to module 2•3分钟
Lateefat: Tips to address challenges when learning to code•3分钟
Define functions and return values •6分钟
Write clean code•4分钟
Use comments to scaffold your code•7分钟
Make comparisons using operators•4分钟
Use if, elif, else statements to make decisions•11分钟
Wrap-up•1分钟
4篇阅读材料•总计32分钟
Reference guide: Functions•8分钟
Reference guide: Python operators•8分钟
Reference guide: Conditional statements•8分钟
Glossary terms from module 2•8分钟
3个作业•总计64分钟
Module 2 challenge•50分钟
Test your knowledge: Functions•6分钟
Test your knowledge: Conditional statements •8分钟
5个非评分实验室•总计180分钟
Annotated follow-along guide: Functions and conditional statements•20分钟
Activity: Functions•60分钟
Exemplar: Functions•20分钟
Activity: Conditional statements•60分钟
Exemplar: Conditional statements•20分钟
Loops and strings
第 3 单元•小时 后完成
单元详情
You’ll start off by exploring loops, which repeat a portion of code until a process is complete. You’ll learn how to work with different kinds of iterative or repeating code, such as for loops and while loops. Then, you'll explore strings, which are sequences of characters like letters or punctuation marks. You’ll learn how to manipulate strings by indexing, slicing, and formatting them.
涵盖的内容
9个视频5篇阅读材料4个作业7个非评分实验室
显示有关单元内容的信息
9个视频•总计40分钟
Welcome to module 3•3分钟
Michelle: Approach problems with an analytical mindset•3分钟
Introduction to while loops•9分钟
Introduction to for loops•4分钟
Loops with multiple range() parameters•4分钟
Work with strings•4分钟
String slicing•7分钟
Format strings•5分钟
Wrap-up•2分钟
5篇阅读材料•总计40分钟
Loops, break, and continue statements•8分钟
For loops•8分钟
String indexing and slicing•8分钟
String formatting and regular expressions•8分钟
Glossary terms from module 3•8分钟
4个作业•总计68分钟
Module 3 challenge•50分钟
Test your knowledge: While loops •6分钟
Test your knowledge: For loops •6分钟
Test your knowledge: Strings•6分钟
7个非评分实验室•总计260分钟
Annotated follow-along guide: Loops and strings•20分钟
Activity: While loops•60分钟
Exemplar: While loops•20分钟
Activity: For loops•60分钟
Exemplar: For loops•20分钟
Activity: Strings•60分钟
Exemplar: Strings•20分钟
Data structures in Python
第 4 单元•小时 后完成
单元详情
Now, you’ll explore data structures in Python, which are methods of storing and organizing data in a computer. You’ll focus on data structures that are among the most useful for data professionals: lists, tuples, dictionaries, sets, and arrays. You’ll also discover how to categorize data using data loading, cleaning, and binning. Lastly, you’ll learn about two of the most widely used and important Python tools for advanced data analysis: NumPy and pandas.
涵盖的内容
18个视频15篇阅读材料5个作业9个非评分实验室
显示有关单元内容的信息
18个视频•总计89分钟
Welcome to module 4•2分钟
Introduction to lists•5分钟
Modify the contents of a list•4分钟
Introduction to tuples•4分钟
More with loops, lists, and tuples•6分钟
Introduction to dictionaries•5分钟
Dictionary methods•5分钟
Introduction to sets•6分钟
The power of packages•4分钟
Introduction to NumPy•4分钟
Basic array operations•6分钟
Introduction to pandas•5分钟
pandas basics•10分钟
Boolean masking•6分钟
Grouping and aggregation•6分钟
Merging and joining data•9分钟
Wrap-up •2分钟
Course wrap-up •2分钟
15篇阅读材料•总计88分钟
Reference guide: Lists•8分钟
Compare lists, strings, and tuples•8分钟
zip(), enumerate(), and list comprehension•4分钟
Reference guide: Dictionaries•4分钟
Reference guide: Sets•8分钟
Understand Python libraries, packages, and modules•8分钟
Python’s new versions and features•4分钟
Reference guide: Arrays•8分钟
The fundamentals of pandas•4分钟
Boolean masking in pandas •4分钟
More on grouping and aggregation•8分钟
Glossary terms from module 4•8分钟
Reflect and connect with peers•4分钟
Course 7 glossary•4分钟
Coming up next...•4分钟
5个作业•总计83分钟
Module 4 challenge•55分钟
Test your knowledge: Lists and tuples•8分钟
Test your knowledge: Dictionaries and sets•6分钟
Test your knowledge: Arrays and vectors with NumPy•6分钟
Test your knowledge: Dataframes with pandas•8分钟
9个非评分实验室•总计340分钟
Annotated follow-along guide: Data structures in Python•20分钟
Grow with Google is an initiative that draws on Google's decades-long history of building products, platforms, and services that help people and businesses grow. We aim to help everyone – those who make up the workforce of today and the students who will drive the workforce of tomorrow – access the best of Google’s training and tools to grow their skills, careers, and businesses.
确定
人们为什么选择 Coursera 来帮助自己实现职业发展
Felipe M.
自 2018开始学习的学生
''能够按照自己的速度和节奏学习课程是一次很棒的经历。只要符合自己的时间表和心情,我就可以学习。'
Jennifer J.
自 2020开始学习的学生
''我直接将从课程中学到的概念和技能应用到一个令人兴奋的新工作项目中。'
Larry W.
自 2021开始学习的学生
''如果我的大学不提供我需要的主题课程,Coursera 便是最好的去处之一。'
Chaitanya A.
''学习不仅仅是在工作中做的更好:它远不止于此。Coursera 让我无限制地学习。'
学生评论
4.6
114 条评论
5 stars
82.45%
4 stars
10.52%
3 stars
0.87%
2 stars
1.75%
1 star
4.38%
显示 3/114 个
M
MP
5·
已于 Mar 7, 2026审阅
This course help me to grow my career and improve my profile as a data analyst
A
AM
5·
已于 Mar 27, 2026审阅
This course made me from Zero to Hero - Very Good Insights and very useful information
M
MK
4·
已于 May 17, 2026审阅
really good course, I just wish this entire program focused way more on hands on activities and guided projects than explanatory videos or videos about google employees experiences
Data is a group of facts that can take many different forms, such as numbers, pictures, words, videos, observations, and more. Data analytics is the collection, transformation, and organization of these facts in order to draw conclusions, make predictions, and drive informed decision making. Companies need data analysts to sort through this data to help make decisions about their products, services or business strategies.
Why start a career in data analytics?
The amount of data created each day is tremendous. Any time you use your phone, look up something online, stream music, shop with a credit card, post on social media, or use GPS to map a route, you’re creating data. Companies must continually adjust their products, services, tools, and business strategies to meet consumer demand and react to emerging trends. Because of this, data analyst roles are in demand and competitively paid.
Data analysts make sense of data and numbers to help organizations make better business decisions. They prepare, process, analyze, and visualize data, discovering patterns and trends and answering key questions along the way. Their work empowers their wider team to make better business decisions.
Why enroll in the Google Data Analytics Certificate?
You will learn the skill set required for becoming a junior or associate data analyst in the Google Data Analytics Certificate. Data analysts know how to ask the right question; prepare, process, and analyze data for key insights; effectively share their findings with stakeholders; and provide data-driven recommendations for thoughtful action.
You’ll learn these job-ready skills in our certificate program through interactive content (discussion prompts, quizzes, and activities) in under six months, with under 10 hours of flexible study a week. Along the way, you'll work through a curriculum designed with input from top employers and industry leaders, like Tableau, Accenture, and Deloitte. You’ll even have the opportunity to complete a case study that you can share with potential employers to showcase your new skill set.
After you’ve graduated from the program, you’ll have access to career resources and be connected directly with employers hiring for open entry-level roles in data analytics.
What background is required?
No prior experience with spreadsheets or data analytics required. All you need is high school level math and curiosity about how things work.
Do you need to be strong at math to succeed in this certificate?
You don't need to be a math all-star to succeed in the certificate. You need to be curious, and open to learning with numbers (the language of data analysts). Being a strong data analyst is more than just math, it's like about asking the right questions, finding the best sources to answer your question effectively and illustrating your findings clearly in visualizations.
What tools or platforms are included in the curriculum?
You'll learn to use analysis tools and platforms such as spreadsheets (Google Sheets or Microsoft Excel), SQL, presentation tools (Powerpoint or Google Slides), Tableau, Python, and Kaggle.
Which "spreadsheet" platform is being taught?
Learners can self-select which platform they want to use throughout the program, Google Sheets or Microsoft Excel. It’s entirely up to the learner’s preference, and all activities throughout the syllabus can be performed on either platform.
Do you need to take each course in course order?
We highly recommend completing the courses in the order presented because the content in each course builds on information from earlier lessons.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Certificate?
When you enroll in the course, you get access to all of the courses in the Certificate, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.