All Python Data Science related projects in Ghana under PyDataGhana initiative.
# PydataGhana projects
> This contains submodules of PyData Ghana projects.
We encourage all Hobbyist and Data Scientist in Ghana to submodule their repos to this so we all share, contribute and learn.
See Current Projects to begin applying your data science skills with python on some Kaggle data science datasets.
## Python Version for all projects
Python 3.X (``unless stated otherwise``)
# Table of Contents:
* Installation
* Development
* Meta
* Exercises on Algorithms
* Current Projects
* Beginners
* Contributing
## Installation
### For new users
First install python from here for your respective OS if you haven't. The encouraged version to install would be 3.X. Ones installed, go to the next step.
### For Jupyter Notebook users
OS X & Linux & Windows:
Go to anaconda, download for your respective OS, follow instrcutions and install it.
## Development Setup
After installing anaconda for your respective OS. Go to the working directory for the repo in your terminal(i.e. where you cloned this repo to) and run the following command:
```sh
jupyter notebook
```
## Meta
PyData Ghana Initiative – @pydataghana – pydata@pythonghana.org
Distributed under the PyDataGhana license. See ``LICENSE`` for more information.
github.com
## Algorithm Exercises
Please check exercises/algorithm-exercises
## Current Projects
* Titanic dataset:
kaggle.com.
* House Prices:
kaggle.com.
## For Beginners
For beginners, please go through the following resources:
* Introduction to Python (via Pluralsight):
app.pluralsight.com.
* Descriptive Statistics (via Udacity):
udacity.com.
* Inferential Statistics (via Udacity):
udacity.com.
* Libear Algebra (via Udacity):
ww …