Instructional Video10:22
Curated Video

pandas for Python - A Quick Guide - Reading Data from Files

Higher Ed
After learning about the Data Frame, we will look into how to read .csv files, a common datasheet. You will also learn about the pd.read_csv() call function. The author provides learning datasets and how to solve issues by correcting...
Instructional Video4:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Naming Conventions

Higher Ed
In this video, we will look at different naming conventions for objects.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video7:46
Curated Video

PEP8 Guidelines Python Clean Coding - What Is PEP8?

Higher Ed
This video explains what PEP8 is and why actually it is needed.<br<br/>/>

This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the PEP8 code layout.
Instructional Video10:38
Curated Video

PEP8 Guidelines Python Clean Coding - PEP 8 Imports and Dunder Names

Higher Ed
This video explains PEP 8 imports and dunder names.<br<br/>/>

This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the PEP8 code layout.
Instructional Video16:33
Curated Video

PEP8 Guidelines Python Clean Coding - Descriptive Naming Styles

Higher Ed
This video explains descriptive naming styles in Python.<br<br/>/>

This clip is from the chapter "Naming Conventions" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the various naming conventions in Python.
Instructional Video8:08
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Manually Creating Data with R, Python, and SAS

Higher Ed
The author manually creates data with R, Python, and SAS to give you an idea about similarities and differences between the three popular programming languages.
<
br/>
This clip is from the chapter "SAS Syntax, Data Step Versus Proc...
Instructional Video8:11
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - LENGTH Statement

Higher Ed
You want to make sure to allocate the proper number of bytes for your variables, and in this video, the author will show you how!
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide...
Instructional Video6:28
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Perform a Full Join

Higher Ed
This video explains how to perform a full join.<br<br/>/>

This clip is from the chapter "SAS SQL and Joining" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS SQL and joining.
Instructional Video15:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Variables

Higher Ed
In this video, we will cover variables.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video4:17
Curated Video

Ratios: Solving a Problem with Money and Fractions

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1HR Q4, which involves ratios with money and fractions. Students will learn how to use proportions to set up and solve ratio problems involving...
Instructional Video6:30
Weird History

What It Is Like To Enter The Witness Protection Program

12th - Higher Ed
A highly-secretive program, the United States Federal Witness Protection Program protects witnesses before, during, and after a criminal trial. Also called the Witness Security Program (WITSEC), the program is a joint venture of the US...
Instructional Video6:50
Curated Video

Complete Modern C++ - Strings - Part I (Raw Strings)

Higher Ed
This video demonstrates raw strings and their usage.

• Look at the Qt document
ation
• Inherit fr
om QWidget
• Override parent methods that we ne
ed
in the class

This clip is from the chapter "More C++...
Instructional Video4:24
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Additional basic GraphQL Queries

Higher Ed
Working with Static Data: Additional basic GraphQL Queries
r/>
This clip is from the chapter "Working with Static Data" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about working with static data....
Instructional Video11:46
Curated Video

The Complete Java Developer Course: From Beginner to Master - More File I/O

Higher Ed
This video explores more about the I/O file.
r/>
This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains how to persist our data,...
Instructional Video7:25
Curated Video

REST APIs with Flask and Python - List Comprehensions in Python

Higher Ed
This video explains the list comprehensions in Python.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh...
Instructional Video13:44
Curated Video

Job-Ready SQL in an Afternoon - Aliases and Ordering

Higher Ed
In this video, you will learn about aliases and ordering.
<
br/>
This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables,...
Instructional Video19:02
Curated Video

Rust Programming Master Class from Beginner to Expert - More on Variables - Shadowing, Constants

Higher Ed
In this video, you will learn more about variables by exploring shadowing and constants.
<
br/>
This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section,...
Instructional Video5:11
Curated Video

Docker Certified Associate Certification Training Course - Listing Docker Container

Higher Ed
This video explains listing Docker containers.<br<br/>/>

This clip is from the chapter "Container Configuration" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains container configuration.
Instructional Video3:00
Curated Video

Python In Practice - 15 Projects to Master Python - zip( )

Higher Ed
This video explains the zip( ) function.<br<br/>/>

This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video6:39
Curated Video

Python In Practice - 15 Projects to Master Python - Variables

Higher Ed
This video explains the variables, how to create variables, and different types of variables.
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video15:14
Curated Video

Python In Practice - 15 Projects to Master Python - Data Cleaning

Higher Ed
This video explains data cleaning.<br<br/>/>

This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video1:04
Curated Video

The Complete Python Course - Keywords

Higher Ed
Here, we will look at what keywords are in Python, how they differ from variables, and why we can't name them as variables.
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
Instructional Video4:08
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - List Comprehension

Higher Ed
Instead of filling values in an object, we will use the for loop to get the values from a list.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video1:57
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - compress()

Higher Ed
Here, you will learn to use the for loop and run the if check to compress the values of two iterables or lists.
<
br/>
This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming...