Git Product home page Git Product logo

pythonprojectmodeldemo's Introduction

程序目录结构说明

  • demo
    • 该目录是用来放置python程序使用的
    • __init__.py
      这个是让程序认定该部分是一个py包,必须要有的文件
      ps:暂时先设定为空,到时候所有程序进行统一处理
  • docs
    • 包的参考文档
  • script
    • 该目录是用来添加部分可执行脚本程序的
  • test
    • 该目录是用来添加测试文件的
  • requirements.md
    • 该文件内为需要加入一下项目依赖的py程序,这个不用开发者来处理,管理员会定期进行更新
  • setup.py
    • 打包和发布管理
      ps: 暂时先不进行处理

程序环境说明

  • python版本需要使用 3.x(3.7以上) 版本

环境安装与设置

pythonprojectmodeldemo's People

Contributors

deansun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.