Instructional Video4:25
Curated Video

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

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

Python In Practice - 15 Projects to Master Python - Predicting Whether It Will Rain or Not and Testing the Predictions

Higher Ed
This video explains predicting whether it will rain or not and testing the 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...
Instructional Video5:08
Curated Video

Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes

Higher Ed
This video explains the operator overloading on user-defined classes. 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 Video4:58
Curated Video

Python In Practice - 15 Projects to Master Python - Multiple Inheritance

Higher Ed
This video explains multiple inheritance. This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.
Instructional Video12:17
Curated Video

Python In Practice - 15 Projects to Master Python - Iterating over Datatypes Using For Loops

Higher Ed
This video explains for loops, how to iterate over elements in data type, nesting if-else statements, and nesting for loops in a “for loopâ€. This clip is from the chapter "Iterating over Elements" of the series "Python in Practice -...
Instructional Video4:18
Curated Video

Python In Practice - 15 Projects to Master Python - How Machines Learn

Higher Ed
This video explains how machines learn. 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 Python.
Instructional Video9:17
Curated Video

Python In Practice - 15 Projects to Master Python - Getting Book ID from the Add to Cart Button

Higher Ed
This video helps in getting the book ID from the Add to Cart button. 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 Video4:58
Curated Video

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

Higher Ed
This video explains the format( ) 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 Video13:38
Curated Video

Python In Practice - 15 Projects to Master Python - Feature Extraction from Text Data with CountVectorization

Higher Ed
This video explains feature extraction from text data with CountVectorization. This clip is from the chapter "Artificial Intelligence" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on Artificial...
Instructional Video4:09
Curated Video

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

Higher Ed
This video explains the enumerate( ) 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 Video6:47
Curated Video

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

Higher Ed
This video explains elif statements and how to write elif 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...
Instructional Video5:16
Curated Video

Python In Practice - 15 Projects to Master Python - Defining del_cart_item( ) View Function

Higher Ed
This video helps in defining del_cart_item( ) view function. 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 Video10:59
Curated Video

Python In Practice - 15 Projects to Master Python - Defining add_to_cart( ) View Function

Higher Ed
This video helps in defining add_to_cart( ) view function. 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 Video8:51
Curated Video

Python In Practice - 15 Projects to Master Python - datetime Module

Higher Ed
This video explains the datetime module. This clip is from the chapter "Modules and Packages" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Modules and Packages.
Instructional Video6:41
Curated Video

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

Higher Ed
This video explains data analysis. 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 Video4:15
Curated Video

Python In Practice - 15 Projects to Master Python - Creating the Function to Rate Reviews (In Raw Format)

Higher Ed
This video explains creating the function to rate reviews (in raw format). 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 Video4:32
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Model for Cart Items

Higher Ed
This video explains creating a model for cart items. 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 Video4:46
Curated Video

Python In Practice - 15 Projects to Master Python - Creating conditions Using or and and keywords

Higher Ed
This video explains how to use the “or†keyword, the “and†keyword, and helps with creating conditions. This clip is from the chapter "Decision Control in Python" of the series "Python in Practice - 15 Projects to Master...
Instructional Video6:21
Curated Video

Python In Practice - 15 Projects to Master Python - Creating a Classification Model

Higher Ed
This video helps in creating a classification model. 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 Python.
Instructional Video11:17
Curated Video

Python In Practice - 15 Projects to Master Python - Adding Bootstrap Cards as eBooks in Our Store Webpage

Higher Ed
This video helps in adding Bootstrap Cards as eBooks in our store webpage. 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 Video8:18
Curated Video

Python In Practice - 15 Projects to Master Python - Changing Color-Spaces of Images from BGR to RGB to GRAY

Higher Ed
This video explains changing color-spaces of images from BGR to RGB to GRAY. This clip is from the chapter "Artificial Intelligence" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on Artificial...
Instructional Video3:52
Curated Video

Python In Practice - 15 Projects to Master Python - Built-Ins Overloading on User-Defined Classes

Higher Ed
This video explains the built-ins overloading on user-defined classes. 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 Video3:32
Curated Video

Python In Practice - 15 Projects to Master Python - Arbitrary Keyword Arguments (**kwargs)

Higher Ed
This video explains arbitrary keyword-arguments, or **kwargs, and how to pass multiple key-value pairs to a function. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video9:40
Curated Video

Python In Practice - 15 Projects to Master Python - Adding the Cart to Our Website

Higher Ed
This video helps in adding the cart to our website. 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.