An open API service indexing awesome lists of open source software.

https://github.com/mandliya/datavisualizationpython

Creating a simple data visualization module in python
https://github.com/mandliya/datavisualizationpython

Last synced: 4 months ago
JSON representation

Creating a simple data visualization module in python

Awesome Lists containing this project

README

        

A simple data visualization module for practice. I am implementing sample module right now mentioned here,

http://newcoder.io/Intro-DataViz/

https://github.com/econchick/new-coder.git

What did I learn: (from the same source):

Understand how to:

run a Python file from the command line

import a Python file

take a raw file and parse its data with Python’s data structures

make a simple graph

produce a Google Maps-readable file

What else you will be exposed to:

Importing Python’s standard library as well as your own module

Installing and importing third party packages

Licensing & copyrights when using third-party packages

File Input/Output

Counter data structure from the collections module

Global variables, docstrings, list comprehensions

Python’s interactive shell in the terminal

Iterators versus Generators

I plan to enhance this project further