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.
<
br/>
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...
Instructional Video2:34
Curated Video

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

Higher Ed
This video explains the return statement.
<
br/>
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...
Instructional Video2:29
Curated Video

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

Higher Ed
This video explains functions in Python.
<
br/>
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 Video0:37
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - About Replit.config

Higher Ed
This video explains replit.config.
<
br/>
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 Video0:17
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Breaking Up Larger Programs, Part 1

Higher Ed
This video explains the learning objectives of the section.
<
br/>
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...
Instructional Video1:10
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The With Statement

Higher Ed
This video explains the with statement.
<
br/>
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...
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.
<
br/>
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...
Instructional Video0:40
Curated Video

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

Higher Ed
This video explains binary file modes.
<
br/>
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...
Instructional Video0:46
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Adding Bad Data

Higher Ed
This video explains adding bad data.
<
br/>
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...
Instructional Video0:19
Curated Video

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

Higher Ed
This video explains the learning objectives of the course.
<
br/>
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...
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.
<
br/>
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...
Instructional Video1:09
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Adding Resources to Replit

Higher Ed
This video explains how to add resources to Replit.
<
br/>
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...
Instructional Video1:40
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Catch-All Block

Higher Ed
This video explains the catch-all block.
<
br/>
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...
Instructional Video0:57
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Look Before You Leap

Higher Ed
This video explains one way of making the code more robust, which is called 'look before you leap'.
<
br/>
This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python...
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.
<
br/>
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 Video0:20
Curated Video

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

Higher Ed
This video explains the learning objectives of the section.
<
br/>
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...
Instructional Video2:28
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The 'range' Function - How to Create a List of Numbers

Higher Ed
This video explains how to create a list of numbers.
<
br/>
This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing...
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.<br<br/>/>

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 Video0:18
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Learning Objectives - Processing Collections

Higher Ed
This video explains the learning objectives of the section.
<
br/>
This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing...
Instructional Video5:30
Curated Video

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

Higher Ed
This video explains sets in Python.<br<br/>/>

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 Video0:45
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - List Functions - More Ways to Work with Lists

Higher Ed
This video explains list functions. 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.<br<br/>/>

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.<br<br/>/>

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:21
Curated Video

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

Higher Ed
This video explains tuples in Python.<br<br/>/>

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.