Lesson 1 of 1
In Progress

MC202602: Python Meeting 05: Purchase orders for suppliers whilst blocked

admin May 12, 2026

Python Meeting Replay

Python Meeting PDF

Set-up the python project

Option 1: Download files manually

1.1: Create folders

Folders to create in your project root:

Folder to create inside 02_PROGRAMMES:

1.2: Files to put inside the 01_SOURCES folder

1.3: Files to put inside the 02_PROGRAMMES folder -> python files: change extension to .py

1.4 File to put inside the 02_PROGRAMMES folder -> requirements.txt

1.5: File to put inside the 02_PROGRAMMES folder -> pyproject.toml

1.6: File to put inside the 02_PROGRAMMES folder -> .env — change extension from .env.example to .env

1.7: File(s) to put inside the Z_SHARED_FUNCTIONS folder

1.8: File(s) to put inside the 03_RESULTS folder

Option 2: Download zip file from GitHub

Option 3: Clone the project from GitHub

Python Cheat Sheet – including GitHub instructions

Responses

Your email address will not be published. Required fields are marked *