Python is just tip of ice berg? Need advice on the direction where I am going. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

18th May 2020, 2:52 PM
Gabriel Ng Ming JIn
3 Answers
+ 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.
18th May 2020, 3:33 PM
Manish
Manish - avatar
+ 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.
18th May 2020, 3:45 PM
Avinesh
Avinesh - avatar
+ 1
Thank you for your reply Manish and Avinesh
19th May 2020, 1:21 AM
Gabriel Ng Ming JIn