Search for tag: "webpage"

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…

From  Christi Smith 7 plays

Nathan Collinsworth - FCS Contracts Website Content

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 20 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…

From  Hannah Lee 73 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…

From  Hannah Lee 107 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…

From  Hannah Lee 98 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 40 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…

From  Hannah Lee 117 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…

From  Hannah Lee 124 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…

From  Hannah Lee 137 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…

From  Hannah Lee 303 plays