0% found this document useful (0 votes)
34 views2 pages

Pynux Soft Solutions

This document contains 30 questions about Python concepts and features including data types, literals, functions, control flow, exception handling, sequences, debugging, and more. Key topics covered are Python's main features, keywords and literals, NumPy and Pandas for data analysis, functions, namespaces, 3D plotting, .py and .pyc files, dictionaries, sending emails from Python, ODBC, modules and packages, built-in types, type determination and inheritance methods, the enumerate() function, sequence types, abnormal termination, and PDB debugging commands.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

Pynux Soft Solutions

This document contains 30 questions about Python concepts and features including data types, literals, functions, control flow, exception handling, sequences, debugging, and more. Key topics covered are Python's main features, keywords and literals, NumPy and Pandas for data analysis, functions, namespaces, 3D plotting, .py and .pyc files, dictionaries, sending emails from Python, ODBC, modules and packages, built-in types, type determination and inheritance methods, the enumerate() function, sequence types, abnormal termination, and PDB debugging commands.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python first level Interview Questions

1. What are the key features of Python?

2. What are Keywords in Python?

3. What are Literals in Python and explain about different Literals?

4. How can you concatenate two tuples?

5. What are functions in Python?

7. How can you initialize a 5*5 numpy array with only zeroes?

8. What is Pandas?

9. What are dataframes?

10. What is a Pandas Series?

11. What is pandas groupby?

12.What is namespace in Python?

13. How do you make 3D plots/visualizations using NumPy/SciPy?

14. Differentiate between .py and .pyc files?

15. What are Python’s dictionaries?


Python first level Interview Questions

16. How do I send mail from a Python script?

17. Explain about ODBC and Python?

18. What is a module and package in Python?

19. Control flow statements?

20. How does exception handling in Python differ from Java?

21. What is a Tuple?

22. What is map function in Python?

23. How To Save An Image Locally Using Python Whose URL Address I Already
Know?

24. What Are The Built-In Types Available In Python?

25. Which methods of Python are used to determine the type of instance and
inheritance?

26. What is the use of enumerate() in Python?

27. How many kinds of sequences are supported by Python? What are they?

28. What is Abnormal Termination?

29. List Down Some Of The PDB Commands For Debugging Python Programs?

30. What does len() do?

You might also like