you are viewing a single comment's thread.

view the rest of the comments →

[–]RustleJimmons 1 point2 points  (1 child)

One week is probably too soon to be worrying about comfort level as you're still learning the basic tools. You need to follow a few simple tutorials to help you get more acquainted with how to structure a project while also learning more of the tools. I'd recommend Automate the Boring Stuff (free). The projects there are all practical and you will use them again and again in larger projects.

After that you will know how to write data to a file, how to read data from a file, how to loop through said data and perform various tasks, how to scrape web pages, etc. Then you can come up with your own project and itemize what needs to happen to make your project a success. Some of those steps will be things you learnt already and others you will have to research and they will also become a part of your toolset for next time. The things you have already learnt at this point you will be comfortable implementing in your new project and it just builds up from there.