Contribute Media
A thank you to everyone who makes this possible: Read More

How to formulate a (science) problem and analyze it using Python code

Summary

Are you interested in doing analysis but don't know where to start? This tutorial is for you. Python packages & tools (IPython, scikit-learn, NetworkX) are powerful for performing data analysis. However, little is said about formulating the questions and tying these tools together to provide a holistic view of the data. This tutorial will provide you with an introduction on how this can be done.

Details

Improve this page