Data Analysis¶
Getting Started¶
Watch these to learn how to collaborate with web developer and communicate with web developer team.
The final product for our data scientist team should be in the form of pip installable package. The easiest way to do that is to use our cookie cutter template. https://github.com/thegangtechnology/python-lib-template. as shown in the two videos above.
Make Separate Folder for Each Member¶
Having jupyter notebook conflict is the last thing you want see when you do git push. To avoid that make separate notebook folder for each user.
|-notebook
| |-piti_notebook
| |-sam_notebook
|-src
|-mathy_lib