Instructional Video8:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib for Data Visualization: Matplotlib Histograms

Higher Ed
In this video, we will cover Matplotlib histograms. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video5:00
Curated Video

REST APIs with Flask and Python - Using the PUT Method with Database Interaction

Higher Ed
This video explains how to use the PUT method with database interaction. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of...
Instructional Video7:01
Curated Video

REST APIs with Flask and Python - Returning a List of Stores

Higher Ed
This video demonstrates how to return a list of stores. This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in Python.
Instructional Video4:01
Curated Video

REST APIs with Flask and Python - Dictionary Comprehensions

Higher Ed
This video explains the dictionary comprehensions in Python. 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 your...
Instructional Video8:31
Curated Video

REST APIs with Flask and Python - Dictionaries

Higher Ed
This video explains how useful dictionaries are in Python. 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 your...
Instructional Video5:03
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Looping Through Dictionaries

Higher Ed
Dictionaries aren't like lists or tuples, they can't be looped through as easily. But in Python, it's not hard at all! Let's learn how to loop through key/value pairs. This clip is from the chapter "Intermediate Python" of the series...
Instructional Video10:12
Curated Video

Probability Statistics - The Foundations of Machine Learning - Spam Detection - Implementation Issues

Higher Ed
In this video, we will cover spam detection - implementation issues. This clip is from the chapter "Applications and Rules for Probability" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section,...
Instructional Video13:22
Curated Video

Practical Data Science using Python - Python Iterations 1

Higher Ed
This video explains loop structures in Python. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video1:43
Curated Video

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

Higher Ed
This video explains the vars( ) function. 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 Video5:35
Curated Video

Python In Practice - 15 Projects to Master Python - Pandas DataFrames

Higher Ed
This video explains the Pandas DataFrames. 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:26
Curated Video

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

Higher Ed
This video explains the hash( ) function. 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 Video3:41
Curated Video

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

Higher Ed
This video explains the globals( ) function. 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 Video14:26
Curated Video

Python In Practice - 15 Projects to Master Python - Django Template and Context System for html Views

Higher Ed
This video explains the Django template and Context system for html views. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video3:51
Curated Video

Python In Practice - 15 Projects to Master Python - Dictionary Built-In Functions

Higher Ed
This video explains the dictionary built-in functions, how to perform dictionary functions, and basic operations with dictionaries. This clip is from the chapter "Dictionary" of the series "Python in Practice - 15 Projects to Master...
Instructional Video4:07
Curated Video

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

Higher Ed
This video explains the all( ) function. 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 Video0:47
Curated Video

The Complete Python Course - What Are Dictionaries in Python?

Higher Ed
Let's look at a dictionary in Python and create our dictionary that represents key-value pairs in Python. This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section discusses the...
Instructional Video1:51
Curated Video

The Complete Python Course - For Loop

Higher Ed
You will learn how often a loop will execute based on the for-loop condition. This clip is from the chapter "Python – Loops" of the series "The Complete Python Course (2022)".In this section, we will look at what a loop is in Python and...
Instructional Video4:57
Curated Video

The Complete Python Course - How to Create a Dictionary

Higher Ed
This video demonstrates how to create a dictionary in Python. This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section discusses the dictionary or terminology used in Python and...
Instructional Video1:29
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The dict Data Type

Higher Ed
Let's learn about the dict datatype and one of the most important data structures called the dictionary. This clip is from the chapter "Dictionary" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video4:56
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - String Methods

Higher Ed
You will learn about the built-in functions called methods to work on strings. This clip is from the chapter "Strings" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on strings and how to...
Instructional Video4:50
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - State of Data

Higher Ed
You will learn to create a terminal application to use dictionaries to store and execute functions and use a while loop with inputs as a command. This clip is from the chapter "Data Preservation" of the series "The Ultimate Guide to...
Instructional Video1:45
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - SimpleNamespace

Higher Ed
In this video, you will learn to use the license syntax to access a value from the dictionary using SimpleNamespace to access a value. This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python...
Instructional Video4:55
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Set and Dictionary Comprehensions

Higher Ed
We will look at the for outer loop, inner loop, and run the code. You will learn to set values in the loop. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video3:40
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - namedtuple Class

Higher Ed
Here, we will look at creating a dictionary to store the information of an object and create a copy of this and change values. This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...