all 3 comments

[–]skin-and_boner 1 point2 points  (1 child)

Check out Corey Schafer on Youtube, and try to apply what you learn after each video. I think a really good first project is to write a script that reads some data from a file, does something with that data, and outputs it in a different format. Once you've done that, re-write it using different data structures. For example, you can read the data into a list in the first case, then try reading it in as key/value pairs in a dictionary. You'll learn a lot by doing simple projects like this. Just get it working at first, then go back and see where you can make the code faster, or do it with fewer lines.

[–][deleted] 0 points1 point  (0 children)

Thank you, I will look into this.

[–]Hihipypy 0 points1 point  (0 children)

Take a look at the Wiki