Paused
Aryan's Playlist
•
Aryan's Playlist
The Leo
0:00
youtube
EDS CodeTantra
Home
Theory
Lab
◉
Cursor
Accent
☀️ Theme
EDS Theory
286 questions
Show Questions
(286)
All
Numbers & Data Types
Lists
Tuples
Dictionaries
Type Conversion
Arithmetic Operators
Comparison Operators
Assignment Operators
Bitwise Operators
Logical Operators
Membership Operators
Identity Operators
Operator Precedence
If Statement
If-Else Statement
If-Elif-Else
While Loop
For Loop
Break Statement
Continue Statement
Pass Statement
Functions
Functions (Arguments)
Default & Variable Arguments
Lambda, Map, Filter
Fruitful Functions
Variable Scope
Recursion
Modules
Importing Modules
From Import
Math Library
Unknown
1.2.1
Numbers
2.1.1
Understanding List Creation
2.1.2
Accessing items in a List
2.3.2
Accessing elements in tuples
2.3.3
Converting a tuple into a list and a list i…
3.1.2
Understanding Dictionary
3.1.3
Accessing Elements of Dictionary
3.2.1
Data Type Conversion - int,float
3.2.2
Data Type Conversion - ord(), hex(), oct …
3.2.3
Data Type Conversion - str(),eval() and …
3.2.4
Data Type Conversions
4.1.2
Using Arithmetic Operators
4.1.3
Writing a program on arithmetic operators
4.1.4
Some more arithmetic operators
4.1.5
Writing a program on some more arithm…
4.1.6
Explanation of …
4.2.1
Comparison Operators - An overview
4.2.2
Using Comparison operators
4.2.3
Comparison operators with strings
4.2.4
Writing Compa…
5.1.1
Assignment Operators - overview
5.1.2
Write a program on assignment operato…
5.1.3
Write a program on operators /=,%=,**=
5.2.1
Bitwise operators - an overview
5.2.2
Using Bitwise …
5.2.3
Write a program using 'and' & 'or' Bitwi…
5.2.5
Writing Bitwise operators ~ and ^
5.2.6
Bitwise operators - an overview
5.2.7
Understanding Two's Complement
6.1.1
Logical Operators - An overview
6.1.2
Logical Operators - An overview
6.1.3
Writing a program using logical "and"
6.1.4
Using Logical "or"
6.1.5
Using Logical "not"
6.2.2
Membership Operators - an Overview
6.2.3
Writing example using Membership ope…
6.2.4
Write an exam…
7.1.2
Identity Operators - An overview
7.1.3
Writing using Identity "is"
7.1.4
Writing an example using identity opera…
7.2.1
Operator Precedence & Associativity - d…
7.2.3
Operator Prece…
7.2.4
Writing an example on operator preced…
7.2.5
Using operator precedence on Logical …
7.2.6
Using Operator Precedence on Logical …
8.1.2
Understanding 'if' construct
8.1.4
Check the Word
9.1.1
Understanding if-else construct
9.1.2
Problem Solving question
9.1.3
Write a program for Income Tax Calcula…
10.1.1
Understanding if-elif-else construct
10.1.2
Write a program to check whether the …
10.1.3
Program to check leap year
11.1.1
Understanding While loop
11.1.2
Understand else with while-loop
11.1.3
Write a program to find the G.C.D. of t…
11.1.4
Write a program to Calculate Fibonacci…
11.1.5
Generate and Classify a Sequence of N…
11.1.6
While loop - Practice programs
12.1.1
Understand the For-loop construct
12.1.2
Using range function with For loop
12.1.3
For loop with else
12.1.4
Write a program for Matrix Transpositi…
12.1.5
Write a program to check a given num…
12.1.6
Write a program to print the value of Pi…
12.1.7
Write a program to check the given Str…
13.1.1
Usage of break statement
13.1.2
Write a progra…
14.1.1
Understandin…
15.1.1
Understandin…
16.1.3
Defining a function
16.1.4
Defining multiple functions
16.1.5
Defining and calling a function
16.1.7
Return statement in a function
17.1.2
Writing a simple function with argume…
17.1.3
A simple func…
17.1.4
Write a program to print a pascal trian…
17.2.2
Writing an example using keyword arg…
17.2.3
Writing an example for keyword argum…
17.2.4
Keyword-only Arguments
18.1.1
What are default arguments?
18.1.2
Writing a defa…
18.1.4
Write a program with positional param…
18.2.2
Writing a function that takes arbitrary l…
19.1.2
Simple lambd…
19.1.3
Writing an example for Anonymous fu…
19.1.4
Understanding map function
19.1.5
Understanding Filter function
20.1.2
A simple fruitful function
20.1.3
Write a program to find gcd of two giv…
21.1.1
Local variables - an overview
21.1.2
Global variable
21.1.3
Writing a loca…
21.2.1
Function composition - an overview
21.2.2
Writing a function composition example
22.1.3
A simple program using recursion
22.1.4
Write a program that calculates recursi…
22.1.5
Write a program to add two numbers u…
23.1.2
Writing a simple module.
24.1.1
Importing a module
24.1.2
Writing a prog…
24.1.3
import using 'as' keyword
25.1.1
Using 'from' keyword along with import
25.1.2
from and import with 'as' keyword
25.1.3
Using asterisk(*) in from import
25.1.4
Writing a program using 'from' keywor…
26.1.2
Using simple number functions.
26.1.3
Writing a program using regular math f…
26.1.4
Using power and logarithmic functions
26.1.5
Using log and power functions
26.1.6
Using Trignometric functions
26.1.7
Using Hyperbolic functions
26.1.8
Using Angula…
26.2.5
A simple example on regex using finda…
26.2.6
Example using the lisr for findall() func…
26.2.7
Example to write a pattern to search e…
26.2.9
Grouping
26.2.10
Grouping example
26.3.2
Simple date functions using the date o…
26.3.3
Using the date object
26.3.4
What is a time…
26.3.5
Operations supported by timedelta obj…
26.3.6
Using the timedelta object
26.3.7
The time object
26.3.8
The datetime object
26.3.9
The strftime() …
28.1.4
Different File Operations
28.1.5
Understandin…
28.1.6
Print each lin…
28.1.7
Print the number of lines, words, and c…
28.1.8
Copy contents of one file to another file
29.1.2
Understanding Creation of List
29.1.3
Write a Program to create a List
29.1.4
Different Types of Lists
30.1.1
Understand the List Operations
30.1.2
Create and access a List
30.1.3
Write a program to find whether a give…
30.1.4
Write a Program to print the first and l…
30.1.5
Understanding List slicing
30.1.6
Write a progra…
30.1.7
Understanding List Repetition and Co…
30.1.8
Understanding list comparison
30.1.9
Write a program to print EQUAL if first …
30.1.10
Understanding Mutability in Lists
30.1.11
Write a Progr…
30.1.12
Understanding List aliasing
30.1.13
Understanding List Cloning
30.1.14
Write a progr…
30.1.15
Understandi…
30.1.16
Write a progr…
31.1.1
Understanding List functions
31.1.2
Write a Program to print the difference…
31.1.3
Write a progra…
31.1.4
Write a program to print the sum of sq…
31.1.5
Write a program to print a dictionary u…
31.1.6
Write a program to print a list created f…
32.1.2
Overview of List methods
32.1.3
Write a Program to create a List using …
32.1.4
Write a program to reverse a given List
32.1.5
Write a progra…
32.1.6
Write a progra…
32.1.7
Write a program to find a given elemen…
32.1.8
Write a Program to find Sequence of el…
32.1.9
Write a Progr…
32.1.10
Write a Program to Add all alphabets …
32.1.11
Write a program to check whether the…
32.1.12
Write a Program to Print Number of C…
33.1.2
Write a Program to Convert a User giv…
33.2.2
Accessing the elements of a tuple
33.2.4
Understanding Tuple Repetition and C…
33.2.5
Membership test in a Tuple
33.2.6
Deleting a tuple
33.2.7
Write a Program to Add an element int…
33.2.8
Write a program to remove an element …
33.2.9
Write a Program to Compare Two give…
33.2.10
Program to Find the Tuple elements …
34.1.3
Write a Program to Count number of el…
34.1.4
Write a Program to find how many tim…
34.1.5
Program to Find Sum of Tuple Elements
34.1.6
Maximum Element in a Tuple
34.1.7
Write a Program to Find Minimum Ele…
34.1.8
Write a Program to Find an Index of us…
35.2.2
Understand conversion of lists into dic…
35.2.3
Write a program to create a Dictionary …
35.2.4
Accessing elements in Dictionary
35.2.5
Membership Test in a Dictionary
35.2.6
Iteration in dictionary
35.2.7
Write a program to print elements of a …
35.2.8
Delete or Remove Elements from a Dic…
35.2.9
Write a progra…
35.2.10
Changing Existing Value of Key with …
36.1.1
Understanding dictionary functions
36.1.2
Write a progra…
36.1.3
Write a program to take tuple and list t…
36.1.4
Write a program to print a dictionary w…
36.1.5
Write a program to print a dictionary, fr…
36.1.6
Write a program to check the existenc…
36.1.7
Write a program to print a dictionary w…
36.1.8
Concatenate Two Dictionaries
36.1.9
Write a Program to Create a Dictionary…
37.1.1
Understand the Methods in Dictionary
38.1.3
Understanding Set Creation
38.2.1
Add Elements to a Set
38.2.2
Remove Elements of a Set
38.2.3
Membership Test
38.2.4
Mathematical …
38.2.5
Mathematical Set Intersection
38.2.6
Mathematical Set Difference
38.2.7
Mathematical Set Symmetric Difference
39.1.2
Write a Program to determine if a Set i…
39.1.3
Write a Program to determine if Sets ar…
39.1.4
Write a Program to illustrate basic ope…
40.1.1
Understanding List Comprehensions
40.1.2
Nested List Comprehension
40.1.3
Illustration of Nested List comprehensi…
40.1.4
Write a progra…
41.1.1
Understanding Set Comprehensions
41.1.2
Understanding Nested Set Comprehen…
42.1.1
Dictionary Comprehensions
43.1.3
Creating Arrays in Numpy
43.1.4
Creation of Arrays Using Built-In Num…
43.1.5
Creation of Arrays using Built-in NumP…
43.1.6
Reshaping Arrays
43.1.7
Array Manipulation and Reshaping: Or…
43.1.8
Array Attributes in NumPy
44.1.1
Linear Algebra for Data Science
44.1.2
Matrices and Matrix Operations
44.1.3
Determinants and Inverses of Matrices
44.1.4
Eigenvalues and Eigenvectors
45.1.1
Data Computation - Arithmetic Operati…
45.1.2
Working with Statistical Functions
45.1.3
Data Computation - Statistical Operati…
45.1.4
Constants in NumPy
45.1.5
Special Mathematical Functions (Unive…
46.1.1
Copying and Viewing Data in Arrays
47.1.1
Stacking in Data Computation
47.1.2
Stacking in Data Computation
48.1.1
Data Sorting
48.1.2
Data Searching in Python
49.1.1
Indexing and Slicing in NumPy
50.1.1
Data Counting - Methods for Counting
50.1.3
Broadcasting in Action
51.1.1
Structured Data in NumPy
51.1.2
Accessing Data in a Structured Array
51.1.3
Modifying Structured Data
52.1.4
Indexing and Slicing in Pandas - Label…
52.1.5
Indexing and Slicing in Pandas - Integ…
53.1.1
Different Sources for Loading Data
53.1.2
Working with External Data in pandas
54.1.1
Summarizing and Computing Descripti…
54.1.2
Computing Descriptive Statistics
55.1.1
Data Cleaning in Pandas - Handling Mi…
55.1.2
Data Cleaning in Pandas - Handling Mi…
55.1.3
Data Cleaning in Pandas - Removing D…
55.1.4
Data Manipulation in Pandas - Adding …
55.1.5
Data Manipulation in Pandas - Adding …
55.1.6
Data Manipulation in Pandas - Droping…
55.1.7
Data Manipulation in Pandas - Renami…
56.1.1
Joins in Pandas - Inner and Outer Joins
56.1.2
Joins in Pandas - Left and Right Joins
56.1.3
Concatenation in Data Manipulation
56.1.4
Concatenation in Data Manipulation - …
56.1.5
Reshaping Data with Pivot Tables in P…
57.1.1
Data Analysis - Aggregation functions …
57.1.2
Data Analysis - Group By Operations
58.1.2
Simple Line Plot
58.1.3
Customizing Plots in Matplotlib
58.1.4
Customizing Plots in Matplotlib
58.1.5
Customizing Plots in Matplotlib
58.1.6
Types of Plots - Bar Chart
58.1.7
Types of Plots - Histogram
58.1.8
Types of Plots - Scatter Plot
58.1.9
Types of Plots - Pie Chart
59.1.2
Different Types of Data Distributions - …
59.1.3
Visualizing Normal Distribution in Pyth…
59.1.4
Different Types of Data Distributions - …
59.1.5
Generating and Plotting a Uniform Dist…
59.1.6
Different Types of Data Distributions - …
59.1.7
Generating and Plotting a Poisson Dist…
59.1.8
Different Types of Data Distributions - …
59.1.9
Generating and Plotting a Binomial Dis…
60.1.1
Customer Churn Prediction - A Real-Ti…
60.1.2
Descriptive Analytics: What happened?
60.1.3
Diagnostic Analytics: "Why did it happ…
60.1.4
Predictive Analytics: What will happen?
60.1.5
Prescriptive Analytics: What should w…
Select a question from the sidebar