changing file extension in python
Posted
by user343934
on Stack Overflow
See other posts from Stack Overflow
or by user343934
Published on 2010-05-24T20:19:14Z
Indexed on
2010/05/24
20:21 UTC
Read the original article
Hit count: 235
Suppose from index.py, i have post file .fasta to display file. I want to change .fasta file extension to **.aln in display file. How can i do it?
I am working right now on python cgi.
Thanks for listening
© Stack Overflow or respective owner