Category Archives: python

Python Startup

Setup a new python I used the information from this link https://jeffknupp.com/blog/2014/02/04/starting-a-python-project-the-right-way/ Install Python First find out where the Python is installed. In my computer i installed it here C:\Users\<user name>\AppData\Local\Programs\Python\Python36-32\Scripts Add this to the PATH variable so that it will be helpful in setting up the virtual environment. Open the command prompt and go […]

Posted in python