#0 >>>>>>> Pre-preparation work: (a label seems to be unable to use, and had to compare LOWBI directly put address)
Ide |
Eclipse |
: |
Http://ftp.yz.yamagata-u.ac.jp/pub/eclipse/technology/epp/downloads/release/neon/3/eclipse-jee-neon-3-win32-x86_64.zip |
Jdk |
jdk1.8 |
|
Http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-windows-x64.exe |
Python environment |
python3.6 for Windows64 |
|
Https://www.python.org/ftp/python/3.6.1/python-3.6.1-amd64.exe |
#1 >>>>>>> Preparatory work:
1. Configure the JDK without further explanation
2. Install the Eclipse and Python environment.
3. Configure the Pydev plugin in eclipse:
Process:
1. Access: Help----> INSTALL NEW software----->add----> Random name, Suggest Pydev------->location fill in http://pydev.org/ Updates get Pydev plug-in----> Step-by-step installation.
2. Configuration: Window---->preferences---->pydev------>interpreters----->python Interpreter----->new---- >
Name, recommended python+ version number---->
Interpreter excutable fill in the Python.exe under the Python installation path (the default path is C:\Users\Administrator (user name when Python is installed) \appdata\local\programs \python\python36\python.exe
Configuration End
4.hello world!
Process:
1. Create a new Python project that is guided as follows: New >project>pydev>pydev Project
2. Similar to Java development, new SRC Source directory, new package, new py file, write code, F11 run.
Gg
Play Python with Eclipse and get a better development experience for kids who are accustomed to Java development