What actually is python?
What actually is python ?And that my friend is a very good question.
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.
**so basically python is a programming language which is highly used in many big tech giants and it very help-full for making any-kind of programes which helps human to save some time and do coreectly.**
No comments