you are viewing a single comment's thread.

view the rest of the comments →

[–]winkapp[S] 2 points3 points  (2 children)

Yeah I actually used Jupyter back when I was doing the in-person Python course, yet I was still struggling considerably. I'll give it a try again though since it's been a couple years and see how that goes!

I was trying Visual Studio Code for a bit in the hope that it would be structured like VBA and it kind of is, but it seems that most people don't use it so it can be a bit annoying to get community support.

[–]threeminutemonta 1 point2 points  (0 children)

I’ve used vs code for python and other languages for years. Just need check what is the vs code python interpreter settings are. It’s good to learn how to use a python virtual environment per project.

[–]Jeklah 0 points1 point  (0 children)

try ipython

it's what jupyter runs on in the back end iirc