Search for tag: "webpage"

Web Scraping Application Programming Interface (API) Series

Web Scraping and APIs for extracting data through the web 0:00:00 - 0:37:14 Applications of Web Scraping Techniques with Python 0:37:14 - 1:59:00 Applications of API Techniques using Python 2:00:00 -…

+19 More
From  Caiwei Zhang 15 plays

Website - Moving Content to Subsections

Tutorial for creating new subsection (site administrator only) and moving existing content to new subsection. For additional information:CCE TDX HelpDesk Knowledge Base Article - CCE Website Overview…

+21 More
From  Christi Smith 7 plays

Nathan Collinsworth - FCS Contracts Website Content

+19 More
From  Ron Henry 3 plays

The Swami Vivekananda Youth Movement - Miranda Iannone and Jorge Rodriguez

Miranda Iannone is a senior in the College of Human Ecology majoring in Global and Public Health Sciences and minoring in Business. In addition to her studies, Miranda is a captain and goalkeeper for…

From  Consuelo Le 23 plays

Lesson 23.6 The Python Data Model

Python has a lot of special methods than begin and end with double underscores. Together than make up the Python Data Model. In this video we look at the documentation of these methods and try to…

+19 More
From  Hannah Lee 78 plays

Lesson 11.6 Attribute Invariants

When you work on Assignment 3, you will discover that the color objects have some significant restrictions on how they can be used. These restrictions are called attribute invariants, and they are…

+19 More
From  Hannah Lee 119 plays

Lesson 6.4 Advanced String Methods

In the previous video, we showed how to call a string method if it had only one argument – the string. In this video we show you how to call arbitrary string methods, which can have many…

+19 More
From  Hannah Lee 106 plays

Cornell Wellness Cholesterol Education Campaign: What is Cholesterol?*

Join Wellness staff Jeremy Stewart for the first day of the Cornell Wellness Cholesterol Education Campaign, where he takes you through what cholesterol is.

From  Jeremy Stewart 41 plays

Lesson 3.4 Python Documentation

While this new video/lecture format is allowing us to show you things we could not cover in year’s past, there is a limit to how much we can show you. Sometimes you are just going to need to…

+19 More
From  Hannah Lee 140 plays

Lesson 3.3 Module-Based Functions

Python has very few functions built-in. All other functions are provided by modules, special files that add optional functionality to Python. In this video we show how to use these modules to…

+19 More
From  Hannah Lee 138 plays

Lesson 3.1 Built-In Functions

The easiest functions to use in Python are those that are built into it. They are listed on the Python Documentation page. In this video we examine some of these and show the syntax for how to use…

+19 More
From  Hannah Lee 160 plays

Lesson 0.2 The Python Shell

The Python interactive shell is a program that is run within the command line. For right now, it is the primary way we will use Python. In this video we show how to start it, and some important…

+19 More
From  Hannah Lee 339 plays