Instructional Video12:44
Curated Video

PowerShell for Automating Administration - Preparing Pull_Repos_and_Execute Script

Higher Ed
This video demonstrates remote script execution architecture. If you don't want to copy the scripts to the server each time and want to fully automate it using PowerShell, then this video will be of great help. This clip is from the...
Instructional Video2:19
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Code Editors and IDEs

Higher Ed
This video explains code editors and IDEs. This clip is from the chapter "Getting Set Up on a PC or MAC" of the series "Python Bootcamp in a Day - Python Programming for Beginners".null
Instructional Video12:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings

Higher Ed
This video explains formatted strings and f-strings in Python. This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Instructional Video2:58
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Working With JSON

Higher Ed
This video explains working with JSON. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Instructional Video3:14
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Local Versus Global Variables

Higher Ed
This video explains local versus global variables. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger...
Instructional Video5:05
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Saving the Results - Working with Files

Higher Ed
This video explains saving the results and working with files. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Instructional Video3:56
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Try and Except Block

Higher Ed
This video explains the try and except block in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle...
Instructional Video2:08
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Code Comments and Clear Code

Higher Ed
This video explains code comments in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Instructional Video2:34
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Return Statement

Higher Ed
This video explains the return statement. This clip is from the chapter "Breaking Up Larger Programs, Part 1" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains breaking up larger programs.
Instructional Video1:46
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Text File Modes

Higher Ed
This video explains text file modes. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Instructional Video2:32
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Finally Block

Higher Ed
This video explains the finally block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Instructional Video1:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Robust Programs - Handling Errors

Higher Ed
This video explains error handling in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in...
Instructional Video2:03
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - A Simple 'for' Loop

Higher Ed
This video explains a simple for loop. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using Python.
Instructional Video5:30
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Sets

Higher Ed
This video explains sets in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video6:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries

Higher Ed
This video explains dictionaries in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video1:58
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Long Lines in Python

Higher Ed
This video explains long lines in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video1:54
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Deleting Items in a List

Higher Ed
This video explains how to delete items in a list. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video4:35
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Indexing and Slicing Lists

Higher Ed
This video explains indexing and slicing lists. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video3:04
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Adding Items to a List

Higher Ed
This video explains how to add items to a list. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video6:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data

Higher Ed
This video explains how to tidy messy data. This clip is from the chapter "Tidying Messy Data" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to tidy messy data.
Instructional Video7:51
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Comparing Information

Higher Ed
This video explains comparing information in Python. This clip is from the chapter "Comparing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains comparing information in Python.
Instructional Video7:31
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Converting Between Different Types

Higher Ed
This video explains converting between different types. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information...
Instructional Video7:53
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - String Functions

Higher Ed
This video explains string functions in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.
Instructional Video3:50
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Indexing

Higher Ed
This video explains indexing in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.