Top "Pydev" questions

PyDev is an Eclipse plugin for Python development.

How to integrate pep8.py in Eclipse?

A little background: PEP 8 is the Style Guide for Python Code. It contains the conventions all python programmers should follow. …

python eclipse pydev pep8
Unresolved import: models

I'm doing my VERY first project using python/django/eclipse/pydev following this guide http://docs.djangoproject.com/en/dev/…

python django eclipse pydev
Is there a quick way to decrease the indentation of multiple lines in Python?

I am a newbie to python programming. I find that decreasing the indentation of a block of codes in python …

python eclipse pydev edit indentation
Dockerfile ADD failed : No Source files were specified

I have a python project created in eclipse. I am creating for first time a Dockerfile.The Docker build always …

python docker dockerfile pydev
Can Pylint error checking be customized?

I am using pydev where I have set up pylint. The problem is that even inside the comments, pylint reports …

python pydev pylint
indent python file (with pydev) in eclipse

I'm a newbie in eclipse. I want to indent all the lines of my code and formatting the open file …

python eclipse pydev code-formatting indentation
Interactive console using Pydev in Eclipse?

I'm debugging my Python code in Eclipse using the Pydev plugin. I'm able to open a Pydev console and it …

python debugging console pydev interactive
Pydev Not Recognized in Eclipse

I've been using PyDev within Eclipse on my Mac for about two years now. Updated Eclipse today, and suddenly PyDev …

python eclipse ide pydev
PyDev Eclipse Python interpreters Error: stdlib not found

I have been trying to use Eclipse 3.6 as a Python editor. I install the latest version of PyDev, and then …

python eclipse pydev
What is pyximport and how should I use it?

I am using cython to generate faster code for a mathematical model. I am having a hard time compiling the …

python python-2.7 pydev cython