-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
115 lines (93 loc) · 7.4 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ECS Hack Week 2019</title>
<link>https://ecshackweek.github.io/</link>
<description>Recent content on ECS Hack Week 2019</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 31 Jan 2018 00:00:00 +0000</lastBuildDate>
<atom:link href="https://ecshackweek.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Installing Python using Conda</title>
<link>https://ecshackweek.github.io/tutorial/installing-python-with-conda/</link>
<pubDate>Wed, 31 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/installing-python-with-conda/</guid>
<description><p>This page is the first post in a series of introductory python tutorials: <br />
1. Installing Python using Conda - <em>this tutorial</em><br />
2. <a href="https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/">Getting started with Jupyter</a><br />
3. <a href="https://ecshackweek.github.io/tutorial/using-python-packages/">Using Python packages</a><br />
4. <a href="https://ecshackweek.github.io/tutorial/working-with-data/">Working with data</a><br />
5. <a href="https://ecshackweek.github.io/tutorial/making-figures-with-python/">Making figures in Python</a>
<hr></p></description>
</item>
<item>
<title>Getting started with Jupyter</title>
<link>https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/</link>
<pubDate>Tue, 30 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/</guid>
<description><p>This page is the second post in a series of introductory python tutorials: <br />
1. <a href="https://ecshackweek.github.io/tutorial/installing-python-with-conda/">Installing Python using Conda</a><br />
2. Getting started with Jupyter - <em>this tutorial</em><br />
3. <a href="https://ecshackweek.github.io/tutorial/using-python-packages/">Using Python packages</a><br />
4. <a href="https://ecshackweek.github.io/tutorial/working-with-data/">Working with data</a><br />
5. <a href="https://ecshackweek.github.io/tutorial/making-figures-with-python/">Making figures in Python</a>
<hr></p></description>
</item>
<item>
<title>Working with Python packages</title>
<link>https://ecshackweek.github.io/tutorial/using-python-packages/</link>
<pubDate>Mon, 29 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/using-python-packages/</guid>
<description><p>This page is the third post in a series of introductory python tutorials: <br />
1. <a href="https://ecshackweek.github.io/tutorial/installing-python-with-conda/">Installing Python using Conda</a><br />
2. <a href="https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/">Getting started with Jupyter</a><br />
3. Using Python packages - <em>this tutorial</em><br />
4. <a href="https://ecshackweek.github.io/tutorial/working-with-data/">Working with data</a><br />
5. <a href="https://ecshackweek.github.io/tutorial/making-figures-with-python/">Making figures in Python</a>
<hr></p></description>
</item>
<item>
<title>Installing Git and a Shell</title>
<link>https://ecshackweek.github.io/tutorial/installing-git-bash-on-windows/</link>
<pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/installing-git-bash-on-windows/</guid>
<description>git and github git is a system used for version control and collaboration.
You should have a github account and ensure that git is installed on your computer.
Bash shell and git software version control The bash shell provides a programming environment that is often used to manipulate files, install programs, and basic data analysis. The git version control system (along with the github website) are widely used for sharing codes and collaborative development of software.</description>
</item>
<item>
<title>Making figures in Python</title>
<link>https://ecshackweek.github.io/tutorial/making-figures-with-python/</link>
<pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/making-figures-with-python/</guid>
<description><p>This page is the fifth post in a series of introductory python tutorials: <br />
1. <a href="https://ecshackweek.github.io/tutorial/installing-python-with-conda/">Installing Python using Conda</a><br />
2. <a href="https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/">Getting started with Jupyter</a><br />
3. <a href="https://ecshackweek.github.io/tutorial/using-python-packages/">Using Python packages</a><br />
4. <a href="https://ecshackweek.github.io/tutorial/working-with-data/">Working with data</a><br />
5. Making figures in Python - <em>this tutorial</em>
<hr></p></description>
</item>
<item>
<title>Working with data</title>
<link>https://ecshackweek.github.io/tutorial/working-with-data/</link>
<pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/tutorial/working-with-data/</guid>
<description><p>This page is the fourth post in a series of introductory python tutorials: <br />
1. <a href="https://ecshackweek.github.io/tutorial/installing-python-with-conda/">Installing Python using Conda</a><br />
2. <a href="https://ecshackweek.github.io/tutorial/getting-started-with-jupyter/">Getting started with Jupyter</a><br />
3. <a href="https://ecshackweek.github.io/tutorial/using-python-packages/">Using Python packages</a><br />
4. Working with data - <em>this tutorial</em><br />
5. <a href="https://ecshackweek.github.io/tutorial/making-figures-with-python/">Making figures in Python</a>
<hr></p></description>
</item>
<item>
<title>Code Of Conduct</title>
<link>https://ecshackweek.github.io/codeofconduct/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecshackweek.github.io/codeofconduct/</guid>
<description>Code of conduct: Our goal is to have a positive, inclusive, successful and growing community. We must make an effort to break bad habits. Exclusionary jokes are not appropriate. Questions are good! Answer them respectfully. Avoid shaming or bashing any particular technology choice. Encourage productive and respectful debate and disagreement. Take action when the code of conduct or anti-harassment policies are broken: Talk privately with the person. Contact any one of the organizers about concerns.</description>
</item>
</channel>
</rss>