About 400 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, lecture …

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

    Jul 23, 2024 · The Google Python Class uses a simple, standard Python installation, although more complex strategies are possible. Python is free and open source, available for all operating systems …

  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 interpreter and type …

  4. فئة Python من Google | Python Education | Google for Developers

    مرحبًا بك في Python Class من Google -- هذا الفصل الدراسي مجاني للأشخاص الذين لديهم خبرة قليلة في البرمجة يرغبون في تعلم Python.

  5. 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.

  6. 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 either double or …

  7. การตั้งค่า Python | Python Education | Google for Developers

    หน้านี้อธิบายวิธีตั้งค่า Python บนเครื่องเพื่อให้คุณเรียกใช้และแก้ไขโปรแกรม Python ได้ และ ลิงก์ไปยังรหัสการออกกำลังกายเพื่อ ...

  8. Python Regular Expressions - Google Developers

    Jul 23, 2024 · Suppose you want to find the email address inside the string 'xyz [email protected] purple monkey'. We'll use this as a running example to demonstrate more regular expression features.

  9. Python Lists | Python Education | Google for Developers

    Jul 23, 2024 · Python's *for* and *in* constructs are extremely useful, and the first use of them we'll see is with lists. The *for* construct -- for var in list -- is an easy way to look at each element in a list (or …

  10. Clase de Python de Google | Python Education - Google Developers

    Los videos de la conferencia son paralelos a los materiales escritos y presentan Python, strings, primeros ejercicios, etc. En Google, todo este material constituye una clase intensiva de 2 días, por …