Learn Python In simple and easy not only learn theoretically but also learn practical with our question that we will provide with each topic.We are dedicated to provide 24*7 support to our user.
What is Programming | Programming Language | Compiler | Why Python
Get link
Facebook
X
Pinterest
Email
Other Apps
-
Hello Coders,
Here we are with new series of python.
Programming
Programming is a art to convert a idea into set of instruction(program) a Computer can follow.
Person converting idea into set of instruction is called Programmer.
Medium of giving instruction is known as Programming language.
Programming Language
Programming Language is a method by which a coder give set of instruction to computer to perform a specific task or make a Software.
There are two types of programming language
Low level programming language
High Level programming language
Low Level Language
These Language are closer to Computer's native language 0's and 1's.
They don't need any medium (compiler or interpreter) to convert code into machine language that's why their processing is fast.
They uses less memory and are more effective but they are complex to write.
Assembly and machine code are low level Language.
High Level language
They have large difference To Computer's native language.
They need a compiler or interpreter to get converted into machine language hence they are comparatively slower.
They uses large memory and are less effective but they are easy to write.
Java and Python are high level language.
Compiler -- They are special kind of program which convert source language written in high level language into machine language which is understood by computer's.
Why Python
We have many programming language but why should we learn python. We should be precise while choosing programming language.
Python is general language or we can it's English like language most of its syntax matches to language so it's syntax is easy to learn.
By learning Python we can access a wide range of development field be it beMachine Learning,Artificial Intelligence,Web development,Data scientist all you can do with python.
It has amazing library.Due to its libraries you can do most of work by just calling a function.It's library helps to write code easily.
Comments
Post a Comment