+ 1
Python is just tip of ice berg? Need advice on the direction where I am going.
First of all I am a newbie. After some time tinkering with python I decided to create a web and i found out that python have web application like django, flask and etc. (Interested with django) My question: 1. Do I have to learn django to create nice web app? 2. I find it very difficult for some reason to learn django any advice? 3. What are the benefits of learning django?
3 ответов
+ 1
Assume that, you have completed python basics. it will be very beneficial to learn Django if you have planned to go further with python. There are lots of benefits that's why it's one of the best for webapp development. If you have tried a lot from books and can't get it, you need to see a small project video and try yourself.
+ 1
1. Yes you need to learn django or any other web framework to create websites.
2. Before diving in, you must understand the MVT (Model View Template) architecture well. This would help you understand url routing, calling views and rendering the requested page.
3. You would be equipped with one of the most in demand skills.
+ 1
Thank you for your reply Manish and Avinesh