-
🐱🏍 Here almost every
Python
files are my Practice files. I learn all these from differentWebsites
,Apps
,Online-Courses
and from myTeacher
. -
Python VSCode
setup ♨ - READ
🐱👓 Official Docs
🐱🐉 Project Jupyter , Google Colaboratory
- Inside
python
installation directory underscript
folder then setup an environment variable ofscript
folder
pip install notebook
- Now, inside the directory run -
jupyter-notebook
HR -> HackerRank
HE -> HackerEarth
CF -> CodeForce
├───.vscode
├───02_Variables-Expressions
├───03_Conditional
├───04_Functions
├───05_Loops-Iteration
├───06_Strings
├───07_Files
├───08_Lists
├───09_Dictionary
├───10_Tuples
├───11_Regex
├───12_Networking
├───Algorithms
├───HR.Python
├───Programs
└───_Files
- With absolute path-
"python.pythonPath": "c:\\App\\Python\\Python39\\python.exe"`.
- With relative path but, In this case we have to set
python environment variable
on system first.
"python.pythonPath": "python"`