These series of tutorials will guide the reader on configuring a fast and lightweight Python
development environment.
This tutorial is aimed for people that are new to Python
and want to start learning the language by using an IDE
to create their first scripts.
This tutorial is separated in sections, each one explaining all the required steps with images.
Main guide: Install Python
This guide will teach you how to install a Python 3
interpreter on your computer which will allow you to run Python 3
scripts.
Main guide: Install Eclipse
This guide will teach you how to install Eclipse
. A free and open source IDE that will be used to run, manage and organize your Python projects and scripts.
Main guide: Install PyDev
This guide will teach you how to install the Eclipse Marketplace
, a plugin manager.
And PyDev
, a free and open source plugin for the Eclipse IDE
.
Main guide: Configure PyDev
This guide will teach you how to configure the PyDev
plugin. Including setting up a Default Python 3
interpreter.
Main guide: Running your First Script
This guide will teach you how to run your first Python 3
script.
Main guide: Darkest Dark Theme
This guide will teach you how to change your default Eclipse
theme for a darker one. Useful for coding at night and to reduce eye strain.