Write a one-liner that will count the number of capital letters in a file. Your code should work even if the file is too big to fit in memory.
1 1846
How do you sort a dataframe in descending order?
What does the 'yield' keyword do in python?
If given the first and last names of bunch of employees how would you store it and what datatype?
What is raw_input in python 3?
How will you convert an integer to a unicode character?
What is data hiding in python?
Can I learn python without knowing html?
How to get indices of n maximum values in a numpy array?
Are tuples hashable?
How do I define raw_input in python?
Which apps use python?
What is a decorator in python?
How do you use enums in Python?
Name some python libraries?
What is a static method in python?