For start building your own Python network application , you’ll utilize the `http.server` component. This default module enables you to rapidly host files from your local directory . Just open a terminal and go within the directory you need for share . Then, run the command `python -m http.server number ` where ` number ` is the chosen port –