I would like to add a new tutorial to the Python section about modules. I think there are a lot of great python tutorials that could be written but sticking within the keywords limits us. By adding a tutorial to explain modules, imports etc this allows us to write more complex tutorials using these tools.
For example, I would like to write a module about testing in Python. But this requires importing unittest or even installing pytest to do properly. So I think a pre-requisite workshop explaining how that works is the best next small step we can take. Happy to discuss further details in the thread, or I can put something together and we can review
I would like to add a new tutorial to the Python section about modules. I think there are a lot of great python tutorials that could be written but sticking within the keywords limits us. By adding a tutorial to explain modules, imports etc this allows us to write more complex tutorials using these tools.
For example, I would like to write a module about testing in Python. But this requires importing
unittestor even installingpytestto do properly. So I think a pre-requisite workshop explaining how that works is the best next small step we can take. Happy to discuss further details in the thread, or I can put something together and we can review