Curated Video
Python In Practice - 15 Projects to Master Python - What to Display When the Cart Is Empty?
This video explains what to display when the cart is empty. 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 - Use of else and finally Blocks
This video explains the use of else and finally blocks. 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Training the Model
This video explains training the model. 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 - String Built-In Functions
This video explains the string built-in functions, how to use these functions, and string operations. This clip is from the chapter "Text Data Types" of the series "Python in Practice - 15 Projects to Master Python".This section focuses...
Curated Video
Python In Practice - 15 Projects to Master Python - Slicing Columns, Rows, and Values from Pandas DataFrames
This video explains slicing columns, rows, and values from 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...
Curated Video
Python In Practice - 15 Projects to Master Python - random Module
This video explains the random 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.
Curated Video
Python In Practice - 15 Projects to Master Python - Python Strings
This video explains the strings, how to create strings, and how to use the “\†escape character. You will learn about the backlash “\†codes, how to create multi-line strings, and concatenation. This clip is from the chapter "Text...
Curated Video
Python In Practice - 15 Projects to Master Python - Python Lists
This video explains Python lists, how to create lists, lists properties, list elements, how to extract a list element, and how to extract a sub-list. This clip is from the chapter "Lists" of the series "Python in Practice - 15 Projects...
Curated Video
Python In Practice - 15 Projects to Master Python - Python Dictionaries
This video explains dictionaries, key-value pairs, how to create dictionaries, how to create dictionaries with tuples as keys, accessing key-value pairs, accessing values in a dictionary, and accessing keys in a dictionary. This clip is...
Curated Video
Python In Practice - 15 Projects to Master Python - print( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Predicting Whether It Will Rain or Not and Testing the Predictions
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Operator Overloading on User-Defined Classes
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Multiple Inheritance
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Iterating over Datatypes Using For Loops
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 -...
Curated Video
Python In Practice - 15 Projects to Master Python - How Machines Learn
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Getting Book ID from the Add to Cart Button
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.
Curated Video
Python In Practice - 15 Projects to Master Python - format( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - enumerate( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - elif Statements
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Defining del_cart_item( ) View Function
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Defining add_to_cart( ) View Function
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.
Curated Video
Python In Practice - 15 Projects to Master Python - datetime Module
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Data Analysis - Data Science Project 1
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating the Function to Rate Reviews (In Raw Format)
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.