-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtechnical_topics.html
More file actions
67 lines (51 loc) · 2 KB
/
Copy pathtechnical_topics.html
File metadata and controls
67 lines (51 loc) · 2 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Data and Diversity</title>
<link rel="stylesheet" href="bootstrap-3.3.5-dist/css/bootstrap.min.css">
<script src="bootstrap-3.3.5-dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="readings.html">Issue Topics Reading List</a></li>
<li class="active"><a href="technical_topics.html">Technical Topics</a></li>
<li><a href="ideas.html">Project Ideas</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/dlab-berkeley/datadiversity">Github</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<xmp theme="simplex" style="display:none;">
# Technical Topics
The intent is to teach students how to learn new tools. More specifically, what to look for in setup instructions, how to google for help, and how to use documentation. First, follow the setup instructions in the bottom of the [github repository](https://github.com/dlab-berkeley/datadiversity) for this class.
## - github getting started
> how to use git for version control
- [setup git](https://help.github.com/articles/set-up-git/)
- [cache credentials](https://help.github.com/articles/caching-your-github-password-in-git/#platform-linux)
## - python fundamentals
## - pandas
> data cleaning and other spreadsheet functions
## - github usage
> how to collaborate with teammates
## - easy scraping
> using free tools like google scraper
## - graphing
## - predictive data analysis
****
****
****
## Quick Intros
### - basics of websites
### - javascript fundamentals
### - fancy graphing (d3)
### - get data using api
### - advanced scraping
</xmp>
<script src="strapdown/strapdown.js"></script>
</html>