Networking

Python Programming language

 

Python-Programming Language






What is Python?

Python is not the snake you are imagining.

It is a programming language.  A person who has done C or C++ will have ease of understanding.


Who invented Python?

This language was thought of in late 1980s by Guido van Rossum a Dutch Programmer at Centrum Wiskunde & Informatica which is located at Amsterdam, Netherlands. It was released  in late 1991.


Advantages  of Python:



  • OOP Language
  • Simple to Understand
  • Free and Open source
  • many more ...


Areas of Application of Python Language

  • Data Visualization
  • Data analytics
  • Desktop GUI
  • CAD Applications
  • Finance
  • Web scraping.


Python Programming 



x = 11
y = 5
  
if x > y:  
    print("x is greater than y")  
else:  
    print("y is greater than or equal to x")  


Here it is self explanatory.

For loop

fruits = ["apple", "banana", "cherry"]  
for x in fruits:  
print(x)  


Above is an example of Python.


We will later on discuss details on Python.

Salary of Python Developers

$91,414  per anum.

Where to Learn?



Learn online with us at Tek Train.







About Techno Edu

0 Comments:

Post a Comment