Tag: class

  • Google’s Python Class  |  Python Education  |  Google Developers

    This is free Google class is intended 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.…

  • urlwatch – a tool for monitoring webpages for updates (thp.io)

    urlwatch is intended to help you watch changes in webpages and get notified (via email, in your terminal or with a custom-written reporter class) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed. > thp.io/2008/urlwatch/