Introduction to Django (Part 5)
#Python #Programming #Beginner #Django
Templates in django are responsible for outputting our intended data. It's the frontend of our system, for in templates you can use any frontend framework you desire. In this articles we will get into templates and we will be using …
Read More
Introduction to Django (Part 1)
#Python #Programming #Beginner #Django
Django is a free, open source web framework written in the Python programming language and used by millions of programmers every year. Django is robust enough to be used by the largest websites in the world–Instagram, Pinterest, Bitbucket, Disqus–but also …
Read More
Introduction to Django (Part 2)
#Python #Programming #Beginner #Django
We'll start off by creating our django project in our specified location which you had created in in our first part. Incase you missed that go back and start this series; Introduction to Django(Part 1) To create a project in …
Read More
Introduction to Django (Part 3)
#Python #Programming #Beginner #Django
To create a table we have to create a class and give it a name, and make sure the name doesn't have any whitespace if you need to create a table with two words or more use an underscore to …
Read More
Introduction to Django (Part 4)
#Python #Programming #Beginner #Django
In this article we will continue from where we left, and that's registering our models to our admin panel so that we can CRUD functionalities from our admin dashboard. Hope you have your models.py file ready as we did in …
Read More
5 Python Tricks And Tips
#Productivity #Python #Tricks
Hey there, in this article I'll show you some quick python tips and tricks which will make your life more easier and help you write better code in python. Let's get started
Read More
What's New in Python 3.9
#Productivity #Python #Programming
Python programming language has been with for quite a long time and now there is version 3.9 and we are asking ourselves what is this that has been added into this new version.
Read MoreSubscribe To the Mailing List
Get the Most Featured Article of the Week right in Your Mailbox, Once A Week
You can unsubscribe at any time