ETIHICAL HACKING

Introduction To Python -TechSanjeet

What is Python?

Python is a high-level programming language that uses instructions to teach the computer how to perform a task.

Python is an easy to learn, powerful programming language.

A language that is closer to the human language (like English) is known as a high-level language.


What is Python?
What is Python?

Python provides an easy approach to object-oriented programming.

Object-oriented is an approach used to write programs.

Python is a free and open-source language.

That is, you can read, modify, and distribute the source code of Python scripts.

It was developed by Guido van Rossum and was released in 1991.

We would learn about Object-Oriented Programming later.


Where is python used?

Where is python used?
Where is python used?

Python finds its application in various domains.

Let's see some specific scenarios where Python is used.

* Python is used to create web applications.
* Python is used in game development.
*Python is also used to create desktop applications.

Python also finds its applications in Machine learning and Data Science.


How python works?

* First, we write instructions in English based Python language.
* Python is an interpreted language, so there is no need of compiling them.
* Python programs run directly through source code.
* The source code is converted into intermediate bytecode and then into the native language of the computer internally by Python interpreter.
* The code is executed and the output is presented.

No comments

If You Have any doubts, Please let me know