First Download Python exe from https://www.python.org/downloads/
Python Default Installation Location.
C:\Users\ramasubbareddy.m\AppData\Local\Programs\Python\Python37
Above mentioned path will be default path. If you don’t
select any customized path while installing the python it will install in the
above mentioned default path.
How to install/Import
Python Packages:
Open command window and enter into the python installation
path.
We need to use “Pip” command to install any packages in Python.
Note: We
no need to install manually any in-build packages. We need install only the
external packages using “Pip” command.
Here I will show you how to install “pymssql” python package which is used to connect MS SQL from python
source code.
Now you can use pymssql python package to connect SQL Server
from you Python IDE.
How to Use IDE to
build Python Programs:
No comments:
Post a Comment