Instructional Video4:32
Curated Video

Python In Practice - 15 Projects to Master Python - Variable Names

Higher Ed
This video talks about the different variable names. This clip is from the chapter "Data Types and Variables" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on data types and variables.
Instructional Video7:09
Curated Video

Python In Practice - 15 Projects to Master Python - User-Defined Errors

Higher Ed
This video explains user-defined errors. 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 Video3:59
Curated Video

Python In Practice - 15 Projects to Master Python - Tuple Operations and Tuple Built-In Functions

Higher Ed
This video explains the tuple built-in functions, how to perform these functions, and basic operations with tuples. This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This section...
Instructional Video4:14
Curated Video

Python In Practice - 15 Projects to Master Python - Training the Model to Rate Reviews

Higher Ed
This video explains training the model to rate reviews. 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 Video1:15
Curated Video

Python In Practice - 15 Projects to Master Python - The Object Class

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

Python In Practice - 15 Projects to Master Python - Testing the Performance of the Model

Higher Ed
This video helps in testing the performance of the 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 Video9:13
Curated Video

Python In Practice - 15 Projects to Master Python - Stylizing the Appearance of the Widgets (Relief)

Higher Ed
This video explains stylizing the appearance of the widgets (relief). 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 Video6:39
Curated Video

Python In Practice - 15 Projects to Master Python - Starting Our Website Project with Django

Higher Ed
This video helps in starting our website project with Django. 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:47
Curated Video

Python In Practice - 15 Projects to Master Python - Slicing Values from Pandas Series

Higher Ed
This video explains slicing values from Pandas series. 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 Video16:47
Curated Video

Python In Practice - 15 Projects to Master Python - Setting Up IDE

Higher Ed
This video explains how to set up an IDE. This clip is from the chapter "Programming with Python: Basics and Environment Setup" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on programming with...
Instructional Video3:28
Curated Video

Python In Practice - 15 Projects to Master Python - Sets Built-In Functions

Higher Ed
This video explains the sets built-in functions, how to use these functions, and basis sets operations. This clip is from the chapter "Sets" of the series "Python in Practice - 15 Projects to Master Python".This section explains sets.
Instructional Video2:14
Curated Video

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

Higher Ed
This video explains the setattr( ) 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 Video3:20
Curated Video

Python In Practice - 15 Projects to Master Python - Reviews and Ratings Data to Create the Model

Higher Ed
This video explains the reviews and ratings data to create the model. 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 Video1:45
Curated Video

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

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

Python In Practice - 15 Projects to Master Python - Return Values from User-Defined Functions Using the Return Keyword

Higher Ed
This video explains how to return values from a function with the return keyword. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video1:27
Curated Video

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

Higher Ed
This video explains the repr( ) 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 Video4:02
Curated Video

Python In Practice - 15 Projects to Master Python - Redefining the Built-In type( ) Function

Higher Ed
This video explains the functions exercise to redefine the built-in type( ) in Python. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video2:06
Curated Video

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

Higher Ed
This video explains the range( ) 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 Video4:02
Curated Video

Python In Practice - 15 Projects to Master Python - Pythons Sets

Higher Ed
This video explains sets, how to create sets, sets properties, and sets elements. This clip is from the chapter "Sets" of the series "Python in Practice - 15 Projects to Master Python".This section explains sets.
Instructional Video5:53
Curated Video

Python In Practice - 15 Projects to Master Python - Python Tuples

Higher Ed
This video explains tuples, how to create tuples, tuple properties, and accessing tuple elements. This clip is from the chapter "Tuples" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on tuples.
Instructional Video5:18
Curated Video

Python In Practice - 15 Projects to Master Python - Python Booleans

Higher Ed
This video explains Booleans, how to create conditions using the bool( ) function, talks about True values and False values. This clip is from the chapter "Boolean" of the series "Python in Practice - 15 Projects to Master Python".This...
Instructional Video9:43
Curated Video

Python In Practice - 15 Projects to Master Python - Preparing Data to Train the Machine Learning Model

Higher Ed
This video explains preparing data to train the machine learning 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...
Instructional Video6:53
Curated Video

Python In Practice - 15 Projects to Master Python - Positional and Keyword Arguments

Higher Ed
This video explains positional arguments, keyword arguments, and arguments and parameters. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.
Instructional Video0:53
Curated Video

Python In Practice - 15 Projects to Master Python - Pass Keywords for Functions

Higher Ed
This video explains the pass keyword and how to use pass in functions. This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on functions.