Global web icon
google.com
https://developers.google.com/edu/python/
Google's Python Class | Python Education | Google for Developers
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, lecture videos, and lots of code exercises to practice Python coding.
Global web icon
google.com
https://developers.google.com/edu/python/set-up
Python Set Up | Python Education | Google for Developers
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 the class, or you can leave it until you've gotten far enough in the class that you want to write some code.
Global web icon
google.com
https://developers.google.com/edu/python/introduct…
Python Introduction | Python Education | Google for Developers
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 interpreter and type code right into it.
Global web icon
google.com
https://developers.google.com/edu/python/exercises…
Basic Python Exercises - Google Developers
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 google-python-exercises.zip if you have not already (see the Set-Up page for details).
Global web icon
google.com
https://developers.google.com/edu/python/strings
Python Strings | Python Education | Google for Developers
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 either double or single quotes, although single quotes are more commonly used.
Global web icon
google.com
https://developers.google.com/machine-learning/cra…
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.
Global web icon
google.com
https://developers.google.com/edu/python/dict-file…
Python Dict and File | Python Education | Google for Developers
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 program in little steps.
Global web icon
google.com
https://developers.google.com/edu/python/regular-e…
Python Regular Expressions - Google Developers
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" module provides regular expression support.
Global web icon
google.com
https://developers.google.com/edu/python?hl=pt-br
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 palestra e muitos exercícios de código para praticar programação em Python.
Global web icon
google.com
https://codelabs.developers.google.com/codelabs/cl…
HTTP Cloud Functions in Python - Google Codelabs
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 Cloud Function which takes arguments. How to test an HTTP Cloud Function. How to run a local Python HTTP server to try the function. How to write an HTTP Cloud Function which returns ...