0
Can I use python for web development?
4 Answers
+ 2
Yes, search django.
you will not be regretful
+ 3
For sure.
There are python framework that you can use for web development.
For example: Flask,
Flask is really popular these days
https://medium.com/@toivo1996/why-you-should-learn-flask-in-2019-2424b1980cec
+ 3
Yes,you can use it but it's better to use: javascript,html,css and php
Because,6 Reasons why Python is not suitable for starting web programming:
1- Simplicity in writing code is not always enough, it should be easy to execute!
The fact is that running a Python application on a server has its own problems, and it's not easy to upload files and then run code by the web server, and there is a need for more software to run the program.
2- It is possible to install it only on special hosts
3- The cost of establishment is important along with the cost of development
Python applications require special hosts to run, which are more expensive, and we can't use the usual low-cost, low-cost shared hosts. On the other hand, the host may have limitations such as the number of running Python applications and similar problems.
4- You can't easily build your own system
5- Python tools are complex to start with
6- Python applications have different executable models
đđđ
0
Thank you everyone for your response! Keeping your suggestions in mind, I am learning python3 first. Then I will move on to HTML, CSS and JavaScript :)