7. Test your code by running it. You can do this by opening a terminal in VS Code (click on “Terminal” > “New Terminal”), navigating to the directory where your Python file is located, and running the following command:
python your_file_name.py
Replace “your_file_name” with the name of your Python file.
That’s it! You’ve now created a Python project and written a simple program. From here, you can continue to build out your project by adding more files, organizing your code, and installing packages as needed.