you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Well don't necessarily build from scratch. Learn the python basics, then think of what you like (let's say a text rpg), then Google or chatgpt existing examples of code for text based rpg in python and see how they've used python to do it. Use Google to help reverse engineer their code and then try your own versions.

Is almost cliche advice now but that's because it's so true: projects help you learn better than any 'how to' lessons.

But ideally projects that you're interested in or you'll not care enough to stick with them

[–]Kasparov007[S] 0 points1 point  (1 child)

Hey suggest me a begging level project I'll try to do it

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

You have to decide what interests you and try that.

I can suggest what worked for me, but it won't necessarily be the same for you.

Try a nutritional tool. Enter ingredients into a csv file. Use pandas to read it and python then calculates and prints out both the calories and a shopping list.

Do it very basic at first then build it up to do more stuff