Установка eclipse и python

How To Install Eclipse for Python On Windows

It provides all the steps required to install Eclipse with PyDev for Python development on Windows 10 and getting started with Python development using the Hello World Project.

This tutorial provides all the steps required to install Eclipse for developing Python applications on Windows. It explains how to install Eclipse with PyDev to develop Python applications on Windows 10. The same setup can also be used to develop web-based applications using Django. All the steps should be similar for other versions of Windows.

PyDev is a plugin that enables Eclipse for Python development. It adds the features to Eclipse for Python language which includes Code Completion, Code Analysis, Debugger, Interactive Console, Refactoring, Tokens Browser, Django Integration, etc. The main advantage of installing PyDev plugin is that it can be installed on the pre-installed Eclipse that is already available on the system. We can also do a fresh install of Eclipse as shown in this tutorial.

It assumes that Java is already installed on the system. You may also be interested in How To Install Java 14 On Windows, How To Install OpenJDK 14 On Windows and How To Install Java 11 On Windows. It also assumes that Python is already installed on the system. You may also be interested in How To Install Python 3.8 On Windows and How To Install Python On Windows.

You might also be interested in Python Cheatsheet to learn or brush up the basics of Python.

Step 1 — Download Eclipse

Open the Eclipse packages Download Page and scroll down to Eclipse IDE for Web and JavaScript Developers as highlighted in Fig 1.

Click on the Windows 64-bit link as highlighted in Fig 1. It will navigate to the download page as shown in Fig 2.

Click on the Download Button to start the download.

Step 2 — Install Eclipse

We can simply extract the zip file downloaded in the previous step to complete the installation. The files that ships with the zip are as shown in Fig 3.

You can also create a desktop shortcut icon to launch the Eclipse from the desktop. Launch the Eclipse by double-clicking on either the executable file or desktop shortcut added by you. It will show the option to configure the current workspace as shown in Fig 4.

Читайте также:  Кнопка button в коде HTML формы

Keep the checkbox unchecked as highlighted in Fig 4. It will show the workspace selection every time we launch the Eclipse IDE to choose the current workspace. After providing an appropriate workspace location, click on the Launch Button to start Eclipse. It will show the Welcome Screen as shown in Fig 5.

Step 3 — Install PyDev Plugin

Click on Help -> Eclipse Marketplace to open the Eclipse Marketplace wizard. Search for PyDev on the marketplace. It will show the search results as shown in Fig 6.

Click the Install Button to start installing the PyDev plugin for Eclipse. It will fetch the details of the plugin from the marketplace and shows the available options as shown in Fig 7.

Click the Confirm Button to confirm the plugin installation. On the next window, it will ask to accept the License Agreement as shown in Fig 8.

Click the Finish Button to complete the installation of the PyDev plugin for Eclipse. In the end, it will also ask to restart the IDE.

Step 4 — Getting Started with Python — Hello World

In this step, we will create our first Python Project using eclipse and create the first program to print Hello World on the console.

Click on Windows -> Perspective -> Open Perspective -> Other to open the PyDev perspective for Python development as shown in Fig 9.

Choose the PyDev perspective and click the Open Button to open the perspective. With the PyDev perspective open, we will create the first Python project. Click on File -> New -> PyDev Project as shown in Fig 10 to start creating the project.

The next wizard shows the options to configure the Project as shown in Fig 11.

We can see that the project configuration wizard shows a link to configure the Python interpreter. Now click the highlighted link to start configuring the interpreter. It will show the available options as shown in Fig 12.

Click the Choose From List Button. It will show the available interpreters as shown in Fig 13.

Choose the main interpreter as highlighted in Fig 13 and click the Ok Button. It will also ask to configure the python path as shown in Fig 14.

Keep the paths selected on click on the OK Button . It will configure the interpreter and shows the Default interpreter selected for the project as shown in 15. It will also ask for system permission to allow Eclipse to make required changes as shown in Fig 15.

Notes: We only need to configure the interpreter for the first project. It will show the list of available interpreters from the second project onwards and we can update the interpreter configuration if required.

Читайте также:  Java как задать дату

Click the Finish Button to complete the project configuration and create the project. It will add the project on the projects list as shown in Fig 16.

Now right-click on Src and click New -> PyDev Package as shown in Fig 17.

Provide an appropriate package name and click the OK Button to create the package. It will ask to confirm PyDev preferences as shown in Fig 18.

Click the Ok Button to confirm the preferences. We can change them later if required. It will create the Regular Package and also creates the corresponding __init__.py as shown in Fig 19.

Now we will create our first Python Module to print Hello World on the console. Keep the package selected and right-click -> New -> PyDev Module to start creating the Module as shown in Fig 20.

It will show the wizard to configure the Module name. Now provide the appropriate Module name and click the Finish Button to create the module. It will also ask to choose the module template as shown in Fig 21.

I have selected the Empty Template for this tutorial to keep it simple. Click the OK Button to configure the module template.

Now update the module to print Hello World as shown in Fig 22.

Finally, we will execute the module to print the output on the console. Click on Run -> Run As -> Python Run to execute the program as shown in Fig 23.

It will execute the program and shows the output on the console as shown in Fig 24.

Summary

This tutorial provided all the steps to download, install and configure Eclipse with PyDev on Windows 10. We have also created the first project, the first module, and the first package to print Hello Python on the console. This is all about beginning Python programming using Eclipse with PyDev. You may join the discussion on installing Eclipse with PyDev on Windows using the comment box.

Источник

Пишем на Python в Eclipse

Для поддержки языка программирования Python в Eclipse нужно установить PyDev. Для этого открываем Marketplace:

Eclipse Marketplace

В строке поиска наберите “Python” и нажмите клавишу Enter. В списке кликаем “Install” у пункта “PyDev — Python IDE for Eclipse”:

Installing PyDev Python IDE for Eclipse from Karketplace

Дальше прокликиваем все остальные окошки, со всем соглашаемся. На странице с лицензионным соглашением ставим переключатель на “I accept the terms of the license agreements”. Перезапускаем Eclipse, как нам и предлагают.

При запуске у вас появится сообщение, что Python не настроен. Кликаем мышкой на “Manual config”:

It seems that the Python interpreter is not currently configured. How do you want to proceed?

Открывается вот такое окно:

Python interpreters

Теперь нам нужно установить интерпретатор Python. Как это делается под Linux я уже рассказывал вот в этой статье. Под Windows же нам нужно скачать установщик с официального сайта. После установки возвращаемся в Eclipse и выбираем установленный Python. У меня он по умолчанию установился по пути:

Читайте также:  Next или nextline java

Источник

Настраиваем Python в Eclipse и пишем Hello World!

В предыдущей заметке были рассмотрены только дистрибутивы Linux, где Python поставляется «из коробки» и есть замечательный редактор gedit , в котором можно редактировать скрипты.

Однако пока еще не все перешли на Linux 😉

Кроме того, для разработки на Python удобно использовать полноценную IDE. Eclipse — кросплатформенная среда разработки, поэтому рассмотрим его настройку как в Windows, так и в Linux. Eclipse распространяется под свободной лицензией EPL.

Постараюсь описать все максимально подробно. Если будут вопросы — задавайте в комментариях.

Установка интерпретатора Python в Windows

Скачиваем последнюю версию Python 2.7.x для Windows с официального сайта: . На момент написания это версии:

Нужно скачивать последнюю версию в ветке 2.7, то есть 2.7.3, 2.7.4, 2.7.5…

Устанавливаем интерпретатор Python в директорию C:\Python2.7 .

Устанавливаем Eclipse

Скачиваем версию Eclipse IDE for Java Developers (или Classic) для нужной операционной системы и разрядности (32-бита/64-бита) с официального сайта: .

Установка очень простая — распаковываем содержимое архива в C:\eclipse , либо в /home/username/eclipse и запускаем исполняемый файл eclipse.exe ( eclipse в Linux).

Устанавливаем PyDev

PyDev () — плагин для работы с Python в Eclipse.

Eclipse: Help - Install New Software.

Выбираем Help — «Install New Software…»:

Window: Add Repository

Нажимаем «Add…». Появляется диалоговое окно: В поле Name пишем: «Pydev and Pydev Extensions», в поле Location: «http://pydev.org/updates». Нажимаем «OK».

Window: Install New Software - Pydev

Ставим галочку напротив «Pydev for Eclipse» и нажимаем «Next».

Eclipse Window: Review Licenses

Изучаем лицензию. Если лицензия подходит, помечаем «I accept the terms of the license agreement» и нажимаем «Finish».

Pydev установлен. Перезапускаем Eclipse.

Создаем проект ‘Hello World’

Eclipse menu: New - Project.

Нажимаем правой кнопкой мыше в пространстве Package Explorer, выбираем New—Project…:

Eclipse Window: New Project

Выбираем «Pydev Project» и нажимаем «Next»:

Eclipse Window: Create a new Pydev Project

На следующей странице: Project Name: «Hello World», нажимаем ссылку: «Please configure an interpreter in the related preferences before proceeding.».

Eclipse Window: Python Interpreters

Появляется окно настройки интерпретаторов Python:

Eclipse Window: Add new python interpreter

В появившемся диалоговом окне: В поле Interpreter Name пишем «Python 2.x», где x — установленная версия интерпретатора Python. В поле Interpreter Executable выбираем путь к исполняемому файлу Python.

Для Windows здесь будет: C:\Python2.7\python.exe , если был установлен интерпретатор Python 2.7 в директорию «C:\Python2.7».

Для Linux это: /usr/bin/python — для системной версии Python (для начала этот вариант подойдет), /usr/local/bin/python2.7 — для версии Python, установленной вручную.

Eclipse: Select Python Libs

Eclipse: Python Interpreters - Added

Eclipse: Pydev perspective

Eclipse: New - Pydev Module

В «Pydev Package Explorer» нажимаем правой кнопкой на директорию \src и выбираем в появившемся меню: New—Pydev Module:

Eclipse: Create new Pydev Module

В поле Name пишем «helloworld» и нажимаем «Finish».

Eclipse: Python Hello World

Создаем программу «Hello World», описанную в предыдущей заметке:

Eclipse: How to run Python Script

Запускаем скрипт (меню: Run — Run, Ctrl-F11):

Eclipse: Hello World result in Console

И видим результат в Console:

Вот и все! Теперь можно переходить к более серьезным скриптам.

Настраиваем Python в Eclipse и пишем Hello World! : 34 комментария

Источник

Оцените статью