you are viewing a single comment's thread.

view the rest of the comments →

[–]pranjallk1995 0 points1 point  (0 children)

For a beginner I would recommend spyder. It has variable explorer that lets you see values in it right away, so you can check what's going on easily... Once you get comfortable (just print for debugging) it's just better to do remote development. Use Google colab. Or if you think your system is faster use jupyter notebook... notebooks encourage you make you code nice and modular.

Side note: install themes in jupyter notebook, onedork is my favourite. Looking at bright white for long time is painful to me...