30 followers
Pythonista. Python developer.
Subscribe to my newsletter and never miss my upcoming articles
Java is a high-level language, like every other high-level language java is readable. Java was started as a project called Oak by James Gosling in June 1991. The goal was to implement a virtual machine and a language that has a similar C-like notatio...
With the conversations, I had with some friends last week about writing and creating a blog to share knowledge about what they are learning. I concluded that most beginners do not know the importance of writing while learning. This article is for be...
Introduction Django is a Model-View-Template (MVT) Structure Python framework, by convention when creating an application with Django, it starts with creating the Model, View then Template. MVT is a software design layout for web application developm...
Now that we have our app (news) created with our project (ablog) configured, we want to create our first template to confirm the Django app we just created is running perfectly before we dive into building our own blog app. Django is a web framework,...
In my previous article, I wrote about creating a Superuser in Django, If you haven't created your superuser, you can check it out here. Each application written in Django comes with a utility that automatically generates the basic directory structure...
Now that we have successfully completed the installation Phase, let's dive right into building our app. If you have not installed Django already you can check here on how to install Django and get started in creating your app. In this article I wil...