first, the basics of Python learning--(Quick Start)Suggested fromPython2.7Start learning, Python2.7 cansupport for expanding a large number of third-party class libraries, is the most mature version of the software to write code recommended that Python comes with theIDLEAndPycharmThe integrated IDE is used together
1.1 python command line The Python command lines are>>>Start, like >>>print ' Hello world! ' Simple commands for validation can be done in Python's own idle
1.2 in Python's own idle write a small program Find idle in all programs, click, Open Idle,
1.1is shown
Figure 1.1
After opening the interface, the default is Shell mode
1.2(Mode modification in Options->configure idle->gereral->startup preference has two options, click Apply->ok after selecting,mode selection takes effect on next open idle)
Figure 1.2In 1.3-bit input print "Hello world!" Click Enter to display the results
Figure 1.3If the display
1.3Hello world! So congratulations on your half foot already in the door, Python is so easy to get started, simple and powerful<<< ongoing Updates ...
Python Learning Basics First-Quick start (for beginners)