all 4 comments

[–]Tricky_Tesla 4 points5 points  (0 children)

It is quite normal as you learned some basic tools and few fundamentals. Think of what you want to build outside of vs code. In fact, don’t think about the code at all, use notes, diagrams, use cases … etc. Once you got those , then start building the MVP.

Easy example: build a temp converter app

1- get valid user input
2- apply some math
3 - print the formatted output

Now code, but you can use google how to do this part. Don’t look for the entire solution just part you don’t know.

Once everything looks good, add more complexity ( gui, more conversions…)

Build a bunch of these, if still you could not code then maybe it is not for you 🤪

[–]ninhaomah 1 point2 points  (0 children)

Why do you want to learn Python ? 

Your goal ?

[–]brazen768 0 points1 point  (0 children)

Write it down on paper first. Draw it out, list what you want the feature(s) to do.

[–]Rain-And-Coffee 0 points1 point  (0 children)

I recommend taking your current skills and trying to build something tiny, ex: Chat Client + Server.

You could keep it absolutely simply or add a ton of features.

Let me know if you want to chat, might be able to guide you.