# python3 **Repository Path**: cn-loongson/python3 ## Basic Information - **Project Name**: python3 - **Description**: python3的包迁移 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-24 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python3-陈海峰 ### 介绍 ``` 内容说明:python3的生态及应用包的编译及简单应用,主线是python3.8.1,近期会迁移到3.8.2 最后更新:20200224 ``` ### 软件架构 ``` python是web页面、图形处理、云计算、大数据、AI等都要到用的编程语言 ``` ### 包迁移 ### ``` 源代码目录中有changelog.md文件用于记录代码修改说明 ``` **python3.8.1包迁移及应用** ``` 1.源码 https://gitee.com/cn-loongson/python3/blob/master/python3.8.1 2.安装 https://gitee.com/cn-loongson/python3/blob/master/docs/python3.8.1-install.md 3.用例 https://gitee.com/cn-loongson/openstack/blob/master/docs/using-python3.8.1.md ``` **matplotlib3.1.3包迁移及应用** ``` 1.源码 https://gitee.com/cn-loongson/python3/blob/master/matplotlib3.1.3 2.安装 https://gitee.com/cn-loongson/python3/blob/master/docs/matplotlib3.1.3-install.md 3.用例 https://gitee.com/cn-loongson/openstack/blob/master/docs/using-matplotlib3.1.3.md ``` #### 说明 ``` 1. loongnix在20200224的python版本3.4.1(最终编译2017年11月30日) [loongson@localhost ~]$ rpm -qi python3 Name : python3 Version : 3.4.1 Release : 17.fc21.loongson.2 Architecture: mips64el Install Date: 2019年04月17日 星期三 10时14分05秒 Group : Development/Languages Size : 36715 License : Python Signature : (none) Source RPM : python3-3.4.1-17.fc21.loongson.2.src.rpm Build Date : 2017年11月30日 星期四 18时29分50秒 Build Host : loongson3a-builder09 Relocations : (not relocatable) Packager : Loongson Vendor : Loongson URL : http://www.python.org/ Summary : Version 3 of the Python programming language aka Python 3000 Description : Python 3 is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. 2. xxxx 3. xxxx ```