KO
Koushikon/Programs.Python
These Python Programs are my Learning, Practiced, Solving Challenge and Algo Implementation studied from different sources.
Python Programs & Notebooks
-
π±βπ Here almost every
Pythonfiles are my Practice files. I learn all these from differentWebsites,Apps,Online-Coursesand from myTeacher. -
Python VSCodesetup β¨ - READ
Python Docs
π±βπ Official Docs
Python Notebook Online
π±βπ Project Jupyter , Google Colaboratory
Python Compilers Online
π΄ββοΈ Replit , Programiz
Installing Jupyter Notebook with pip Package manager
- Inside
pythoninstallation directory underscriptfolder then setup an environment variable ofscriptfolder
pip install notebook- Now, inside the directory run -
jupyter-notebookRepository Structure
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
ββββ_FilesInside VSCode settings.json configure | π£ Python Path
- 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"`