I've recently begun learning my first programming language (python) and was wondering if anyone had any advice on how to improve. I do understand the very basics of python, this is basically what I know so far:
-Loops (For loops and while loops)
-Basic functions (like multiplying a number or similar)
-if/elif/else statements
-Basic formatting like using [], {}, f"", int, str, bool etc
-Basic use of .append and .remove feature
I've been able to make a few basic codes with this and I find it a lot of fun, but when it comes to codes that are a little more complex I easily get overwhelmed, even if it only includes these things above that I already know.
So for those of you who has learned from scratch, what is your advice for me?