+ 8
What is Django? How it is related to python?
6 odpowiedzi
+ 10
well, actually you can, but django provides you a lot of fitures which makes it easier to write code
+ 10
this article might help you , also, consider that there are more python frameworks, Flask is also a good one, and it is easier to learn https://www.wired.com/2010/02/get_started_with_django/
+ 10
Firstly you should get some middle understanding of pure python,maybe some oop principles and then you are ready to go for django, or flask (you will learn better code on python by practice on those frameworks) but you must now some basic front end like css and html
+ 9
Django is a python framework which provides you possibility to write your back end code for websites on python
+ 5
Can you explain it? what is framework? can't i just use pure python instead?
+ 5
Thanks bro. That means i have to learn pure python and then all the frameworks to complete learning python?