Is python a scripting or programming?
Answer / Narendra Kumar Saini
Python is both a scripting and a programming language. It can be used for quick scripts as well as large-scale applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is split used for?
Explain lambda expressions. When would you use one?
What is a character?
Explain about dir() and help() function will do in python?
How will you convert an integer to a unicode character in python?
Differentiate between django, pyramid, and flask?
Can I build website using python?
Differentiate between split(), sub(), and subn() methods of the re module?
How would you create an empty numpy array in python?
Differentiate list and tuple with an example?
What is composition in python?
Can we write else statement try block in python?