Start learning python today. First, install the environment.
1. Download python2. The program that comes out, will not be compatible with 32-bit systems after is packaged into an EXE program)
3Environment variables 3.1 When installing, select Add Python 3.5 to PATH below, the path will be added automatically after the installation is completed
5.1 Directly enter in the cmd command: print("hello world")
5.2 Create a new hello.py file, open it in IDLE mode and enter: print( "hello world") and then save and run it with F5 Cancel the option
The above is the detailed content of Environment installation for beginners in Python. For more information, please follow other related articles on the PHP Chinese website!