Compress code in Spyder editor (Python)

0

I'm working with the Spyder editor, with a whole python FW. I have created a package that includes several functions and I would like to be able to group them so that they only occupy a line while I do not edit them. Something like what Notepad ++ does automatically with the "+" and "-" symbols. Is this possible with Spyder?

    
asked by Adso4 29.06.2017 в 12:05
source

1 answer

0

The option to encapsulate code in Spyder seems not available at the moment. You can read more information here

I recommend you take a look at PyCharm , an IDE with free community version and much more powerful / stable / mature what Spyder. The learning curve is a bit higher but it is very well documented and worth it.

    
answered by 29.06.2017 в 12:15