the PEP 8 advise :
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
list of scripts that needs name changes (and proposed replacement):
buildDNAalongAxis.py
build_dna_on_axis.py
computeParametersOfDNA.py
compute_dna_parameters.py
extend_DNA.py
extend_dna.py
mini_MC_DNA.py
mini_mc_dna.py
rotateDNAaroundAxis.py
rotate_dna_on_axis.py
Fpib.py
fpib.py (?)
applyscrew.py
apply_screw.py
extractAndFilter.py
extract_and_filter.py (?)
extractHelicoidalParameters.py
extract_helical_parameters.py
filterHelicoidalParameters.py
filter_helical_parameters.py
mini_MC.py
mini_mc.py
sampling_MC_metrop_prot_heligeom.py
sampling_mc_metrop_prot_heligeom.py (?)