#python
Read more stories on Hashnode
Articles with this tag
Intro Django is an MTV framework. Instead of MVC (Model, Views, Controller), it uses Model, Template, and View. The View is a Python function that...
Prerequisites You will need the basic knowledge of Django. If you don't feel comfortable with Django yet, try this beginner-friendly tutorial. Django...
Intro Django templating language (Django's default out-of-the-box templating language) comes with dozens of tags that make your template powerful and...
What is list comprehension List comprehension is a concise way used instead of for-loop when you want to create a new list based on another iterable...
Intro Knowing a language will only get you so far. If you have to build everything by yourself, you'll never get things done before the...
Intro When you start learning you create an application, maybe even deploy it on some free server, but that's it. There is no unsatisfied customer...