-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (27 loc) · 1.67 KB
/
index.html
File metadata and controls
42 lines (27 loc) · 1.67 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
---
layout: default
---
<!-- <div class="home">
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>
-->
<h1>Welcome</h1>
<p>Welcome to the Philadelphia Python Workshop. We've updated our curriculum to use Python 3.
You can view our old curriculum on <a href="https://openhatch.org/wiki/Philadelphia_Python_Workshop">Open Hatch</a>.</p>
<p>The workshop is meant to be taught over 1.5 days. We typically hold it Friday evening and all day Saturday as follows:</p>
<ul>
<li>Friday evening is self-paced. Students install Python 3 and walk through tutorials that we have designed as well as some others. TAs are available to help trouble shoot installation and setup. They are also available to help students with any of the Python and programming concepts they encounter in the tutorials.</li>
<li>Saturday is largely lecture based, with lead instructor(s) presenting basic concepts of programming in Python. Mental health breaks and breaks to work on exercises independently should be built in to the lesson. TAs are available to circulate answering individual questions during the lecture and during the breaks.</li>
<li>Projects are included as a way to see these programming concepts applied in practical ways. Time permitting, we will delve into the code of these projects.</li>
</ul>