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 1925
Which database is used in python?
How do you do data abstraction in python?
What is the use of assertions in python?
What is the output of the below code?
Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.
How is python better than c?
How to make any variable private in python ?
Use of double quotes and single quote in python?
What is the purpose of not in operator?
How much ram is required for python?
Is there a main in python?
What are *args and *kwargs?
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language?
What are attributes and methods in a python class?
What is difference between range and arange function in python?