Channel Avatar

yatin jog @UCQ5FjL6qToPPC88VbzePgaw@youtube.com

781 subscribers - no pronouns :c

More from this channel (soon)


17:28
Information security for use of cloud services - How to implement, conduct audit for ISO 27001:2022?
12:42
Web Filtering and Firewall - How to implement, conduct audit for Web Filtering for ISO 27001:2022?
10:50
Threat Intelligence - How to implement and conduct audit for Threat Intelligence in ISO 27001:2022?
07:09
What is Availability and Downtime? How to design for high availability? Design for HA
08:09
Open Network for Digital Commerce (ONDC) - UPI of the digital commerce
05:21
Trademark Infringement - use of a competitor trademark as keyword to promote own business
28:01
What is TISAX? What is VDA ISA? TISAX Process - Information security in the automotive industry
03:56
Dictionary functions - min(), max(), len(), type()
05:32
Accessing the Dictionary – Using keys and using get()
06:21
Adding and Updating the Dictionary - Using key element and using setdefault()
05:43
Deleting the Dictionary elements - Using del, pop(), popitem() and clear()
02:27
Copying a Dictionary - Using copy() and update()
10:56
Dictionary methods - keys() and values()
05:18
Dictionary methods - Using items()
03:37
Comparison of Dictionary variables - Using == and !=
10:23
Nested Dictionaries
14:14
Introduction to Dictionary - Creating and using Dictionary Using keys, dict() and fromkeys()
06:07
Set Methods – Using issubset(), issuperset(), isdisjoint()
08:03
Set Methods- difference_update(), intersection_update(), symmetric_difference_update()
06:46
Difference, Symmetric Difference of Set objects with difference(), symmetric_difference() or ^
06:44
Union and Intersection of two Set objects using union() or | and Using intersection() or &
07:57
Removing items from Set object- Using remove(), discard(), pop(), clear(), del
06:53
Python Collections - Set - Adding and updating Set objects - Using add(), update()
08:52
Python Collections - Set - Introduction to Set - creating the Set objects and using copy()
02:21
Python Collections - Tuples - Multiple assignments with Tuples And Tuple functions - min(), max()
04:06
Tuple methods - count() and index()
05:18
Python Collections - Tuples - Concatenation(+), Repetition(*), Membership(in and not in)
10:17
Introduction to Tuples - Indexing and Slicing the tuples
02:24
Tuples are immutable - Updating tuple elements is not allowed
54:19
DA Course Session-1
01:05:45
DA using Excel - Hypotheses Testing | Paired sample t Test | Independent Sample t Test
57:18
DA using Excel - Comparison of Means | Introduction to ANOVA | Simple ANOVA | f Test
01:00:48
DA Course Session-2
01:16:59
DA Course Session-3
01:14:21
DA Course Session-4
01:19:01
DA Course Session-6
09:22
Python List comprehension syntax
03:56
Python List - min(), max() and Comparison of 2 Lists
05:20
Python Lists - Concatenation(+), Repetition(*), Membership(in) and copy()
05:56
Python List Methods - pop(), remove(), clear()
02:53
Multiple Assignments with = in Python
06:13
Python List Methods for adding elements to Lists - append(), insert(), extend()
05:04
Python List Methods - reverse(), sort()
04:02
Python List Methods - count(), index()
11:51
Python Collections - Introduction to Lists
05:41
Adding Stories to Scrum
16:29
The General Scrum Approach
12:27
Guidelines for Good Stories
07:41
Writing Good User Stories
04:28
Story Cards and Requirements Documents - User Stories
03:17
Acceptance testing - User Stories
05:54
Planning Releases and Iterations - User Stories
07:20
What is the process of User Stories?
10:38
What are User Stories in Requirement Management? The three C's of a Agile User Story
03:14
Python String Methods - in and not in operators and String Concatenation
05:27
Python String Methods - islower(), isupper(), istitle(), isspace(), zfill()
05:25
Python String Methods - isalnum(), isalpha(), isdecimal(), isdigit(), isidentifier(), isnumeric()
04:20
Python String Methods - find(), index(), rindex()
04:33
Python String Methods - capitalize(), title(), count(), startswith(), endswith()
06:07
Python String Methods - replace(), split()