# TM2024Python **Repository Path**: best_tea/tm2024-python ## Basic Information - **Project Name**: TM2024Python - **Description**: Python 教学TM2024 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-06 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 土木学院2024 ## README # This is the First Python Lesson ## 第一章 概述 ### 1.1 软件安装 - Anaconda - git - visual studio code - python - jupyter notebook **windows命令操作** cd 改变目录 md 新建目录 . 当前目录 .. 上级目录 copy frompath topath 例如 copy 第一课_基本数据结构.ipynb ..\testworkspace2024 ***git 命令操作*** + git checkout 分支切换和版本的切换 + git checkout -b newbranch 建立新分支 + git branch 查看所有的分支 + git add . + git commit -am /-m + git log 查看log + git reflog 查看指针的log + git show 具体对象的细节 + git push origin master + git push origin ### 1.2 数据初步