GitHunt
KO

Koushikon/Programs.Python

These Python Programs are my Learning, Practiced, Solving Challenge and Algo Implementation studied from different sources.

Python Programs & Notebooks

Python Image

 Open in VS Code
 Lines Of Code

  • πŸ±β€πŸ Here almost every Python files are my Practice files. I learn all these from different Websites, Apps, Online-Courses and from my Teacher.

  • Python VSCode setup ♨ - 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 python installation directory under script folder then setup an environment variable of script folder
    pip install notebook
  • Now, inside the directory run -
    jupyter-notebook

Repository 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
└───_Files

Inside 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 variable on system first.
"python.pythonPath": "python"`