Coder Social home page Coder Social logo

training_pythondata's Introduction

Training_PythonData

Creating a small console application for working with test data and visualization tools. The purpose of the code is not to necessarily create a final project but to learn Python packages. The packages used insofar include Numpy and MatPlotLib.

Requirements

  • Numpy, install from a prompt using: pip install numpy
  • MatPlotLib, install from a prompt using: pip install matplotlib
  • Data file from AndroSense--an Android app for tracking sensor data. This should be a CSV file.
  • The AndroSense file should be located somewhere on the computer you are running the script from.
  • Obtain the absolute path of this file, minding to replace "" with "\". You will need it in the Quick-Start.

Quick-Start

  • Enter code of MatPlotLib.py and change the file location to your own AndroSense data file.
  • With Python installed and the PATH set up... run the following in the command line (ensure the current working directory contains the script): python MatPlotLib.py
  • Graphics should display, or follow the prompts to view data.

Key Notes

  • The code is VERY heavily documented for the benefit of the code reader
  • Code review is the primary purpose of this project

Further Development

  • Implement additional algorithms
  • Check for empty data
  • Allow more inputs
  • Allow user to choose a file from a file dialoge

training_pythondata's People

Contributors

kpit-rjma 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.