# python_learn **Repository Path**: hellojaylee/python_learn ## Basic Information - **Project Name**: python_learn - **Description**: python学习笔记 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python笔记 参考:https://www.runoob.com/python/python-tutorial.html ### 环境变量 + PYTHONPATH python搜索路径,import的包都在该路径寻找 + PYTHONSTARTUP 启动后执行该路径的脚本 + PYTHONCASEOK 导入模块时不区分大小写 + PYTHONHOME 另一种模块搜索路径