Rinita Patra
Rinita Patra
  • Видео 6
  • Просмотров 68
How to connect Bootstrap with Django project
Bootstrap is a free, open source front-end development framework for the creation of websites and web apps. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs.
Просмотров: 29

Видео

Installing Django & Creating a new Project
Просмотров 139 часов назад
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It's designed to help developers take applications from concept to completion as quickly as possible
Introduction to a new word virtual environment
Просмотров 169 часов назад
A Python virtual environment (venv) is simply a directory with a particular file structure. It has a bin subdirectory that includes links to a Python interpreter as well as subdirectories that hold packages installed in the specific venv.
Python program using OOP
Просмотров 13День назад
Python program: Write a Python program using OOP to manage a list of students and their grades with following functionalities to add new students, update their grades, and display the list of students with their grades, taking user input In class-based, object-oriented programming, a constructor is a special type of function called to create an object.
Sum of the Digit of a number using C programming language
Просмотров 1114 дней назад
Sum of the Digit of a number using C programming language
Use of Modules
Просмотров 914 дней назад
Module is nothing but simply a file that contains python code. It can contain functions, classes, variables and code also...