If you use this, you are a junior dev - embarrassing
Spyder – a free and open source scientific environment written in Python
21–30 of 167 posts
Re: Spyder – a free and open source scientific environment written in Python
#22Way back in time, maybe around 1998, a friend an I worked on a steganography tool that we called Spyder. I don't remember where it was published or under what license (probably freeware), but the algorithm was incorporated into Hide4PGP (http://www.heinz-repp.onlinehome.de/Hide4PGP.htm), and we stopped work on it.
This post just caused a bit of nostalgia. I can still remember my co-developer taking a break jamming on a bass guitar while we tried to figure out the striping problem (the solution was to compress the data to increase entropy first).
Re: Spyder – a free and open source scientific environment written in Python
#23The variable explorer is much better than the one PyCharm has, for example. Of course, Pycharm has many other tools and a much better interface (Spyders scaling is grgrgrgrgr). But for scientific data work? Spyder is great!
Re: Spyder – a free and open source scientific environment written in Python
#24If you use this, you are a junior dev - embarrassing
Guess I’m junior then. I learned how to code via scientific coding so I love Spyder for its simplicity. When I want to work deeply on a difficult problem and want to quickly flesh out ideas it’s my go to because it sandboxes really well and I can iterate much faster in it. I use more advanced IDE when integrating the code I developed in Spyder into a larger code base. I’m sure many will criticize my workflow but I’ve…
Re: Spyder – a free and open source scientific environment written in Python
#25The RStudio equivalent for Python. Last used this so many years ago, and from the screenshots little seems to have changed.
I think they ought to call it DataStudio bc it’s multilanguage.
Re: Spyder – a free and open source scientific environment written in Python
#26Re: Spyder – a free and open source scientific environment written in Python
#27Can I get the following behavior from Spyder (last time I tried I couldn't find a way) - for some keyboard shortcut like Cmd/Ctrl + Enter: - the shortcut sends the selected code to the terminal (this is possible) - if I hit the shortcut when nothing is selected, the line where the cursor currently is gets sent to the terminal and the cursor moves to the next line of code - if the cursor is at the beginning of a block…
Executing the current line or the selected lines is just F9.
Re: Spyder – a free and open source scientific environment written in Python
#28Re: Spyder – a free and open source scientific environment written in Python
#29Re: Spyder – a free and open source scientific environment written in Python
#30I like spyder a lot for the variable explorer, which makes it feel more like Matlab. However the constant bothering about installing Kite got annoying. Unfortunately there isn't a way to use Kite and have it not constantly annoy you about upgrading to the enterprise edition. If Kite had a no ads plan for like ~ $10 a year it would make a lot more sense to integrate it in spyder.
Edit. maybe this is what you're talking about? https://github.com/spyder-ide/spyder/commit/6b602af50f632cf6...