Instructional Video26:12
Curated Video

Python In Practice - 15 Projects to Master Python - Image to Icon Converter

Higher Ed
This video helps to create the image to icon converter. This clip is from the chapter "Applications with Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on applications with Python GUI.
Instructional Video1:29
Curated Video

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

Higher Ed
This video explains the id( ) 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 Video12:29
Curated Video

Python In Practice - 15 Projects to Master Python - HTML Basics

Higher Ed
This video explains the HTML basics. 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:45
Curated Video

Python In Practice - 15 Projects to Master Python - How Websites Work and How We Can Create One?

Higher Ed
This video explains how websites work and how we can create one? 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 Video1:21
Curated Video

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

Higher Ed
This video explains the hex( ) 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:05
Curated Video

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

Higher Ed
This video explains the help( ) 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 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 Video2:52
Curated Video

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

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

Python In Practice - 15 Projects to Master Python - GUI Introduction

Higher Ed
This video introduces the GUI. 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 that is on python GUI.
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 Video8:54
Curated Video

Python In Practice - 15 Projects to Master Python - Getting the Data to Create the Model

Higher Ed
This video helps in getting the data to create the model. 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 recognition model.
Instructional Video10:34
Curated Video

Python In Practice - 15 Projects to Master Python - Getting Input from the User Using Entry Field Widgets

Higher Ed
This video explains how to get input from the user using entry field widgets. 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 Video3:41
Curated Video

Python In Practice - 15 Projects to Master Python - Getting Arguments during Function Call

Higher Ed
This video explains using arguments in functions and how to pass arguments to functions we created. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video1:45
Curated Video

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

Higher Ed
This video explains the getattr( ) 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:32
Curated Video

Python In Practice - 15 Projects to Master Python - Generating the Final Report

Higher Ed
This video explains generating the final report. 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 Video3:34
Curated Video

Python In Practice - 15 Projects to Master Python - Functions Versus Class Methods

Higher Ed
This video explains the difference between functions versus class methods. This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on...
Instructional Video3:16
Curated Video

Python In Practice - 15 Projects to Master Python - Functions in Python and Defining Our Own

Higher Ed
This video explains functions in Python, how to create functions using the def keyword, and how to call the functions we created. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master...
Instructional Video3:11
Curated Video

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

Higher Ed
This video explains the filter( ) 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:09
Curated Video

Python In Practice - 15 Projects to Master Python - File Dialog Boxes for Application

Higher Ed
This video explains file dialog boxes for application. 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 that...
Instructional Video3:20
Curated Video

Python In Practice - 15 Projects to Master Python - Extracting Values from Strings: Strings, Slicing, and Indicing

Higher Ed
This video explains how to extract characters from strings, learn about slicing and indicing, and finally look at the indexing. This clip is from the chapter "Text Data Types" of the series "Python in Practice - 15 Projects to Master...
Instructional Video4:36
Curated Video

Python In Practice - 15 Projects to Master Python - Extracting Features and Transforming the Reviews Data

Higher Ed
This video explains extracting features and transforming the reviews data. This clip is from the chapter "Rating Bot" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Rating Bot.
Instructional Video9:15
Curated Video

Python In Practice - 15 Projects to Master Python - Executing Python Programs

Higher Ed
This video explains executing Python programs. 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 Video9:56
Curated Video

Python In Practice - 15 Projects to Master Python - Error Handling in Python

Higher Ed
This video explains error handling in Python. This clip is from the chapter "Dealing with Errors" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on dealing with errors.
Instructional Video4:16
Curated Video

Python In Practice - 15 Projects to Master Python - else Statements

Higher Ed
This video explains else statements and how to write else statements. 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 decision control...