About 239 results
Open links in new tab
  1. Google's Python Class | Python Education | Google for Developers

    Jul 23, 2024 · Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, …

  2. Python Set Up | Python Education | Google for Developers

    Jul 23, 2024 · This page explains how to set up Python on a machine so you can run and edit Python programs, and links to the exercise code to download. You can do this before starting …

  3. Python Introduction | Python Education | Google for Developers

    Aug 14, 2025 · Python tracks the types of all values at runtime and flags code that does not make sense as it runs. An excellent way to see how Python code works is to run the Python …

  4. Basic Python Exercises - Google Developers

    Jul 23, 2024 · There are 3 exercises that go with the first sections of Google's Python class. They are located in the "basic" directory within the google-python-exercises directory. Download the …

  5. Python Strings | Python Education | Google for Developers

    Jul 23, 2024 · Python has a built-in string class named "str" with many handy features (there is an older module named "string" which you should not use). String literals can be enclosed by …

  6. Machine Learning | Google for Developers

    An introduction to the characteristics of machine learning datasets, and how to prepare your data to ensure high-quality results when training and evaluating your model.

  7. Python Dict and File | Python Education | Google for Developers

    Jul 23, 2024 · Python is very quick with this pattern, allowing you to make a little change and run the program to see how it works. Take advantage of that quick turnaround to build your …

  8. Python Regular Expressions - Google Developers

    Jul 23, 2024 · This page gives a basic introduction to regular expressions themselves sufficient for our Python exercises and shows how regular expressions work in Python. The Python "re" …

  9. Aula de Python do Google

    Esta é uma aula sem custo financeiro para pessoas com um pouco de experiência em programação que desejam aprender Python. A aula inclui materiais escritos, vídeos de …

  10. HTTP Cloud Functions in Python - Google Codelabs

    Mar 27, 2024 · Python Cloud Functions Cloud Pub/Sub Cloud Storage documentation "Python Powered" logo What you'll learn How to write an HTTP Cloud Function. How to write an HTTP …