Top "Spyder" questions

Spyder (previously known as Pydee) is a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features.

Ways to invoke python and Spyder on OSX

I recently bought a MacBook and install Python on it via Anaconda. Here's the version information: Python 2.7.6 |Anaconda 1.8.0 (x86_64)| (default, …

python macos finder spyder anaconda
How to display function arguments in Spyder?

I'm using Spyder 2.2.5 with Python 2.7 and I want the editor to display the arguments of the function I'm calling after …

python user-interface editor spyder
How to run current line in Spyder 3.5( ctrl +f10 not working)

I am very new to Python and I am used to R studio so I choose Spyder. On the Spyder …

python-3.x spyder
downloading error using nltk.download()

I am experimenting NLTK package using Python. I tried to downloaded NLTK using nltk.download(). I got this kind of …

python python-2.7 ubuntu nltk spyder
How can I send a byte array to a serial port using Python?

I am working on an application which requires the sending of a byte array to a serial port, using the …

python pyserial spyder canopy
Set working directory in Python / Spyder so that it's reproducible

Coming from R, using setwd to change the directory is a big no-no against reproducibility because others do not have …

python spyder reproducible-research
How do I run two separate instances of Spyder

I want to be able to have two instances which are completely independent in the sense that I can be …

python multiple-instances spyder
Ipython console in Spyder stuck on "connecting to kernel"

I am new to python and coming from Matlab and I have installed the latest version of Python(x,y) (2.7.9.0) …

python ipython spyder
ImportError: No module named pydot ( unable to import pydot)

I am unable to import the pydot package in Spyder, Could you please help me out is there any other …

python spyder pydot
Link to class method in python docstring

I want to add a link to a method in my class from within the docstring of another method of …

python python-sphinx spyder