Curated Video
Python In Practice - 15 Projects to Master Python - Variable Names
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.
Curated Video
Python In Practice - 15 Projects to Master Python - User-Defined Errors
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Tuple Operations and Tuple Built-In Functions
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Training the Model to Rate Reviews
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.
Curated Video
Python In Practice - 15 Projects to Master Python - The Object Class
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Testing the Performance of the Model
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Stylizing the Appearance of the Widgets (Relief)
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Starting Our Website Project with Django
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Slicing Values from Pandas Series
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Setting Up IDE
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Sets Built-In Functions
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.
Curated Video
Python In Practice - 15 Projects to Master Python - setattr( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Reviews and Ratings Data to Create the Model
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.
Curated Video
Python In Practice - 15 Projects to Master Python - reversed( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Return Values from User-Defined Functions Using the Return Keyword
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.
Curated Video
Python In Practice - 15 Projects to Master Python - repr( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Redefining the Built-In type( ) Function
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.
Curated Video
Python In Practice - 15 Projects to Master Python - range( )
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Pythons Sets
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Python Tuples
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Python Booleans
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Preparing Data to Train the Machine Learning Model
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...
Curated Video
Python In Practice - 15 Projects to Master Python - Positional and Keyword Arguments
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Pass Keywords for Functions
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.