I have become really interested in creating a web app and was about to embark on the journey of learning Javascript, which I may still do, however having watched some experienced coders one peace of advise stuck out: LEARN ONE LANGUAGE AND LEARN IT WELL
It makes sense, Ive really only just scratched the surface of what python can do and my skills are still pretty basic, so I am going to stick with my Python learning and create some web pages and eventually web apps with Python!
So today I am learning about flask, the Python package that allows you to create html pages in Python. Im starting with a simple one page html page with a simple welcome message and I am using VScode:
You can see the code on my Git: https://github.com/dark-cloud-aus/Simple_Flask
I will spend this weekend building on this simple template and see where it takes me