Of course, Pycharm has many other tools and a much better interface (Spyders scaling is grgrgrgrgr).
But for scientific data work? Spyder is great!
11–20 of 167 posts
Of course, Pycharm has many other tools and a much better interface (Spyders scaling is grgrgrgrgr).
But for scientific data work? Spyder is great!
- 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 of code like an if-statement or a loop, the whole statement is sent to the terminal and the cursor moves to after the statement
RStudio has this behaviour by default, I find it very convenient and I haven't been able to replicate it in other environments.
If you use this, you are a junior dev - embarrassing
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 tried doing other ways and this works best for me and I write less buggy code this way.
The naming seems pretty poor for me given that I'd assume that spyder would be a webcrawler written in python.
I understand why Spyder. But they could also have called it spIDEr
Can 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…
It looks like Spyder now features Jupyter Notebook integration as well: https://github.com/spyder-ide/spyder-notebook
If you use this, you are a junior dev - embarrassing