Skip to content

Elem3ntal/flask-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this code

One (near) friend once asked me if i could helper to him to start with python, he want to read some csv and determinate some values, and show this "analisis" for each register in a web site (internal/localhost, nothing big arquitectural).

So, i maked a simple website with Flask (plus Jinja) and reading a csv with undetermined number of columns, and unknow register, to show the max key value of each register. (all this is viable asuming that the first register is the column's name of the data).

Maybe i take more time to write and realise this documentation, but what ever...

PS: All, the project and the documentation, taken at most, 2 hours?

Technical details:

Python: 3.7 Packages required: flask==1.0.2

run with: python3.7 server.py

the app run at: 0.0.0.0:8080

references

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published