apex1
Regular Member
- May 29, 2015
- 217
- 182
Hey guys I'm working on a craigslist poster and I need to know the best way to handle data..
I'm thinking about make 1 folder per ad, then having a text file for title, desc, price - does that make sense? From there how should I load them into Python?
Do I use a dictionary or some kind of special list?
Need advice.
Cheers!
- ad title
- ad description (multi-line)
- price
I'm thinking about make 1 folder per ad, then having a text file for title, desc, price - does that make sense? From there how should I load them into Python?
Do I use a dictionary or some kind of special list?
Need advice.
Cheers!