# python-crash-course-exercises **Repository Path**: hoolpbing/python-crash-course-exercises ## Basic Information - **Project Name**: python-crash-course-exercises - **Description**: No description available - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2021-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python 编程练习(教程:Python Crash Course) 这个代码库包含了我学习 Python Crash Course 第一部分完成的所有编程练习。第一部分共11章节,涵盖 Python 语言编程的基础知识,例如变量,列表和字典等。它们为数据分析和可视化奠定基础。 Python Crash Course 官方练习参考答案:https://ehmatthes.github.io/pcc_2e/regular_index/ 或者 https://github.com/ehmatthes/pcc_2e 。 Eric Matthes 作者的 GitHub 账号:https://github.com/ehmatthes 。 Python 可视化项目代码库:https://github.com/mrlizhaozhi/python-visualization-project/ 。