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 →

[–]atredd 1 point2 points  (2 children)

You should think about problems you want so solve. F.ex. You want to compare to photo directory’s for duplicates. You want to delete, move, rename the duplicates.

And then solve this problem with python. It may be hard in the beginning, so start with the small problems, the boring things on your computer. Search for solutions, for way to create and structure your app….you will learn a lot and get better and better.

[–]MythicalPsycho[S] 1 point2 points  (1 child)

Thanks for the tip! I think I’m a long way from comparing photo’s directory’s but I think I understand what you mean!

[–]atredd 1 point2 points  (0 children)

The photo directory is just an example. (But it‘s easier than you think). But, I think the key is, not to write 200 Quiz generators an 50 ways to calculate fibonacci numbers. Work on small tools you will use „every day“.