Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 616 Bytes

TOPIC_STRUCTURE.md

File metadata and controls

19 lines (17 loc) · 616 Bytes

The topic tree

  • Create a basic and advanced folder under topic, for example python topic, we will have folder structure below:
├── python
│   ├── README.md
│   ├── advanced
│   │   └── examples
│   │       ├── 01-factorial-calculator.py
│   │       ├── 02-parse-json-file.py
│   │       ├── 03-oop-with-animal.py
│   │       ├── 04-api-call.py
│   │       ├── README.md
│   │       └── sample_files
│   │           └── persional_info.json
│   └── basic
│       └── helloworld.py