Fortune Telling Collection - Comprehensive fortune-telling - Python writes fortune-telling

Python writes fortune-telling

What advantages can I play after learning Python programming?

1.Python is a scripting language. Once written, it can be run directly, saving the trouble of compiling links. For beginners who need more hands-on practice, there is less chance of making mistakes.

2.Python also has an interactive method. If it is a simple small program, even the editor can be omitted, and you can just type it in and run it.

3.Python provides a very complete basic code base, covering network, files, GUI, database, text and many other contents. , and figuratively called "built-in battery".

With Python development, many functions can be used directly without writing from scratch.

4. It is well understood to write programs in Python, which is the consensus of many people. Python is an object-oriented language, but its object-oriented does not emphasize concepts like C++, but pays more attention to practicality. But the simplest way makes programmers feel the advantages of object-oriented, which is one of the reasons why Python can attract many supporters like Java.