- Python Programming Blueprints
- Daniel Furtado Marcus Pennington
- 66字
- 2025-04-04 17:21:31
Core functionality
Let's start by creating a directory for your module. Inside of the project's root directory, create a subdirectory called weatherterm. The subdirectory weatherterm is where our module will live. The module directory needs two subdirectories - core and parsers. The project's directory structure should look like this:
weatherterm
├── phantomjs
└── weatherterm
├── core
├── parsers