Forum: Python Nov 10th, 2008 |
| Replies: 5 Views: 941 That's what I needed. Thanks!!!! |
Forum: Python Nov 10th, 2008 |
| Replies: 5 Views: 941 That's perfect. I think I was originally just creating a list. I could find anything good for docs on dictionarys (or python for that matter) online. The dictionary is great, and I can see how to... |
Forum: Python Nov 10th, 2008 |
| Replies: 5 Views: 941 Alright this is my first program in python, so be gentle. I have 2 files I need to basically combine to create a record in mysql. Features.txt has around 1300 records and property.txt has about... |
Forum: Shell Scripting Nov 8th, 2008 |
| Replies: 1 Views: 961 I'm trying to load some data I download from my real estate system. They have split out the features in a separate file. Here are my 2 files:
File1.txt (~25,000 records)... |