# python数学实验与建模 **Repository Path**: uranium235/python-mathematical-and-experiment-modeling ## Basic Information - **Project Name**: python数学实验与建模 - **Description**: 参照司守奎 孙玺菁编著的python数学实验与建模教材 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-02-09 - **Last Updated**: 2023-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Mathematical Experiments and Modeling 数学实验与建模 ### Getting Started 开始 These instructions will help you set up the project and understanding how the experiment is working. You'll see the file structure and what each file does. ### File Structure 文件结构 . ├── python-introduction       **Chapter 1**\ │       ├── before-learning.py                 **print()函数的操作**\ │       ├── bit-operation.py                 **二进制数的一些操作**\ │       ├── solve-sum-by-looping.py                 **Problem 1.4 on page 13 SIN problem**\ │       ├── list-operation.py                 **About data structure list, tuple, dict and set AND some useful inner functions**\ ├── data-process-and-vision       **Chapter 2**\ │       ├── array.py                 **numpy中数组类的操作**\ │       ├── array-attribute.py                 **numpy中数组类的属性**\ │       ├── array-index.py                 **numpy中数组类的索引与修改**\ │       ├── array-computing.py                 **numpy中数组类的运算**\ │       ├── fileIO.py                 **numpy中数组的存储文件与读取**\ ### Development Environment 开发环境 1. python version 3.7 2. dev tool pycharm ### How to Use 打开方式 0. I code the program with comments, so that it is easy to read. 1. Each package is one chapter in the book, and every file in the package could be a problem or note of one para. #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)