Python Django - Data Visualization using matplotlib - Plotting IPhone sales data for last five years

Опубликовано: 19 Октябрь 2024
на канале: Techlearners By Neeraj Saxena
314
6

#techlearners
Python Django - Data Visualization using matplotlib - Plotting Iphone sales data for last five years

Prerequisites
1 python django setup
2 python django project
3 installed matplotlib
pip install matplotlib

Step 1 Create view in views.py to store data

Step 2 Display data in index template

step 3 Create graph in index view in views.py

Step 4 DIsplay graph using index template file

Step 5 Run server to view chart
python manage.py runserver


TECHLEARNERS BY NEERAJ SAXENA