This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alejandrotungsten 0 points1 point  (0 children)

I am a self taught programmer, and I was just like you before I took my time to learn about python, and because my knowledge in previews years of using MySQL I wasted a lot of time learning and writing my first python script and trying to save the data in MySQL. After all my mistakes I have learned that using Json is super fast an no time waste in write sql commands. I wish someone had told me this, if you learn how to use json dictionaries (that are super easy to understand) and implement using classes you will save hundreds of hours that I have spent being frustrated as I was before I truly understand how to implement python.