user21671
0
Q:

uses of python

Uses of python include:
Web Development
Game Development
Machine Learning and Artificial Intelligence
Data Science and Data Visualization
Desktop GUI (Graphic User Interface)
Web Scraping Applications
Business Applications
Audio and Video Applications
CAD Applications
Embedded Applications
3
#Hello world in Java:
public class Main {
    public static void main(String[] args) {
        System.out.println("hello world");
    }
}

#Hello world in Python:
print('hello world')

#See?
1

New to Communities?

Join the community