Replit folder to illustrate how to programme in python.
.replit
file configure which script will be launched.
By default it is configure to run de STEP1.
To launch next step update the .replit
file
Simple python script to discover terminal, script, numbers and string, and simple operation.
More complexe script to parse list in a loop, compute simple mathematics metrics, and improve a first version bu using dedicated package.
Uncomment/Comment corresponding line in the .replit file.
More specialised script to manipulate object to read biological file.
Uncomment/Comment corresponding line in the .replit file.