Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Reed O'Brien
has contributed to:
How can I get Python to spell out numbers 0-999 using dictionaries, but not entering every number?
how can i create linked list in python
directory path
get directory
Unable to run the command os.system("copy C:\1.txt D:\2.txt") in Windows ?
How do I read a text file containing lines of 5 integers into a list of lists but not as strings?
I need to compare two lists, but i did not find any api for that.. can you please help me out.
If i have a simple film database, how can i allow a film to be removed by index?
How do I convert [ 'abc' '4' '4000' 'def'] to ['abc' 4 '4000' 'def']? i.e convert the 4 to integer.
using os.system to run Blast within python script
How can I kill a sub-process in Windows, from a python script ?
how to count the substring of same type of letters from the whole string?
Is there a StringBuffer-Class (as in Java, a mutable string if you want) in Python?
How does runs Python 2.x on Windows multi CPU machines?