Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Python Tutorial v2 #5963

Merged
merged 8 commits into from
Jan 26, 2023
Merged

Updates to Python Tutorial v2 #5963

merged 8 commits into from
Jan 26, 2023

Conversation

cwebster-99
Copy link
Member

Providing updates to the Python tutorial page.

Providing updates to the Python tutorial page.
source .venv/bin/activate
```
>**Note**: When you create a new virtual environment, you should be prompted by VS Code to set it as the default for your workspace folder. If selected, the environment will automatically be activated when you open a new terminal.
If you are creating an environment using **Conda**, the command presents a list of Python versions that can be used for your project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this is a tutorial ,we can be opinionated and ask them to make a choice. For simplicity sake (and because this is a general script tutorial), I think we could suggest users to just choose venv and then for the rest of tutorial, assume that is what they're using

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to reflect this suggestion

docs/python/python-tutorial.md Outdated Show resolved Hide resolved
docs/python/python-tutorial.md Outdated Show resolved Hide resolved
docs/python/python-tutorial.md Outdated Show resolved Hide resolved
docs/python/python-tutorial.md Outdated Show resolved Hide resolved
docs/python/python-tutorial.md Outdated Show resolved Hide resolved
Copy link

@gregvanl gregvanl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@gregvanl
Copy link

@cwebster-99 @luabud I noticed that some of the screenshots have the old Debug view Activity bar icon.
Not a big deal for most of the tutorial but might be confusing during the debugging section.
Doesn't need to be fixed in this PR but something to update next time someone is working on the Python docs.

image

@gregvanl gregvanl merged commit fa50eec into main Jan 26, 2023
@gregvanl gregvanl deleted the python-tutorial-v2 branch January 26, 2023 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants