Jump to content
Usr6

Google Class - Python

Recommended Posts

Posted

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.

Contents:

Day 1 Part 1. Introduction and Strings

Day 1 Part 2. Lists, Sorting, and Tuples

Day 1 Part 3. Dicts and Files

Day 2 Part 1. Regular Expressions

Day 2 Part 2. Utilities. OS and Commands

Day 2 Part 3. URLs and HTTP, Exceptions

Day 2 Part 4. Closing Thoughts


https://developers.google.com/edu/python/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...