Posted in100DaysOfCode
100 Days of Python, Projects 54-57 #100DaysofCode
Back to web development again, but with a different twist this time. Instead of scraping things, we're learning Flask, to produce little Python based Websites. In doing these exercises, I find I am kind of wondering why one would use Python over say, Apache, or NGINX or even IIS. I can sort of see where it's useful, and maybe later we will get to more of it's usefulness. My primary issue is that the HTML code part of it ends up being VERY specifically Flask based. Like flask looks for images and CSS in specific folders. Plus if you use…