Coder Social home page Coder Social logo

abdulkhader07 / datapoint_practice Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.68 MB

using django as framework , to build full stack projects.

Python 3.32% HTML 0.06% Jupyter Notebook 96.62%
django django-application django-project python django-admin django-rest-framework heatmap-visualization machine-learning matplotlib model-selection pandas pandas-dataframe preprocessing seaborn sklearn analytics linear-regression randomforestclassifier

datapoint_practice's Introduction

datapoint_practice

Using django as framework , to build full stack projects.


MVT

Django uses mvt method for doing all the tasks.
M- model - database,
v- view - business logic,
T- Template - frontend - html css,

Django is a framework

Django is a open source web framework.

  1. It is written in python
  2. It follows the model-view-template architecture pattern.
  3. It is maintained by Django softwares

features of Django

  1. Fast
  2. fully loaded
  3. Security
  4. Scalability

Command for Django (which are written in command prompt)

--> How to creatre a folder or project <--

django-admin startproject newproject

#here newproject is our folder or project name , so we can write any name

--> then enter inside that project to create an application <--

cd newproject

--> How to create a application <--

python manage.py startapp admins

#here admins is our application name , so we can name it anything but admins is a very good name

--> How to run the server <--

python manage.py runserver 
@@above commands are the basic commands which we must have to do when creating aproject@@
@@runserver is to check that the created project is running or not@@

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.