# Whats wrong with vscode?

**URL:** https://forum.codewithmosh.com/t/whats-wrong-with-vscode/15267
**Category:** Python
**Created:** [September 18, 2022, 6:27pm UTC](https://forum.codewithmosh.com/t/whats-wrong-with-vscode/15267 "2022-09-18T18:27:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![emmav](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/emmav/32/6103_2.png) [@emmav](https://forum.codewithmosh.com/u/emmav)
#### Post date: [September 18, 2022, 6:27pm UTC](https://forum.codewithmosh.com/t/whats-wrong-with-vscode/15267/1 "2022-09-18T18:27:31Z")

</div>

Hi! I decided to buy Mosh’s course after being half way into the free youtube 6 hour course. I’m confused why VScode does not execute properly like pycharm does? If you look at the terminal it has so much noise!

 ![Screenshot 2022-09-18 112154](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/6/6958c9045c20837e065e9ede1d7dd3f748ebf350.png)

---

<div class="post-metadata">

### Author: ![northernocean](https://avatars.discourse-cdn.com/v4/letter/n/c6cbf5/32.png) [@northernocean](https://forum.codewithmosh.com/u/northernocean)
#### Post date: [September 18, 2022, 8:11pm UTC](https://forum.codewithmosh.com/t/whats-wrong-with-vscode/15267/2 "2022-09-18T20:11:35Z")

</div>

VSCode is highly customizable. Almost anything you don’t like - you can change. Also of course you are free to use PyCharm if you prefer. So pick your favorite (or least hated) IDE, learn to use it, and get to work coding - that’s really the best course of action.

---

<div class="post-metadata">

### Author: ![MTownsend](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/mtownsend/32/6311_2.png) [@MTownsend](https://forum.codewithmosh.com/u/MTownsend)
#### Post date: [September 19, 2022, 8:05pm UTC](https://forum.codewithmosh.com/t/whats-wrong-with-vscode/15267/3 "2022-09-19T20:05:36Z")

</div>

It looks like your python program in nested deep a directory and are you using the absolute (full) path to run the program? The screen is a bit cropped so its hard to see whats going on

You should be able to run the program by just typing `py <program_name.py>` into the terminal, or using the run button that is located above the editor pane.
