|
| 1 | +--- |
| 2 | +layout: utahpython |
| 3 | +title: "Utah Python User Group" |
| 4 | +url-needle-map: http://maps.google.com/maps?q=14864+Pony+Express+Dr.+Bluffdale,+UT+84065 |
| 5 | +url-hirevue-map: http://maps.google.com/maps?q=10876+S+River+Front+Pkwy+South+Jordan%2C+UT+84095 |
| 6 | +url-archives: /presentations |
| 7 | +url-group: https://groups.google.com/forum/#!forum/utahpython |
| 8 | + |
| 9 | + |
| 10 | +--- |
| 11 | +{% include jumbotron.html %} |
| 12 | + |
| 13 | +<h1>Welcome</h1> |
| 14 | + |
| 15 | +<p>The Utah Python User Group provides a community for software developers |
| 16 | +interested in Python technology. Everyone is invited to participate!</p> |
| 17 | + |
| 18 | +<div class="meetings"> |
| 19 | + <h2>Meetings</h2> |
| 20 | + |
| 21 | + <p>The most up-to-date place to find out what topics are coming next is |
| 22 | + <a href="{{ page.url-group }}">our mailing list</a>.</p> |
| 23 | + |
| 24 | + <p>Meetings are held on the second Thursday of each month.<br> |
| 25 | + 6:30 to 8:45 P.M.</p> |
| 26 | + |
| 27 | + <address> |
| 28 | + Needle Inc.<br> |
| 29 | + 14864 Pony Express Road<br> |
| 30 | + Bluffdale, UT 84065 |
| 31 | + </address> |
| 32 | + |
| 33 | + <p>Just off I-15. <a href="{{ page.url-needle-map }}">(Map.)</a>. |
| 34 | + Needle is in back, don't go to the C7 side of the buildings.</p> |
| 35 | + |
| 36 | + <h2>PyLadies!</h2> |
| 37 | + |
| 38 | + <p>The most up-to-date place to find out what topics are coming next is |
| 39 | + <a href="{{ page.url-group }}">our mailing list</a>.</p> |
| 40 | + |
| 41 | + <p>Meetings are held every Tuesday starting at 6:30 P.M.</p> |
| 42 | + |
| 43 | + <p>Utah Pyladies provides educational and moral support for women who code. |
| 44 | + Come hang out with women who are learning or have learned to code in |
| 45 | + Python. Share your coding projects, or find resources for learning. If |
| 46 | + you've never programmed at all, we'll help you get started. If you have, we |
| 47 | + want to learn from you!</p> |
| 48 | + |
| 49 | + <address> |
| 50 | + HireVue<br> |
| 51 | + Suite 600<br> |
| 52 | + 10876 S. Riverfront Pkwy<br> |
| 53 | + South Jordan, UT 84095 |
| 54 | + </address> |
| 55 | + |
| 56 | + <p>Just off I-15. <a href="{{ page.url-hirevue-map }}">(Map.)</a>.</p> |
| 57 | +</div> |
| 58 | +<div class="archives"> |
| 59 | + <h2>Past presentations</h2> |
| 60 | + |
| 61 | + <p><a href="{{ page.url-archives }}">View a list of our past |
| 62 | + presentations</a>.</p> |
| 63 | +</div> |
| 64 | + |
| 65 | +<div class="membership"> |
| 66 | + <h3>Participate</h3> |
| 67 | + |
| 68 | + <h4>Mailing List</h4> |
| 69 | + |
| 70 | + <p>Our mailing list is hosted on Google Groups. It's mostly annoucements, |
| 71 | + but we're happy to answer questions or take local job postings too!<br> |
| 72 | + <a href="{{ page.url-group }}">{{ page.url-group }}</a></p> |
| 73 | + |
| 74 | + <p>To join the list without a Google Account, send a blank email to |
| 75 | + <a href="mailto:{{ page.url-subscribe }}">{{ page.url-subscribe }}</a>.<br> |
| 76 | + To post to the list, send an email to |
| 77 | + <a href="mailto:{{ page.url-post }}">{{ page.url-post }}</a>.</p> |
| 78 | + |
| 79 | + <h4>IRC (Internet Relay Chat)</h4> |
| 80 | + |
| 81 | + <p>Most our discussions take place here:</p> |
| 82 | + |
| 83 | + <p>Server: irc.freenode.net<br> |
| 84 | + Channel: #utahpython</p> |
| 85 | + |
| 86 | + <p>Use your favorite IRC client or use the |
| 87 | + <a href="http://webchat.freenode.net/?randomnick=1&channels=utahpython">Webchat</a>.</p> |
| 88 | +</div> |
0 commit comments