# pythonStudy **Repository Path**: Yenjeanhung/python-study ## Basic Information - **Project Name**: pythonStudy - **Description**: puython学习内容 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-06 - **Last Updated**: 2025-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 本仓库是本人为《Python Crash Course》的中文版《Python 编程:从入门到实践(第三版)》所做的练习。 git地址:https://gitee.com/Yenjeanhung/python-study Python Crash Course - Third Edition === A Hands-On, Project-Based Introduction to Programming --- This is a collection of resources for [Python Crash Course, Third Edition](https://nostarch.com/python-crash-course-3rd-edition), an introductory programming book from [No Starch Press](https://nostarch.com) by Eric Matthes. Click here for a [much cleaner version](https://ehmatthes.github.io/pcc_3e/) of these online resources. If you have any questions about Python Crash Course, feel free to get in touch: Email: ehmatthes@gmail.com Twitter: [@ehmatthes](http://twitter.com/ehmatthes/) # 环境准备 ## 创建虚拟环境 conda create -n pythonStudy python=3.12.9 conda activate pythonStudy # 进度 12.1-12.3 25.10.5 12.4、12.5、12.6 12.6.1-3