Skip to content

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

Notifications You must be signed in to change notification settings

Koushikon/Programs.Python

Repository files navigation

Python Programs & Notebooks

Python Image

Open in VS CodeLines 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"`

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published