Education
- Get link
- X
- Other Apps
Python is general – purpose language which have wide range of applications.
For Example :
1. Web development : django
2. Mathematical computations : NumPy
3. Graphical user interface : Pygame
We should learn python because :
1. The length of the code is relatively short.
2. In python the syntax is very easy. For Example :
A=2
B=3
SUM=A+B
PRINT (SUM)
3. Programming in python is fun.
4. It’s easier to understand and write python code.
5. In python we can’t define the variable type.
6. Phew, no more semicolon python.
7. Python enforces you to follow good practices (like proper identation).
8. Python allows you to write program heaving great functionality with fewer lines of code.
9. You will be amazed how much you can do with python once you learn the basics.
10. Python have large supporting community. We have an amazing community with a lots of videos, blogs and course certifications of python.
Comments
Post a Comment