Issue
I am new to web-sites field and I was wondering if you can make a simple personal website using only python (NO HTML, CSS, JS) and flask. I was searching a bit on the internet and didn't find any good examples.
Is it possible? And if it is any code examples?
I vould appreciate if you have any suggestions or exaples.
Here is what I want my website to look like(it doesn't need to have this many functions): https://palletsprojects.com/
Solution
Flask can be used for making realy simple websites with only basic text on them. But if you want a more developed website with more functions and a nicer desing you need to use html and css, and than you can use flask and python to implement 'logic' to them.
Here is a python flask tutorial:https://www.youtube.com/watch?v=MwZwr5Tvyxo
Answered By - gasper_vaupot
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.