Answers for "why python is used"

8

what is python used for

Python is a multipurpose language. Here are a few examples:
- Building softwares
- Talking to embedded electroncis
- Webscrapping
- Building websites
- Data science
- Artificial intelligence training
- Much more.
It is an easy to learn, easy to read, open-source development language.
Posted by: Guest on March-20-2020
0

why use python

Not only that, the salary is higher!!!!!!
Posted by: Guest on April-05-2021
0

why use python

#Hello world in C++

#include <iostream>
using namespace std;

int main() {
  cout << "Hello World!";
  return 0;
}

#Hello world in python

print('Hello World!')
Posted by: Guest on April-05-2021
1

Why is Python called Python

It was named after Monty Python, not the snake!

SNAKE!
Posted by: Guest on June-06-2021

Python Answers by Framework

Browse Popular Code Answers by Language