Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Function to Smartly Round Decimal Points in a Result of Addition
This video explains the functions exercise to create a sum_r( ) function. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Function to Detect Faces and Show Them
This video explains creating a function to detect faces and show them. 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...
Curated Video
Python In Practice - 15 Projects to Master Python - Creating a Duplicate List Elements Remover Function
This video explains the functions exercise to remove duplicates from a list. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Python In Practice - 15 Projects to Master Python - Containership
This video explains containership. This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.
Curated Video
Python In Practice - 15 Projects to Master Python - compile( ), exec( ), and eval( )
This video explains the compile( ), exec( ), and eval( ) functions. 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Bootstrap Containers
This video explains Bootstrap containers. 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Bootstrap as Base Template
This video explains Bootstrap as base template. 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.
Curated Video
Python In Practice - 15 Projects to Master Python - callable( )
This video explains the callable( ) 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Button States
This video explains button states. 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.
Curated Video
Python In Practice - 15 Projects to Master Python - bin( )
This video explains the bin( ) 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Flavor Predictor
This video helps in asking the model to make predictions. This clip is from the chapter "Flavor Predictor" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the flavor predictor.
Curated Video
Python In Practice - 15 Projects to Master Python - Asking the Model to Make Predictions - Machine Learning with Python
This video talks about asking the model to make predictions. 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 machine learning with...
Curated Video
Python In Practice - 15 Projects to Master Python - ascii( )
This video explains the ascii( ) 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Arguments and Parameters
This video explains the difference between arguments and parameters, talks about the must arguments, and optional arguments or parameters. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to...
Curated Video
Python In Practice - 15 Projects to Master Python - Arbitrary Arguments (*args)
This video explains arbitrary arguments, or *args, and how to get a list as an argument. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Curated Video
Python In Practice - 15 Projects to Master Python - any( )
This video explains the any( ) 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.