Curated Video
Python for Machine Learning - The Complete Beginners Course - How Does Linear Regression Work?
In this video, we will understand how linear regression works. This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover simple...
Curated Video
Figma for UIUX Master Web Design in Figma - Improve the Checkout Process to Double Sales
This video explains how to improve the checkout process to double sales. This clip is from the chapter "The Third Key to Great Web Design" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the third key...
Curated Video
Practical Data Science using Python - Linear Regression Data Preparation and Analysis 2
This video explains how to plot the distribution of various values of engine types. This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Curated Video
Practical Data Science using Python - Linear Regression - Practical Approach
This video explains linear regression - practical approach. This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - ABCMeta
In this lecture, you will learn about Python ABC module, ABCMeta metaclass, abstractproperty decorator, and the abstractmethod decorator. This clip is from the chapter "Metaclass" of the series "The Ultimate Guide to Python Programming...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item in Spiders
In this video, we will learn about scrapy items in scrapy projects. The video tutorial demonstrates how to structure extracted data into scrapy items, specifically creating an ebook item, and how to import it into your spider module...
Curated Video
Python In Practice - 15 Projects to Master Python - Web Development with Python and Django
This video explains web development with Python and 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 - Displaying the Cart Sub-Total
This video explains displaying the cart sub-total. 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
Data Science and Machine Learning (Theory and Projects) A to Z - String in Python: Strings
In this video, we will cover strings. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Bar Graph
The software you are using for this course may not be able to perform the graphs that you have seen so far. Nevertheless, the author will show you which graphs you can do other than a scatter plot. Your place of employment will certainly...
The Guardian
Buyers Club
In 2013, a cure was found for hepatitis C. It could save millions of lives, but its price tag of between $40,000 and $84,000 for 84 pills puts it far out of most patients’ reach. However, in India, a generic version of the drug is...
Curated Video
The Importance of Competition in Markets
The video discusses the importance of competition in a market economy. It explains how competition leads to more choice, better quality products, and lower prices. The video also highlights the negative effects of monopolies, including...
Let's Tute
Introduction to Consignment Accounting: Types of Commission in Consignment
Introduction to Consignment Accounting part 3/10: This video covers the types of commissions on consignment sales.
MarketWatch
3 ways to save on holiday shopping this year
Shopping for loved ones during the holidays doesn't have to break the bank. These tips can help you stretch your holiday dollar.
Curated Video
Understanding GDP and Economic Progress
The video explains how economists measure and interpret economic growth through a country's gross domestic product (GDP) and its various components. It highlights the importance of understanding the different ways in which GDP is...
Economics Explained
The Economy of Entropia Universe - The Real Cash Video Game
This is the Entropia Universe, a massively multiplayer online game set in a science fiction universe full of spaceships and fantastic curiosities. It is a game where players can choose from a wide variety of professions to occupy...
Curated Video
REST APIs with Flask and Python - Writing Your Item Resources to a Database
This video explains how to write your item resources to a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Curated Video
REST APIs with Flask and Python - Using PUT to Create or Update Items
This video explains how to use the PUT method to create or update items. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various...
Curated Video
REST APIs with Flask and Python - The ItemList and Creating Items
This video explains the ItemList and demonstrates how to create items. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various aspects...
Curated Video
REST APIs with Flask and Python - Retrieving Many Items from the Database
This video explains how to retrieve many items from the database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Curated Video
REST APIs with Flask and Python - Creating Your Application Endpoints
This video explains how to create the endpoints of your applications. This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - How do Artificial Neural Networks Work?
In this video, we will understand how artificial neural networks work. This clip is from the chapter "Summary - Overview of Neural Networks" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data
In this informative tutorial video, we will explore how to extract data from web pages using Scrapy, a powerful Python-based web scraping framework. We will cover the process of selecting and extracting data using CSS selectors, and...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item Loaders for Data Processing in Scrapy
In this video, you will learn how to use item classes and item loaders in Scrapy to structure and process web data. You will see how to convert string data into numeric values and remove unwanted characters using input and output...