# learning-python **Repository Path**: osforge/learning-python ## Basic Information - **Project Name**: learning-python - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-04-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearningPython 根据廖雪峰老师的 python 教程,在自学过程中,整理记录的一些语法精髓,提炼重中之重的内容。本学习笔记不适合编程新手,相对的更适合拥有其他语言编程基础的朋友为了掌握 python 来参考。 # 环境要求 因为教程的关系,要求至少 python3.7 以上,每个 py 文件能直接运行打印结果,方便检查结果。