Search Results

1
vote
2answers
606 views

Reading quicken data files

Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files. @Swati: Quicken …
7
votes
10answers
2k views

How do I keep Python print from adding spaces ?

In python, if I say print 'h' I get the letter h and a newline. If I say print 'h', I get the letter h and no newline. If I sa …