I'm an old assembly coder trying to join the 21st century. I'm not really trying to get you to write my program for me, just wondering if any of you can point out the best references to use, as there seem to be more Python books and courses on the market than there are people on Earth.
Essentially, what I need to do is take IOC files (Mandiant's OpenIOC format) as input, and output the information to a database. Since I'll be building a fresh machine to handle this, I'm open to suggestions on the best database software to use, but at this point, I'm planning for SQLite.
Can anyone give me a push in the right direction in regards to a good desk reference or 'down and dirty' course? I plan to learn the language more comprehensively, but I need to be able to push this program out pretty quickly in the meantime.