The Python Project Structure
===================================================================================================================
_PythonProjectStructure Repository._
_Copyright 2020 ~ PeTrA. All rights reserved._
## 01. Introduce
This project is the basic python project structure for beginning python programming. Python is very useful computer language. So I think the needs of python programming structure for starter. Let's study with me.
* _Structure Map_
![01 map](https://user-images.githubusercontent.com/33143731/111482413-3978ad00-8777-11eb-851a-6f3979100cf6.png)
## 02. Description
* _docs(documents)_
This directory is documents directory if the project.
* _rsc(resource)_
This directory is dictionary or meta data.
* _src(source)_
This directory is main source code.
* _package_
This directory is the package of the main code.
* _tests_
This is test directory.
### Reference) What is the "\_\_init\_\_.py" ?
The _\_\_init\_\_.py_ is to declare that the directory is a package. In source, it will find the _\_\_init\_\_.py_ file, and know about program code's run area.
没有合适的资源?快使用搜索试试~ 我知道了~
PythonProjectStructure:基本的Python项目结构
共10个文件
py:5个
txt:4个
md:1个
需积分: 34 4 下载量 179 浏览量
2021-03-20
19:38:27
上传
评论 1
收藏 4KB ZIP 举报
温馨提示
Python项目结构 PythonProjectStructure存储库。版权所有2020〜PeTrA。版权所有。 01.介绍 这个项目是开始python编程的基本python项目结构。 Python是非常有用的计算机语言。所以我认为python编程结构对于初学者的需求。让我们一起学习。 结构图 02.说明 docs(documents)该目录是项目的文档目录。 rsc(资源)该目录是字典或元数据。 src(来源)该目录是主要的源代码。 包裹该目录是主要代码的软件包。 测试这是测试目录。 参考)什么是“ __init__.py”? __init__.py用于声明该目录是一个包。在源代码中,它将找到__init__.py文件,并了解程序代码的运行区。
资源详情
资源评论
资源推荐
收起资源包目录
PythonProjectStructure-master.zip (10个子文件)
PythonProjectStructure-master
docs
README.txt 120B
tests
package
README.txt 151B
__init__.py 144B
test_main.py 136B
src
package
README.txt 0B
main.py 130B
__init__.py 147B
rsc
README.txt 118B
setup.py 133B
README.md 1KB
共 10 条
- 1
八普
- 粉丝: 36
- 资源: 4551
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0