About Django, how to solve it
About DjangoI heard that Django is a very useful web framework written in Python. I am going to use PHP to develop a website. I’m looking for a better framework. Excuse me, can this Django be used only in Python development, or can it be used in all web development? Can I use Django in PHP development? ——Solution——————– Reference Being a Python Web framework, Django requires Python. ——Solution——————– Django is a Python web framework. I personally think it is faster to develop with PHP. I have developed with Django once before, but it is more difficult without a Python foundation. It took me a long time when I first started using Django. Django is based on the mvc model. If you are a novice, it is recommended not to use it, because you don’t even know why you need mvc and what are the benefits of mvc. However, python’s data structure is very powerful and very easy to use. If you are proficient, you can use django very quickly. , and I personally feel that python is born with linux, so. .
About Django, how to solve it
About DjangoI heard that Django is a very useful web framework written in Python. I am going to use PHP to develop a website. I’m looking for a better framework. Excuse me, can this Django be used only in Python development, or can it be used in all web development? Can I use Django in PHP development? ——Solution——————– Quote Being a Python Web framework, Django requires Python. ——Solution– ——————Django is a web framework for python. Personally, I think it is faster to develop with php. I have also developed it with django once before. , but it is more difficult if you don’t have a python foundation. It took me a long time when I first started using django. Django is based on the mvc model. If you are a novice, it is recommended not to use it, because you don’t even know why you need mvc and what are the benefits of mvc. However, python’s data structure is very powerful and very easy to use. If you are proficient, you can use django very quickly. , and I personally feel that python is born with linux, so. .