Articles

Python OOPs Concepts

An object-oriented paradigm is to design the program using classes and objects. The object is related to real-word entities such as book, house, pencil, etc.The oops concept focuses on writing the reusable code..

  • Python
  • 540 Views

Python Data Types

Variables can hold values, and every value has a data-type. Python is a dynamically typed language; hence we do not need to define the type of the variable while declaring it..

  • Python
  • 629 Views

How to Install Python 3.9 on Ubuntu 20.04, Linux Mint 20

A simple guide to install python 3.9 on ubuntu 20.04, Linux Mint 20, 20.1, 20.2, 20.3.

  • Python
  • 634 Views

Set Up a new Django Project on Ubuntu 20.04

A simple step to setup a new django project to get started, Set Up a new Django Project on Ubuntu 20.04,.

  • Django
  • 643 Views

Introduction To Django

Introduction to Django, a python Web Framework, Features of Django web framework, Why Django, it takes care of much of the hassle of web development..

  • Django
  • 967 Views