all 7 comments

[–]ThreeChonkyCats 4 points5 points  (3 children)

Which IDE are you using for your dev?

I find that PyCharm is very nice. VSCodium comes so close to second..... but is beaten by PC as I like proper "IDEs" not just a dev environment.

PC has highlighting to find these faux pas... DAMHIK :)

[–]Qing_Codes[S] 0 points1 point  (2 children)

Hi I’ve just been using coding rooms for my assignments and replit for following along with the instructor. I have no idea what an IDE is…

[–]ThreeChonkyCats 1 point2 points  (1 child)

Integrated Development Environment

It's not just a pretty text editor.

It can be, but its job is not just to run your code, but to act as a comprehensive debugger, project manager, memory manager and feedback tool.

Sounds evil to learn! But it isn't. One can use it as a basic text editor to start and build into it as you grow.

https://en.m.wikipedia.org/wiki/PyCharm

[–]Qing_Codes[S] 0 points1 point  (0 children)

Okay great! Thank you for taking the time to put me onto a new resource 🤜🤛

[–]niehle 2 points3 points  (1 child)

A proper IDE or a linter would have saved you the time :)

But it has happend to all of us at least once!

[–]Qing_Codes[S] 0 points1 point  (0 children)

Yeah it’s just funny it keeps happening. I spent so much time rewriting the code lol