-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathwhy.html
More file actions
20 lines (19 loc) · 1.76 KB
/
Copy pathwhy.html
File metadata and controls
20 lines (19 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="row">
<div class="col col-lg-12 headline">
<h1 class="big-title">Stop faffing. Start coding.</h1>
</div>
<div class="col col-lg-9"><br/>
<iframe src="https://trinket.io/embed/python3/0c996d80ec?showInstructions=true" width="100%" height="600px" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen=""></iframe>
</div>
<div class="col col-lg-3">
<h2>Resources</h2>
<p><a href="https://colab.research.google.com/drive/1XpiY4CrM1bH521VNWouqx-M52QBa8XQS" target="_blnank">Intro to Python</a></p>
<p><a href="https://github.com/rebeccabilbro/titanic" target="_blank">TITANIC: Intro to Data Science and Machine Learning</a></p>
<p><a href="https://www.youtube.com/playlist?list=PLqzoL9-eJTNBDdKgJgJzaQcY6OXmsXAHU" target="_blank">R Coding and Statistics</a></p>
<p><a href="https://nbviewer.jupyter.org/github/HiPyLiv/HiPyProject/blob/master/%5BBASICS%5D%20Numpy%20and%20Pandas/Numpy%20and%20Pandas.ipynb" target="_blank">Numpy and Pandas</a></p>
<p><a href="https://nbviewer.jupyter.org/github/HiPyLiv/HiPyProject/blob/master/%5BVISUALISATION%5D%20A%20Deeper%20Look%20Into%20Matplotlib/A%20Deeper%20Look%20Into%20Matplotlib.ipynb" target="_blank">A deeper look at matplotlib</a></p>
<p><a href="https://nbviewer.jupyter.org/github/HiPyLiv/HiPyProject/blob/master/%5BSOURCING%5D%20Importing%20Data%20From%20Files/Importing%20Files%20From%20Files.ipynb" target="_blank">Importing data from files</a></p>
<p><a href="https://nbviewer.jupyter.org/github/HiPyLiv/HiPyProject/blob/master/%5BSOURCING%5D%20Importing%20Data%20From%20The%20Web/Importing%20Data%20From%20The%20Web.ipynb" target="_blank">Importing data from the Web</a></p>
<p><a href="https://github.com/HiPyLiv/HiPyProject" target="_blank">... more</a></p>
</div>
</div>