Instructional Video5:51
Let's Tute

Insider Trading and Price Rigging

9th - Higher Ed
In this session we will discuss about the Insider trading and price rigging. Following concept we will cleared in this session. 1] What is insider trading? 2] Insider Information 3] Regulators 4] Preventive measures 5] Price Ragging 6]...
Instructional Video7:39
Curated Video

Ecommerce Customer Retention Strategy

Higher Ed
Dive into the world of ecommerce customer retention strategy in this insightful video. Discover the techniques and tactics to foster lasting relationships with your customers. Explore loyalty programs, personalized experiences,...
Instructional Video7:48
Let's Tute

Primary market and Secondary market, Investors,Issuers,Investories

9th - Higher Ed
In this session you will learn about investors and Security markets This session covered all the topics like what is primary market, Bonus issues, Secondary market and why secondary market is important?, Who are the players in the...
Instructional Video11:34
Curated Video

Salt Trade and Rebellion in Medieval China

6th - Higher Ed
Salt Trade and Rebellion in Medieval China
Instructional Video5:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Structures

Higher Ed
In this video, you will learn about data structures. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions,...
Instructional Video4:05
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Stringstream

Higher Ed
In this video, you will learn about Stringstream functions. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of...
Instructional Video4:08
Curated Video

Landmarks - Bhutan Tourism

12th - Higher Ed
BHUTAN TOURISM IT HAS ALL THE ELEMENTS OF SHANGRI LA - MISTY MOUNTAINS, MYSTERIOUS MONASTERIES, EMERALD GREEN PADDY FIELDS AND TALES OF YAKS AND YETIS. AFTER YEARS OF CONTROL, THE NUMBER OF FOREIGN TOURISTS VISITING BHUTAN'S SPECTACULAR...
Instructional Video4:30
Curated Video

Landmarks - Palm Island

12th - Higher Ed
PALM ISLAND SINCE ANCIENT TIMES THERE HAVE BEEN SEVEN WONDERS OF THE WORLD BUT IF THE MARKETING HYPE IS TO BE BELIEVED THE EIGHTH WONDER HAS ARRIVED, DUBAI’S PALM ISLAND PROJECT. AND THERE’S NO DOUBTING THE WORLD'S LARGEST LAND...
Instructional Video11:14
Curated Video

Balancing the Scales: Small-Scale Fisheries Fight for Transparency and Sustainability

3rd - Higher Ed
While communities like Port Orford work to find a balance between fishing and conservation, deceptive labeling has become a prevalent issue in the industry. Mislabeling, often due to fraud, undermines the value of small-scale fishers who...
Instructional Video4:30
Curated Video

Landmarks - Moscow

12th - Higher Ed
MOSCOW MOSCOW HAS MANY FAMOUS LANDMARKS;RED SQUARE AND ST BASILS JUST TO NAME TWO. THEN THERE IS THE CITY'S INCREDIBLE HISTORY; REVOLUTION, WAR AND REFORM, ALL WITHIN THE PAST CENTURY. BUT MODERN MUSCOVITES ARE WRITING THEIR OWN HISTORY...
Instructional Video4:29
Curated Video

Landmarks - Animal Hotel

12th - Higher Ed
ANIMAL HOTEL WELL HERE S A LANDMARK OF A DIFFERENT KIND. IT MAY NOT RANK WITH THE PYRAMIDS OR MT EVEREST BUT FROM AN ANIMAL S POINT OF VIEW IT MAY BE MORE POPULAR AND RELAXING. YES, THERE IS AT LAST, AN ANIMAL HOTEL AND IT S IN BERLIN,...
Instructional Video9:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Polymorphism

Higher Ed
In this video, you will explore the concept of polymorphism, a fundamental concept in OOP, and how it enables objects of different classes to be used interchangeably. You will learn about different types of polymorphism, including method...
Instructional Video7:53
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Operator Overloading

Higher Ed
In this video, you will learn about operator overloading in Python, which allows you to redefine the behavior of operators for custom classes. You will learn how to implement operator overloading to make your classes more powerful and...
Instructional Video10:32
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Name Mangling in Python

Higher Ed
In this video, you will explore name mangling in Python, a technique to change class attribute names to avoid conflicts. You will learn how to create private attributes using name mangling and understand the rules and conventions...
Instructional Video9:24
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Method Overriding and MRO

Higher Ed
In this video, you will learn about method overriding, which allows a subclass to provide a new implementation of a method inherited from a parent class. You will also understand the concept of method resolution order (MRO), which...
Instructional Video8:57
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation

Higher Ed
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Instructional Video9:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 2)

Higher Ed
In this video, you will explore advanced object techniques in Python, such as using class variables in conjunction with objects to create powerful and dynamic OOP structures.
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance

Higher Ed
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video6:08
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)

Higher Ed
In this video, you will dive into the concept of class methods in Python. You will learn how to define and use class methods, which are methods that are bound to the class and not the instance of the class. This video will cover the...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Issue in Class

Higher Ed
In this video, you will continue our exploration of object techniques in Python OOP, focusing on more advanced usage of class variables, including class methods and inheritance.
Instructional Video3:41
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)

Higher Ed
In this video, you will dive into an exercise on class variables, where you will practice creating and manipulating class variables to understand their behavior and usage in OOP.
Instructional Video5:25
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise 2 on Methods

Higher Ed
In this video, you will continue to apply your knowledge of methods through another practical exercise. You will be given a more complex problem statement and will learn how to design and implement methods to solve the problem. This...
Instructional Video8:06
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class

Higher Ed
In this video, you will apply what you have learned about classes through a practical exercise. You will be given a problem statement and will learn how to design and implement a class to solve the problem. This exercise will help you...