Code Monkey home page Code Monkey logo

flask's Introduction

flask

In this code I create a web API to read and process a csv file using flask and pandas.

Considerations and how to use ● All code was tested on Python2.7 running on a Mac with MacOS 10.14. ● Libraries used are: standard with the addition of pandas and flask. Those are Open Source. ● No data validation is performed. ● This code assumes all dates are within the same time zone. ● Paths inside the code are hardcoded and should be run at the same level as “tvav_test-files”.

** URL API MODE

To run, you must type: python flask_example.py in the terminal window.

Then from a web browser, visit the address: http://127.0.0.1:5000/query? followed by parameters for dates, country and title the URL API style. Like in the following example, http://127.0.0.1:5000/query?start=20180101&end=20180903&country=IRL&t itle=Papillon

Note that dates are specified in the format ‘YYYYMMDD’.

** FORM MODE

To run, you must type: python flask_example.py in the terminal window.

Then from a web browser, visit the address: http://127.0.0.1:5000/form.

This will show a window asking for the parameters for this report. Dates should be written using the format ‘YYYYMMDD’.

flask's People

Contributors

jjsauma avatar

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.