-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex_old.html
More file actions
85 lines (64 loc) · 2.85 KB
/
index_old.html
File metadata and controls
85 lines (64 loc) · 2.85 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: "Past Presentations"
url-needle-map: http://maps.google.com/maps?q=14864+Pony+Express+Dr.+Bluffdale,+UT+84065
url-hirevue-map: http://maps.google.com/maps?q=10876+S+River+Front+Pkwy+South+Jordan%2C+UT+84095
url-archives: /presentations
url-group: https://groups.google.com/forum/#!forum/utahpython
url-subscribe: utahpython+subscribe@googlegroups.com
url-post: utahpython@googlegroups.com
---
<h1>Welcome</h1>
<p>The Utah Python User Group provides a community for software developers
interested in Python technology. Everyone is invited to participate!</p>
<div class="meetings">
<h2>Meetings</h2>
<p>The most up-to-date place to find out what topics are coming next is
<a href="{{ page.url-group }}">our mailing list</a>.</p>
<p>Meetings are held on the second Thursday of each month.<br>
6:30 to 8:45 P.M.</p>
<address>
Needle Inc.<br>
14864 Pony Express Road<br>
Bluffdale, UT 84065
</address>
<p>Just off I-15. <a href="{{ page.url-needle-map }}">(Map.)</a>.
Needle is in back, don't go to the C7 side of the buildings.</p>
<h2>PyLadies!</h2>
<p>The most up-to-date place to find out what topics are coming next is
<a href="{{ page.url-group }}">our mailing list</a>.</p>
<p>Meetings are held every Tuesday starting at 6:30 P.M.</p>
<p>Utah Pyladies provides educational and moral support for women who code.
Come hang out with women who are learning or have learned to code in
Python. Share your coding projects, or find resources for learning. If
you've never programmed at all, we'll help you get started. If you have, we
want to learn from you!</p>
<address>
HireVue<br>
Suite 600<br>
10876 S. Riverfront Pkwy<br>
South Jordan, UT 84095
</address>
<p>Just off I-15. <a href="{{ page.url-hirevue-map }}">(Map.)</a>.</p>
</div>
<div class="archives">
<h2>Past presentations</h2>
<p><a href="{{ page.url-archives }}">View a list of our past
presentations</a>.</p>
</div>
<div class="membership">
<h3>Participate</h3>
<h4>Mailing List</h4>
<p>Our mailing list is hosted on Google Groups. It's mostly annoucements,
but we're happy to answer questions or take local job postings too!<br>
<a href="{{ page.url-group }}">{{ page.url-group }}</a></p>
<p>To join the list without a Google Account, send a blank email to
<a href="mailto:{{ page.url-subscribe }}">{{ page.url-subscribe }}</a>.<br>
To post to the list, send an email to
<a href="mailto:{{ page.url-post }}">{{ page.url-post }}</a>.</p>
<h4>IRC (Internet Relay Chat)</h4>
<p>Most our discussions take place here:</p>
<p>Server: irc.freenode.net<br>
Channel: #utahpython</p>
<p>Use your favorite IRC client or use the
<a href="http://webchat.freenode.net/?randomnick=1&channels=utahpython">Webchat</a>.</p>
</div>