Instructional Video15:15
Curated Video

PEP8 Guidelines Python Clean Coding - Programming Recommendations

Higher Ed
This video explains programming recommendations. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most appropriate programming recommendations...
Instructional Video3:35
Curated Video

PEP8 Guidelines Python Clean Coding - Operations with Strings

Higher Ed
This video explains how to deal with strings in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video6:44
Curated Video

PEP8 Guidelines Python Clean Coding - Loops

Higher Ed
This video explains Loops in Python such as For and While loops. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video3:55
Curated Video

PEP8 Guidelines Python Clean Coding - Important Course Notes

Higher Ed
This video introduces you to the instructor and sheds some light on the course. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course which...
Instructional Video7:59
Curated Video

PEP8 Guidelines Python Clean Coding - Functions, Methods, and Instance Variables

Higher Ed
This video explains functions, methods, and instance variables in Python. This clip is from the chapter "Naming Conventions" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the various naming conventions in...
Instructional Video6:29
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 2

Higher Ed
This video explains how to create a function with annotations and use them to check the types of arguments and their return types. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python...
Instructional Video3:04
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1

Higher Ed
This video explains what function annotations and annotations for simple parameters are. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most...
Instructional Video16:33
Curated Video

PEP8 Guidelines Python Clean Coding - Descriptive Naming Styles

Higher Ed
This video explains descriptive naming styles in Python. 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 Video6:59
Curated Video

PEP8 Guidelines Python Clean Coding - Data Structures

Higher Ed
This video explains the various data structures in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video9:30
Curated Video

PEP8 Guidelines Python Clean Coding - Constants and Interface Design

Higher Ed
This video explains constants and interface design. 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 Video12:40
Curated Video

PEP8 Guidelines Python Clean Coding - Comments and Documentation Strings

Higher Ed
This video explains comments and documentation strings in Python. This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the rules in applying...
Instructional Video12:59
Curated Video

Data Structures and Algorithms The Complete Masterclass - Trie - I

Higher Ed
This is the first part of the two-part video that provides an introduction to the concept of a trie where we can store a character. This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms:...
Instructional Video17:32
Curated Video

Data Structures and Algorithms The Complete Masterclass - Trees - Part 1

Higher Ed
This is the first part of the two-part video that explains nonlinear data structure called trees. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video2:20
Curated Video

Data Structures and Algorithms The Complete Masterclass - Sorting Algorithm – Introduction

Higher Ed
This video provides an introduction to the sorting algorithm. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting...
Instructional Video4:11
Curated Video

Data Structures and Algorithms The Complete Masterclass - Selection Sort

Higher Ed
This video explains the parallax effect to make selection sort. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting...
Instructional Video13:14
Curated Video

Data Structures and Algorithms The Complete Masterclass - Reverse Strings

Higher Ed
This video provides an introduction to reverse strings. This clip is from the chapter "Question 10: Reverse Strings" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of reverse...
Instructional Video16:11
Curated Video

Data Structures and Algorithms The Complete Masterclass - Recursion: Understanding a Call Stack – Part 3

Higher Ed
This is the third part of the four-part recursion-based video that helps you understand the concept of a call stack in data structures. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and...
Instructional Video17:56
Curated Video

Data Structures and Algorithms The Complete Masterclass - Recursion: Tracing Tree – Part 2

Higher Ed
This is the second part of the four-part recursion-based video that demonstrates how to trace a tree in data structures. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete...
Instructional Video7:00
Curated Video

Data Structures and Algorithms The Complete Masterclass - Recursion: Control of a Function – Part 1

Higher Ed
This is the first part of the four-part recursion-based video that explains the control of a function in data structures. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete...
Instructional Video9:37
Curated Video

Data Structures and Algorithms The Complete Masterclass - Problem Solving Approach

Higher Ed
This video focuses on the problem-solving approach. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on implementations...
Instructional Video15:48
Curated Video

Data Structures and Algorithms The Complete Masterclass - Min Stacks

Higher Ed
This video introduces you to min stacks. This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min stack.
Instructional Video7:08
Packt

Data Structures and Algorithms The Complete Masterclass - Introduction to Data Structures

Higher Ed
This video provides an introduction to data structures. This clip is from the chapter "Data Structure - Introduction" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to the core...
Instructional Video3:49
Curated Video

Data Structures and Algorithms The Complete Masterclass - Insertion Sort

Higher Ed
This video introduces you to insertion sort. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.
Instructional Video7:20
Curated Video

Data Structures and Algorithms The Complete Masterclass - Implementing Bubble Sort

Higher Ed
This video demonstrates how to implement bubble sort. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.