0% found this document useful (0 votes)
26 views4 pages

Settings Eclispe For Python

This document provides a step-by-step guide for installing Eclipse for Python programming, starting with the prerequisite of installing the Java Development Kit (JDK-7). It details the process of downloading Eclipse, configuring it with the Pydev module, and setting up the Python interpreter. The document also includes instructions for creating a new Pydev project and adjusting appearance settings in Eclipse.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views4 pages

Settings Eclispe For Python

This document provides a step-by-step guide for installing Eclipse for Python programming, starting with the prerequisite of installing the Java Development Kit (JDK-7). It details the process of downloading Eclipse, configuring it with the Pydev module, and setting up the Python interpreter. The document also includes instructions for creating a new Pydev project and adjusting appearance settings in Eclipse.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Installing Eclipse for Python Programming

Before Installing you need to installed Java (JDK-7)


SE Development Kit
https://www.oracle.com/in/java/technologies/javase-
downloads.html
without JDK you can't run Eclipse
i586 for 32 Bit
check bit configuration of your system-

type javac in command prompt to check java is installed


or not if you find error set environment variables path till
java bin folder
javac is a java compiler

Eclipse Installation
go to official website of Eclipse
Download Eclipse Standard
Configuring Eclipse with Python
Worksapce - Whatever we make project will come into
this directory
Configuring Eclipse to work with Python
Step 1 go to help menu- install new software -
Add pydev module type name Pydev
type url location of pydev
https://www.pydev.org/updates
make sure your system should be connected with the
internet
select pydev only
next
next
accept the license
finish
Installing sftwr....
ignore security warning click OK
Select Brainwy sftwr - ok
Restart Eclipse

after restarting
windows- preference -click pydev- choose Interpreter -
select python interpreter- new
add python interpreter here - go to installation folder of
python and select python.exe
and all the directory enviorment variables will be set
Allow excess

window open perspective others select pydev


it will appear right corder of eclipse

close java

create a new pydev project


name project finish
now your project is created
here exe file also included
create new file by right click on newly created project
name
no need to pavckage
just give gile name

screeen font size


window genral appearance colors nad fonts text fonts
edit

You might also like