python can do:
1, web development;
2, data science research;
3, web crawler;
4, embedded application development;
5, game development;
6, desktop application development. python is a dynamic, object-oriented scripting language , has a simple to learn, fast, easy to maintain and so on.
Features of the python language
1, easy to learn
2, fast: Python's bottom layer is written in C, many standard libraries and third-party libraries are also written in C, the operation speed is very fast.
3. Portability
4. Embeddable
5. Easy to maintain
6. Interactive Mode: Interactive Mode support allows you to interactively test and debug snippets of code from the terminal by typing in the language in which you execute the code and get the results.