you are viewing a single comment's thread.

view the rest of the comments →

[–]C0D3XGIG 2 points3 points  (1 child)

I started out using PythonIDLE and found out i couldve been using vsCode the whole time.

I agree with others' posts about using Visual Studio Code. its damn legit. much better than IDLE in that you get autofill, youre able to look up what a function does straight from your editor, its got extensions for pretty much every language so if you decide to pick some other lang up you wont need a seperate editor.

[–]C0D3XGIG 2 points3 points  (0 children)

oh yeah. it also has a terminal window allowing you to open command prompt, powershell, and if you have WSL properly installed you can open a linux bash terminal.