If you are thinking about learning Python or if you have just started learning it, you can ask yourself: "Exactly what can I use for Python?" Well, this is a difficult question to answer, as there are a lot of applications for Python. But over time, we have noticed that there are three main popular Python applications: Scripting Web development Data Science (comprises including data analysis, data visualization, and machine learning) Let's talk about web Development all in turn. Web development Python-based web frameworks such as Django and Flask have recently become very popular for web development. These web frameworks help you generate server-side code (backend code) in Python. This is code that runs on your server, as do user devices and browsers (frontend icons). If you are not familiar with the difference between a backend code and a frontend code, please see the footnote below. But wait, why do we need a web framewor...
Comments
Post a Comment