Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Google

Crash Course on Python

Google and Grow with Google via Coursera

Overview

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you will understand the benefits of programming in IT roles; understand basic Python syntax; explore different code editors and developer environments; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem. We'll start off by diving into the basics of writing a computer program. Along the way, you’ll get hands-on experience with programming concepts through interactive exercises and real-world examples. You’ll quickly start to see how computers can perform a multitude of tasks — you just have to write code that tells them what to do.

Syllabus

  • Hello Python!
    • In this module we’ll introduce you to the Coursera platform and the course format. Then, we’ll dive into the basics of programming languages and syntax, as well as automation using scripting. We’ll also introduce you to the Python programming language and cover some basic functions and keywords of the language, along with some arithmetic operations. Lastly, we'll go over some code editors and IDEs that you can use to write Python code.
  • Basic Python Syntax
    • In this module you’ll learn about different data types in Python, how to identify them, and how to convert between them. You’ll also learn how to use variables to assign data and to reference variables. You’ll deep dive into functions: how to define them, pass them parameters, and have them return information. You’ll explore the concepts of code reuse, code style, and refactoring complex code, along with effectively using code comments. Finally, you’ll learn about comparing data using equality and logical operators, and leveraging these to build complex branching scripts using if statements.
  • Loops
    • In this module you'll explore the intricacies of loops in Python! You'll learn how to use while loops to continuously execute code, as well as how to identify infinite loop errors and how to fix them. You'll also learn to use for loops to iterate over data, and how to use the range() function with for loops. You'll also explore common errors when using for loops and how to fix them.
  • Strings, Lists and Dictionaries
    • In this module you'll dive into more advanced ways to manipulate strings using indexing, slicing, and advanced formatting. You'll also explore the more advanced data types: lists, tuples, and dictionaries. You'll learn to store, reference, and manipulate data in these structures, as well as combine them to store complex data structures.
  • Final Project
    • In this module, you'll learn how to apply a problem-solving framework to tackle a challenging project. You'll learn how to formulate a problem statement to understand a challenge, conduct some research to see what options are available, then begin planning how you to solve a problem.

Taught by

Google

Reviews

5.0 rating, based on 2 Class Central reviews

4.8 rating at Coursera based on 35995 ratings

Start your review of Crash Course on Python

  • I loved Google Qwiklabs, it's more interesting and engaging compared to the traditional MCQ and submit-the-code exercises. Recommended for beginners to Python.
  • Profile image for SATHYA A
    SATHYA A
    Very useful and very informative to everyone .I recently took a course in educational psychology and I was very pleased with the overall experience. The instructor was knowledgeable and engaging, and the course material was comprehensive and user-f…

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.