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
- Host: GitHub
- URL: https://github.com/mandliya/datavisualizationpython
- Owner: mandliya
- Created: 2014-05-01T19:36:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T23:00:07.000Z (about 11 years ago)
- Last Synced: 2024-12-29T19:46:29.505Z (5 months ago)
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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