Hi, what do you want to do?
Curated Video
Powerful Presentations With Google Slides - YouTube Gallery Slide Activity
After this video the viewer will have experience creating their first Google Slides project, a video gallery using YouTube videos
Curated Video
Google Sheets Fundamentals - Data Validation
Data Validation • Data List • Numerical Validation • Text Validation • Date Validation
Curated Video
Google Sheets Fundamentals - Filtering Data
Fitlering • Creating a Filter by Value • Creating a Filter by Condition
Curated Video
Google Sheets Fundamentals - Sorting Data
Sorting • Doing a Sort • Reverse Sorting • Sorting a Specific Range
Curated Video
Google Sheets Fundamentals - Google Sheets Quick Start 2
Continue adding visual appeal to Sheet • Selecting a Typeface • Selecting a font size • Selecting Colors • Creating Borders
Curated Video
Intro To Python Programming - Filters
Filters allow you to select values meeting specific criteria. You'll apply filters in this video.
Curated Video
Intro To Python Programming - Function Returns in Python
To make functions very useful, we'll have our functions return values to the function call in this course segment.
Curated Video
Intro To Python Programming - Parameterized Functions
We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.
Curated Video
Intro To Python Programming - Simple Conditionals
Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.
Curated Video
Intro To Python Programming - Input
So far the code we've written has all of the variable values hard coded, so we get the same ouput every time we run the program. Now we'll learn to take user input so we can process information provided by the user.
Curated Video
Intro To Python Programming - Math in Python
If you're like most people, you're not a big fan of math. Luckily you can let Python do the math for you! In this section will do arithmetic with Python.
Curated Video
Intro To Python Programming - Writing and Running Your First Python Program
You'll become a coder in this section of the course as you write and execute your first Python program.
Curated Video
Intro To Python Programming - Tools of the Trade (Mac)
If you're a Mac user watch this video to properly set up your computer to be successful in the course.
Curated Video
Intro To Python Programming - Intro Lecture
Mark introduces himself and the course-- •Suggestions to be successful •Python Mac vs PC •Exercises and Labs
Curated Video
Rocking Out With Photoshop - How to Put Text Behind a Person in Photoshop
A commonly used effect is to place text behind a person in an image. You see this effect used frequently on magazine covers and in advertising. Mark will show you how to do this using selections in Photoshop.
Curated Video
Rocking Out With Photoshop - How to Cut People out of the Background in Photoshop
Removing people from the backgrounds in Photoshop is something many users have to do frequently. Mark will show you the steps required to succesfully extract people from the background of an image.
Curated Video
Rocking Out With Photoshop - How to Use the Layer Effects in Photoshop
There are a number of live effects that can be applied through the layers palette. Mark will review a number of those effects in this video.
Curated Video
Rocking Out With Photoshop - Activity: Make Artistic Crops in Photoshop
In this activity, you'll artistically crop images to change an images focal point, impact and meaning.
Curated Video
Rocking Out With Photoshop - How to Straighten and Crop an Image in Photoshop
A crroked image can be fixed. In this video, Mark will show you how to straighten a crooked image and then crop it in Photoshop.
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - How to Use this Video Course
Mike shows you how to use this video course alongside the CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition. He also shows you helpful hints about the videos, as well as Mike's Cool Tools. This clip is from the chapter "All...
Curated Video
Intro To Python Programming - Lambda Functions
Lambda functions are anonymous functions designed to run only once. In this section you'll learn to create lambda functions.
Curated Video
Intro To Python Programming - Default Parameters
In this video, you'll learn to set default parameters for your functions.
Curated Video
Intro To Python Programming - Keyword Arguments
Mark will show you how to make your function parameters more clear with keyword arguments in this video.