-
🐱🏍 Here almost every
Pythonfiles are my Practice files. I learn all these from differentWebsites,Apps,Online-Coursesand from myTeacher. -
Python VSCodesetup ♨ - READ
🐱👓 Official Docs
🐱🐉 Project Jupyter , Google Colaboratory
- Inside
pythoninstallation directory underscriptfolder then setup an environment variable ofscriptfolder
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 variableon system first.
"python.pythonPath": "python"`