63
100
To check that Python is installed, open a command line (typically by running the "Terminal" program), and cd to the google-python-exercises directory. Try the following to run the hello.py program (what you type is shown in bold): ~/google-python-exercises$ python3 hello.py Hello World ~/google-python-exercises$ python3 hello.py Alice Hello Alice
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

63
100
Prelude. Welcome to Google's Python online tutorial. It is based on the introductory Python course offered internally. As mentioned on the setup page, this material covers Python 3.. If you're seeking a companion MOOC course, try the ones from Udacity and Coursera (intro to programming [beginners] or intro to Python).Finally, if you're seeking self-paced online learning without watching videos ...
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

63
100
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. ... A google search for "python str" should lead you to the official python.org string ...
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

63
100
Python has a great built-in list type named "list". List literals are written within square brackets [ ]. Lists work similarly to strings -- use the len() function and square brackets [ ] to access data, with the first element at index 0. (See the official python.org list docs.)
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

63
100
A function that needs to return multiple values can just return a tuple of the values. For example, if I wanted to have a list of 3-d coordinates, the natural python representation would be a list of tuples, where each tuple is size 3 holding one (x, y, z) group. To create a tuple, just list the values within parenthesis separated by commas.
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

63
100
The "del" operator does deletions. In the simplest case, it can remove the definition of a variable, as if that variable had not been defined. Del can also be used on list elements or slices to delete that part of the list and to delete entries from a dictionary. var = 6 del var # var no more!
  • Safe
  • United States
  • Encrypted
  • 27 yrs old
  • 1 Site Rank
  • Report Card

86
100
The Google Career Certificate program is an online training program that offers professional certificates in fast-growing, high-demand technology fields. The program is designed by Google and taught by experts in the areas of IT, user experience design, project management, and more, and combines skills training with hands-on practice.
  • Safe
  • Mexico
  • Encrypted
  • 7 yrs old
  • 23,480 Site Rank
  • Report Card

80
100
2. Google IT Automation with Python Professional Certificate by Google [Coursera] Another best Python course is Google IT Automation with Python Professional Certificate by Google which is a series of 6 courses. This is a beginner-level, self-paced course designed to provide IT professionals with in-demand skills - including Python, Git, and ...
  • Safe
  • United States
  • Encrypted
  • 15 yrs old
  • 728 Site Rank
  • Report Card

86
100
In the U.S. and Canada, Coursera charges $49 per month after the initial 7-day free trial period. The Google IT Automation with Python Certificate can be completed in less than 6 months at under 10 hours per week of part-time study, so most learners can complete the certificate for less than $300 USD.
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 410 Site Rank
  • Report Card

See more