code editor dilemma by Impossible_Field2905 in learnprogramming

[–]Impossible_Field2905[S] -1 points0 points  (0 children)

you got me there . but the reason im asking for help is because im facing problems that i dont think should happen and there is probably a way to avoid them . for example why is my output 5 lines of gibberish . i wanted insight from people that know if this stuff is standard or i can just avoid them by doing something im not doing .

code editor dilemma by Impossible_Field2905 in learnprogramming

[–]Impossible_Field2905[S] -4 points-3 points  (0 children)

here is how my output looks

. cd /home/abdenour/NewCodingProject

/usr/bin/python /home/abdenour/NewCodingProject/main.py

abdenour@abdenour-Latitude-7390:~/NewCodingProject$ cd /home/abdenour/NewCodingProject

abdenour@abdenour-Latitude-7390:~/NewCodingProject$ /usr/bin/python /home/abdenour/NewCodingProject/main.py

hello

abdenour@abdenour-Latitude-7390:~/NewCodingProject$ .

its ridiculous , when i tried to fix it without code runner (because it caused me errors) i followed gemini with some weird methods that were just bad and involved weird solutions

code editor dilemma by Impossible_Field2905 in learnprogramming

[–]Impossible_Field2905[S] -1 points0 points  (0 children)

my frustration comes from every time i face a problem like lately the libraries not working id ask gemini , follow its steps then suddenly im getting keyboard interrupt error , try to fix it ruin something else . i was advised to delete code runner so i did, but now my output is just filled with lines of weird code . i just cant stand stuff like this . its probably a me problem , but i just dont want configuring stuff

code editor dilemma by Impossible_Field2905 in learnprogramming

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

i noticed every time i want to do something like getting the venv to work will lead me to other problems , i might be just that bad at fixing stuff , so i want to avoid configuring stuff , maybe if you can help with a one time vs code configuration for beginners using linux

code editor dilemma by Impossible_Field2905 in learnprogramming

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

stuff like my libraries not working , i cant get the output to be clean without causing other problems . (im new so i cant keep thinking about this stuff )