Is Django what I need ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is Django what I need ?

I worked on a local app with Python 3. This app uses data stored in large .txt files. I thought I could build an html local page to have a visual interactive interface with forms for my project. I read about CGI on forums, and about django. If someone can tell me the basics about it, I would be so glad ! Is django the right tool ?

18th Oct 2017, 11:41 PM
Cépagrave
Cépagrave - avatar
3 Answers
+ 2
Thank you Niush sitaula ! To continue here with my question : the thing is I don't exactly get the idea of what Django is made for, even after googling it. So can you tell me in short words ?
19th Oct 2017, 8:24 AM
Cépagrave
Cépagrave - avatar
+ 1
If you know Python, Django is exactly what you need. As Python is increasing popularity, Django is also getting popular, and more and more better. Although, Django is quiet harder then php, it gives you more facility. But, For Java lovers Spring MVC is great.
19th Oct 2017, 3:11 AM
Niush
Niush - avatar
0
It can make almost any kind of Web Application and Dynamic websites. It is a good replacement for Php. Django uses MVC structure, thus all the folders are created itself, working with Django is very rapid. These are some completely different websites built with Django: Instagram Bitbucket Mozilla Firefox Pinterest So, you can see Django can make almost anything.
19th Oct 2017, 6:36 PM
Niush
Niush - avatar