Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

what is use of python

Status
Not open for further replies.

embpic

Advanced Member level 3
Advanced Member level 3
Joined
May 29, 2013
Messages
742
Helped
80
Reputation
160
Reaction score
77
Trophy points
1,308
Location
india
Visit site
Activity points
5,213
i wanna know that what is use of python language??
where it can be use??
is it that much strong like c??
 

Python is an interactive interpreted language (C is a compiled language) so it requires an input method and output method to communicate with it's user. It is very common in Linux systems and often included as part of the distribution. It isn't much good at embedded applications, C is better there. For speedy program development and ease of learning, even for very complex programming applications, it is excellent.

Lots of information at www.python.org

Brian.
 

Python is basically used for the Test Automation,where you can use gui and can create a database connection.
it is a very powerful language than C where Classes and same name functions with multiple arguments are possible.

Please refer
https://www.tutorialspoint.com/python/ for mre details.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top