Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

vscode python workding directory

{
    "version": "0.2.0",
    "configurations": [
    {
            "name": "Python: Current File (Integrated Terminal)",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "cwd": "${fileDirname}"
    }, 

    // my launch.json file was auto-generated by VS Code
    // in the directory of my current "Open Project". 
    // I just edited the file manually to add "cwd": "${fileDirname}"
}
Comment

PREVIOUS NEXT
Code Example
Python :: string acharacters count in python without using len 
Python :: download image from url 
Python :: group by 2 columns pandas 
Python :: add python to path 
Python :: python *x 
Python :: python check if array 
Python :: python requests no certificate example 
Python :: what does % do in python 
Python :: arithmetic in python 
Python :: How to install packages offline? Ask Question 
Python :: image resize in python 
Python :: maior valor lista python 
Python :: up and down arrow matplotlib 
Python :: binary python 
Python :: max of a list python 
Python :: Check status code urllib 
Python :: add option in python script 
Python :: how to convert python to exe 
Python :: keras model compile 
Python :: Shapes (None, 1) and (None, 5) are incompatible 
Python :: code for merge sort 
Python :: random choice sampling numpy 
Python :: how to plot kmeans centroids 
Python :: swapping in python 
Python :: power of array 
Python :: jupyter notebook spark 
Python :: how to count repeated words in python 
Python :: django bootstrap 
Python :: django sign up 
Python :: jupyter today date 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =