# python-tutorial **Repository Path**: nc-mcu/python-tutorial ## Basic Information - **Project Name**: python-tutorial - **Description**: python语言教程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-31 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reference ``` https://liaoxuefeng.com/books/python/basic/list-tuple/index.html https://www.yuque.com/icheima/python/tuple ``` # precompile project ``` 1 python -m compileall . 2 replaced with __pycache__/*.pyc ``` # self module ## enable http server ``` python -m http.server 9999 ```