I was python background and work as a junior data analyst. Recently I was interested on frontend development.
From all of the video tutorial I was watching, they are using something like Powershell or Console to create folder and various pre-template files. Even some library like Django.
Should I must learn that or is there any more beginner friendly way to do all these?
definitely try to become familiar with the console. Tools for developers (like Django) normally have a console interface rather than a GUI (graphical user interface).its good to know how to navigate the folders and run programs with arguments at least. I'm sure there are many great youtube tutorials on it. Good luck with your Web dev journey :)
I have found it useful and necessary to know some Command Line commands you'll have GUI options when it comes to source control: GitHub Desktop & SourceTree are two tools that come to mind.
Here is a list of Git GUI clients you might find useful: https://acodez.in/git-gui-clients/
Here is a list of useful Git commands for command line source control: https://dzone.com/articles/top-20-git-commands-with-examples
Good luck and happy coding!