Instructional Video22:10
Curated Video

PEP8 Guidelines Python Clean Coding - Array Grid Project

Higher Ed
This video explains how to create a simple game using the PEP8 guidelines and the Python tool kit. This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two...
Instructional Video10:38
Curated Video

Machine Learning Random Forest with Python from Scratch - Using NumPy for Random Forest

Higher Ed
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video5:52
Curated Video

PEP8 Guidelines Python Clean Coding - Trailing Commas

Higher Ed
This video explains trailing commas and what rules are applicable when doing trailing commas. This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This section...
Instructional Video2:56
Curated Video

PEP8 Guidelines Python Clean Coding - Introduction

Higher Ed
This video introduces you to the course and the need to take up 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 introduces...
Instructional Video4:02
Curated Video

PEP8 Guidelines Python Clean Coding - If Statements

Higher Ed
This video explains If statements 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 Video20:33
Curated Video

Data Structures and Algorithms The Complete Masterclass - Trie - II

Higher Ed
This is the second part of the two-part video that explains how to implement a trie. This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces...
Instructional Video12:14
Curated Video

Data Structures and Algorithms The Complete Masterclass - Designing a Linked List – Part 3

Higher Ed
This is the third part of the three-part video that explains how to add a node to any position. This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and Algorithms: The Complete...
Instructional Video1:30
Curated Video

The Complete Java Developer Course: From Beginner to Master - Section Wrap-Up "Arrays and ArrayLists"

Higher Ed
This video summarizes the section's learnings. This clip is from the chapter "Arrays and ArrayLists" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains how to use NumPy for numerical data...
Instructional Video1:41
Curated Video

The Complete Java Developer Course: From Beginner to Master - Section Overview "Arrays and ArrayLists"

Higher Ed
This video provides an overview of the section. This clip is from the chapter "Arrays and ArrayLists" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains how to use NumPy for numerical data...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Series

Higher Ed
In this video, we will look at an introductory outline of the Pandas series and NumPy arrays, which makes the code fast and optimized. This clip is from the chapter "Pandas Objects" of the series "Pandas for Beginners - A Quick...
Instructional Video5:37
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Numerical Datatypes

Higher Ed
Let's learn about numbers such as integers, decimals, fractions, long integers, ands complex numbers. This clip is from the chapter "Numbers" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video12:20
Curated Video

PEP8 Guidelines Python Clean Coding - Whitespace in Functions and Logical Operations

Higher Ed
This video explains the complex guidelines of whitespace in functions and logical operations. This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This section...
Instructional Video10:12
Curated Video

PEP8 Guidelines Python Clean Coding - String Quotes and Pet Peeves

Higher Ed
This video explains string quotes and pet peeves. 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 whitespace in...
Instructional Video7:04
Curated Video

PEP8 Guidelines Python Clean Coding - PyCharm as the Major Python IDE

Higher Ed
This video explains why PyCharm is better than the other IDEs that you can use with Python. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course...
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. 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 Video9:17
Curated Video

PEP8 Guidelines Python Clean Coding - Object-Oriented Spacing and Encoding

Higher Ed
This video explains object-oriented spacing and encoding. 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 Video4:13
Curated Video

PEP8 Guidelines Python Clean Coding - Install Python and PyCharm

Higher Ed
This video demonstrates the installation process of Python and PyCharm. This clip is from the chapter "Introduction" of the series "PEP8 Guidelines: Python Clean Coding".This is an introductory section to the course which introduces you...
Instructional Video6:28
Curated Video

PEP8 Guidelines Python Clean Coding - Exercise 2: If Statements

Higher Ed
This video is an exercise on a Job Application by using If statement. 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 - Exercise 1: Inputs and Logical Operations

Higher Ed
This video is an exercise on inputs and logical operations in which you will write a code to ask the user to input two numbers. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This...
Instructional Video8:43
Curated Video

PEP8 Guidelines Python Clean Coding - Exceptions, Global and Local Variables

Higher Ed
This video explains exceptions, global and local variables. 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 Video4:25
Curated Video

PEP8 Guidelines Python Clean Coding - Comparisons and Logical Operations

Higher Ed
This video explains comparisons and logical operations 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 Video2:38
Curated Video

PEP8 Guidelines Python Clean Coding - Arithmetic Operations

Higher Ed
This video explains arithmetic operations in Python like division, increment and so on. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python...
Instructional Video10:11
Curated Video

PEP8 Guidelines Python Clean Coding - What Is PyCharm

Higher Ed
This video explains what PyCharm is and where PyCharm stands in the Python world. 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: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. 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.