Channel Avatar

Kuldeep Singh Rathore @UCRD5FvpsPY8_lsnyC9qtaxw@youtube.com

3.1K subscribers - no pronouns :c

Hi, I'm Kuldeep, a DevOps engineer and trading automation ex


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Kuldeep Singh Rathore
Posted 4 months ago

I've received numerous requests to start uploading Machine Learning Quantitative Tradinf content in Hindi. Should we do that on this
channel, or would it be better to create a new one for it?

#quant #algotrading #quantitativetrading

6 - 5

Kuldeep Singh Rathore
Posted 5 months ago

How would you use zip() with dictionaries d1 = {'a': 1, 'b': 2} and d2 = {'c': 3, 'd': 4} to merge them?
#algo #algotrading #python #pandas

5 - 0

Kuldeep Singh Rathore
Posted 5 months ago

What happens if you try to access a non-existent key in a dictionary?
#algo #algotrading #python #pandas

2 - 0

Kuldeep Singh Rathore
Posted 5 months ago

What is the output of {x: x**2 for x in range(3)}?
#algo #algotrading #python #pandas

4 - 1

Kuldeep Singh Rathore
Posted 5 months ago

How would you create a dictionary from two lists: keys = ["a", "b", "c"] and values = [1, 2, 3]?
#algo #algotrading #python #pandas

3 - 0

Kuldeep Singh Rathore
Posted 5 months ago

Which method removes and returns a key-value pair from a dictionary as a tuple?
#algo #algotrading #python #pandas

5 - 3

Kuldeep Singh Rathore
Posted 5 months ago

How would you create a frozenset (immutable set) from an existing set named my_set?
#algo #algotrading #python #pandas

4 - 0

Kuldeep Singh Rathore
Posted 5 months ago

What is the result of the following code?
Python
set1 = {1, 2, 3}
set2 = {2, 3, 4}
print(set1.union(set2))

4 - 0

Kuldeep Singh Rathore
Posted 5 months ago

Consider numbers = (10, 20, 30) How would you extract the values 10 and 30 into variables first and third?
#algo #algotrading #python #pandas

4 - 0

Kuldeep Singh Rathore
Posted 5 months ago

What is the purpose of tuple unpacking?
#algo #algotrading #python #pandas

4 - 0