How to set Python Interpreter in Visual Studio Code on Windows April 25, 2022 • Guide First you need Python Project Virtual Environment Path: Open Command Prompt and navigate to Python Project folder by using below cd C:\Users... Read More →
How to import .py file in REPL which is placed on different path in Python 3 January 02, 2020 • คtเŦ Follow below steps for importing .py file in REPL (PowerShell, CMD). import sys sys.path.insert(1, 'C:/Users/Atif/PycharmProjects/... Read More →