181 followers
A unique blend of social work graduate and self-taught programmer. I wish to empower and support all who are trying to learn to code, especially women. Fan of Python and good friend with CSS.
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...
Uploading an image, using packages, pagination, customizing admin ยท This is the second part of Fluent in Django series. We're going to upgrade the code...
You're thinking about switching your career and become a programmer, but you have no idea where to start? Are all the buzzwords confusing and you...