# python-demo **Repository Path**: codecomb/python-demo ## Basic Information - **Project Name**: python-demo - **Description**: python学习使用 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-demo 将模块添加到python的搜索路径 (默认 E:\\Python\\Python36\\lib\\site-packages) python shell >>> import sys >>> sys.path >>> sys.path.append("E:\\Python\\PythonSpace") //使用IDLE时需要配置 >>> import timeit >>> import.__file__ 查看模块的路径 >>> dir(timeit) >>> help(timeit) 帮助文档 文档: http://blog.csdn.net/a87b01c14/article/details/51546727cmd pip install pymssql 安装mmsql