Curated Video
PEP8 Guidelines Python Clean Coding - Programming Recommendations
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Operations with Strings
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.
Curated Video
PEP8 Guidelines Python Clean Coding - Loops
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.
Curated Video
PEP8 Guidelines Python Clean Coding - Important Course Notes
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Functions, Methods, and Instance Variables
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Function Annotations: Part 2
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Descriptive Naming Styles
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.
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
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.
Curated Video
PEP8 Guidelines Python Clean Coding - Constants and Interface Design
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.
Curated Video
PEP8 Guidelines Python Clean Coding - Comments and Documentation Strings
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Trie - I
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:...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Trees - Part 1
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Sorting Algorithm – Introduction
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Selection Sort
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Reverse Strings
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Recursion: Understanding a Call Stack – Part 3
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Recursion: Tracing Tree – Part 2
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Recursion: Control of a Function – Part 1
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Problem Solving Approach
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Min Stacks
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.
Packt
Data Structures and Algorithms The Complete Masterclass - Introduction to Data Structures
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Insertion Sort
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.
Curated Video
Data Structures and Algorithms The Complete Masterclass - Implementing Bubble Sort
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.