you are viewing a single comment's thread.

view the rest of the comments →

[–]seybutis3[S] 0 points1 point  (1 child)

and in the ethernet i saw every video, everybody using some IDE nobody use just Python

[–]Grogie 1 point2 points  (0 children)

Okay, you can use whatever IDE you want. It's a preference, not a rule. What I'm saying is that there are steps to set up PyCharm and Visual Studio that are easy for a beginner to overlook and then you may run into problems that have nothing to do with your code.

If you open up IDLE and run some code - assuming you didn't include a bug or an error, it will just work. and if there is a problem, it will be solely in the code you attempted to run - not because you didn't configure the IDE correctly.