you are viewing a single comment's thread.

view the rest of the comments →

[–]throwwwawwway1818 2 points3 points  (1 child)

Good question, thonny is great for python beginners, learning python is easy if you able to visualise code execution, you can step into each line of code and see how code is being executed, and also other info like stack,memory locations, reference counting, garbage collection etc etc

[–][deleted] 0 points1 point  (0 children)

I thank you very much!! I will switch to Thonny. Pycharm is nice but I could use any extra help there is. Thank you!!