Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
424 views

Google's Python Class

Google's Python Class is a free online course for people with some programming experience to learn Python. It includes written materials, lecture videos, and coding exercises of increasing complexity to practice Python skills. The course introduces basic Python concepts like strings and lists before covering more advanced topics such as working with text files, processes, and HTTP connections. It is designed for individuals with a basic understanding of programming principles to learn Python without needing to be expert programmers.

Uploaded by

Anand
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
424 views

Google's Python Class

Google's Python Class is a free online course for people with some programming experience to learn Python. It includes written materials, lecture videos, and coding exercises of increasing complexity to practice Python skills. The course introduces basic Python concepts like strings and lists before covering more advanced topics such as working with text files, processes, and HTTP connections. It is designed for individuals with a basic understanding of programming principles to learn Python without needing to be expert programmers.

Uploaded by

Anand
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Google's Python Class

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.
These materials are used within Google to introduce Python to people who have just
a little programming experience. The first exercises work on basic Python concepts
like strings and lists, building up to the later exercises which are full programs
dealing with text files, processes, and http connections. The class is geared for
people who have a little bit of programming experience in some language, enough to
know what a "variable" or "if statement" is. Beyond that, you do not need to be an
expert programmer to use this material.

To get started, the Python sections are linked at the left -- Python Set Up to get
Python installed on your machine, Python Introduction for an introduction to the
language, and then Python Strings starts the coding material, leading to the first
exercise. The end of each written section includes a link to the code exercise for that
section's material. The lecture videos parallel the written materials, introducing
Python, then strings, then first exercises, and so on. At Google, all this material
makes up an intensive 2-day class, so the videos are organized as the day-1 and
day-2 sections.

You might also like