187 followers
I'm passionate about learning new things -- both for myself and for teaching others. I'm a fan of Python and Django and want to know everything there is about those two.
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...