Started using godot 3-4 days ago with no coding exeprice. going well. i was focusing on one LONG tutorial plus GPT for clarifying my scripts. i wanted to follow a new tutorial now and maybe learn things from a different perspective but the one i foudn uses ver 4.3
is there a big difference between that ver and the current one to the point i might be tought wrong things?
There are no big differences. Conceptually, there are no big differences even between Godot 3 and Godot 4. The core knowledge (which is the most important thing) will translate well between versions.
However doing a tutorial in a non-matching version may results in gotchas caused by trivial differences between versions. If you’re a total beginner those may confuse you to no end.
So if you have a good tutorial for 4.3, just do it in 4.3.
Once your knowledge level is a bit higher you’ll have no problem translating between versions by consulting the documentation to account for eventual changes.