Instructional Video3:02
Curated Video

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

Higher Ed
This video explains the delattr( ) 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 Video1:07
Curated Video

Python In Practice - 15 Projects to Master Python - Defining Class Methods

Higher Ed
This video explains the process of defining class methods.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Instructional Video6:52
Curated Video

Python In Practice - 15 Projects to Master Python - Decision Control with Strings and Lists

Higher Ed
This video explains decision control with strings and lists in detail.
<
br/>
This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video3:27
Curated Video

Python In Practice - 15 Projects to Master Python - Decision Control using if statements

Higher Ed
This video explains decision control in Python, if statements, and how to write if statements.
<
br/>
This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video3:17
Curated Video

Python In Practice - 15 Projects to Master Python - Data Visualization - Data Science Project 1

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

This clip is from the chapter "Data Science Project 1" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data science project 1.
Instructional Video15:15
Curated Video

Python In Practice - 15 Projects to Master Python - Data Types in Python

Higher Ed
This video explains the data types, what are the data types in Python, and Python keywords.
<
br/>
This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video7:19
Curated Video

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

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

This clip is from the chapter "Data Science Project 1" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data science project 1.
Instructional Video8:19
Curated Video

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

Higher Ed
This video explains data processing.<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 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 Video9:34
Curated Video

Python In Practice - 15 Projects to Master Python - Customizing Visualizations with Matplotlib

Higher Ed
This video explains customizing visualizations with Matplotlib.
<
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...
Instructional Video11:35
Curated Video

Python In Practice - 15 Projects to Master Python - Customizing the Homepage View

Higher Ed
This video explains customizing the homepage view.<br<br/>/>

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 Video2:36
Curated Video

Python In Practice - 15 Projects to Master Python - Customizing Colors and Fonts

Higher Ed
This video explains customizing colors and fonts.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level...
Instructional Video11:47
Curated Video

Python In Practice - 15 Projects to Master Python - Creating User-Defined Iterable Classes

Higher Ed
This video explains creating user-defined iterable classes.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Instructional Video13:43
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Slider Widgets

Higher Ed
This video explains creating slider widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts...
Instructional Video11:42
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Radio Button Widgets

Higher Ed
This video explains creating radio button widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level...
Instructional Video17:04
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Our Store View

Higher Ed
This video explains creating our Store view.<br<br/>/>

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 Video12:00
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Models and Storing eBooks in the Database

Higher Ed
This video explains creating models and storing eBooks in the database.
<
br/>
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...
Instructional Video13:50
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Loops Using While Statements

Higher Ed
This video explains the loops, how to create loops using while statements, creating conditions for while loops, exiting a loop, nested if-else statements in while loops, continue keyword, and break keyword.
<
br/>
This clip is from...
Instructional Video11:02
Curated Video

Python In Practice - 15 Projects to Master Python - Creating GUI Application Tk( ) Windows and Widgets

Higher Ed
This video explains creating GUI application Tk( ) windows and widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the...
Instructional Video11:16
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Files in PyCharm

Higher Ed
This video explains creating files in PyCharm.<br<br/>/>

This clip is from the chapter "PyCharm IDE" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the PyCharm IDE.
Instructional Video6:36
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Button Widgets

Higher Ed
This video explains creating button widgets.
<
br/>
This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts...
Instructional Video5:22
Curated Video

Python In Practice - 15 Projects to Master Python - Creating a Machine Learning Model with Dataset

Higher Ed
This video helps in creating a machine learning model with a dataset.
<
br/>
This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video8:10
Curated Video

Python In Practice - 15 Projects to Master Python - Creating a Function to Smartly Round Decimal Points in a Result of Addition

Higher Ed
This video explains the functions exercise to create a sum_r( ) function.<br<br/>/>

This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video10:14
Curated Video

Python In Practice - 15 Projects to Master Python - Creating a Function to Detect Faces and Show Them

Higher Ed
This video explains creating a function to detect faces and show them.
<
br/>
This clip is from the chapter "Face Recognition Model" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the face...