• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu
+ 1

Python Flask

how to get data from excel and print them in Charts

pythonexcelchartsflask
10th Oct 2019, 10:50 PM
yeswant padala
yeswant padala - avatar
1 Respuesta
+ 7
Some libs for working with excel files (data extraction): http://www.python-excel.org/Home https://realpython.com/openpyxl-excel-spreadsheets-python/ You can then use library such as matplotlib for generating graphs: https://towardsdatascience.com/matplotlib-tutorial-learn-basics-of-pythons-powerful-plotting-library-b5d1b8f67596 You can then use the plot.savefig method to save as various formats: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.savefig.html
11th Oct 2019, 6:58 AM
Burey
Burey - avatar

¿Tienes a menudo preguntas como esta?

Aprende gratis de forma más eficaz

  • Introducción a Python

    7,1M de estudiantes

  • Introducción a Java

    4,7M de estudiantes

  • Introducción a C

    1,5M de estudiantes

  • Introducción a HTML

    7,5M de estudiantes

Ver todos los cursos
En tendencia hoy
How can I print a Python set so it looks clean (no {} brackets or quotes)?
2 Votes
Where make_unique is better than unique_ptr(raw pointer)
0 Votes
Can someone help and explain better on slicing
1 Votes
How do I remove duplicates from a list but keep the order?
0 Votes
How do I print a multiplication table neatly?
0 Votes
Any help with custom functions?
2 Votes
Why we use return in function ?
0 Votes
Course
1 Votes
Best way to learn a new programming language fast?
1 Votes
Leap year check
0 Votes