This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
This past week, I learned an interesting trick which completely changed how I’ll approach writing Python projects in VS Code. See, my previous workflow was the following, which all things considered I’d like to think is sane: # Create a new directory for the project, let's name it `example` in this case mkdir example cd example mkdir src # Create a virtual environment python3 -m venv…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.