-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathintroduction-to-django-at-mahalo-july-23rd-pyladies-workshop.html
183 lines (138 loc) · 9.27 KB
/
introduction-to-django-at-mahalo-july-23rd-pyladies-workshop.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction to Django at Mahalo - July 23rd PyLadies Workshop</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="pyladies ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/pyladies">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href=".">pyladies </a></h1>
<nav><ul>
<li><a href="./pages/about.html">About</a></li>
<li ><a href="./category/Articles.html">Articles</a></li>
<li class="active"><a href="./category/Blog.html">Blog</a></li>
<li ><a href="./category/Connect.html">Connect</a></li>
<li ><a href="./category/Events.html">Events</a></li>
<li ><a href="./category/Resources.html">Resources</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href=""
rel="bookmark" title="Permalink to Introduction to Django at Mahalo - July 23rd PyLadies Workshop">Introduction to Django at Mahalo - July 23rd PyLadies Workshop</a></h1>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="pyladies">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2011-07-25T20:54:00">
Mon 25 July 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Esther Nam.html">Esther Nam</a>
</address>
<p>In <a href="./category/Blog.html">Blog</a>. </p>
<p>tags: <a href="./tag/Archive.html">Archive</a></p>
</footer><!-- /.post-info -->
<p>Last Saturday the PyLadies and the LA Django meetup group held an
introductory Django Workshop, with generous amounts of support by
<a class="reference external" href="http://mahalo.com">Mahalo</a> and <a class="reference external" href="http://cars.com">Cars.com</a>
Guided by Sandy and Katharine, two of the PyLadies' Djangologists
extraordinaires, the <a class="reference external" href="http://bit.ly/qMcEAT">morning tutorial</a> covered
the basics of setting up a Django web application, from database
configuration to navigating the built-in admin interface.</p>
<p><img alt="image0" src="https://lh5.googleusercontent.com/-jwfDhFCirdw/Tix8O3YN4bI/AAAAAAAAAJc/x-BaLQXdDW0/s400/IMG_1722.JPG" /></p>
<p>As you can see, mentors circulated the room throughout the workshop;
Michael of Cars.com brought party hats for us to wear so that people
knew who to ask for help as they set up their first Django web app. To
maintain the party-like atmosphere we also had slides of Python-trivia
questions, and threw candy at participants who got answered them
correctly! Do YOU know what BDFL stands for?</p>
<p><img alt="image1" src="https://lh4.googleusercontent.com/-Wl5FHhRp2oQ/Tix8dxlglOI/AAAAAAAAAJc/ZiprFKY2Kl0/s400/IMG_2599.JPG" /></p>
<p>For lunch we dined on pizza donated by Cars.com, while soaking in some
much-needed vitamin D, and spent some time getting to know our fellow
hackers a bit better.</p>
<p><img alt="image2" src="https://lh3.googleusercontent.com/-nLB8fJkkAZs/Tix8e8CfjTI/AAAAAAAAAJc/fEK_Uri-75A/s400/IMG_2600.JPG" /></p>
<p>Introducing ourselves, we discovered that we came from a wide range of
backgrounds, from meditation experts to bioengineers, united by our
eagerness to learn this awesome Python-based framework, and our
willingness to spend a whole Saturday doing so!</p>
<p><img alt="image3" src="https://lh4.googleusercontent.com/-iwv_8Lg5IpY/Tix8XemK_KI/AAAAAAAAAJc/bD_XsnAWiVk/s400/IMG_2580.JPG" /></p>
<p>These folks came all the way from Texas!!!</p>
<p>In the afternoon, most attendees chose to push on through the Django
tutorial with Sandy, where they delved deeper into Django views and
templating. Others hacked away happily on their own Python projects, and
later we all learned how to set deploy our apps on
<a class="reference external" href="http://djangozoom.com">DjangoZoom</a>, for which the DjangoZoom folks
were generous enough to give us trial accounts.
There was, of course, time for a short outdoor break (PyLadies are all
about promoting well-rounded, healthy hacking habits!), led by Python
dev/capoeira enthusiast PyDanny.</p>
<p>The hackday finished with another fine set of lightning talks:</p>
<ul class="simple">
<li><a class="reference external" href="http://twitter.com/kjam">Katharine</a> gave an awesome talk on <a class="reference external" href="http://kjamistan.tumblr.com/post/7985900943/how-to-keep-up-with-the-pyladies">how
to keep up with the
PyLadies</a></li>
<li><a class="reference external" href="http://twitter.com/rdegges">Randall</a> gave a presentation on <a class="reference external" href="http://www.slideshare.net/rdegges/intro-to-telephony-in-django">the
awesome Django-Twilio
API</a>,
for adding telephony features to web apps</li>
<li>Michael gave <a class="reference external" href="http://prezi.com/s82pxzuuvpsa/how-to-get-hired-as-a-new-developer/">tips on applying for programming
jobs</a>,
aimed at n00bs but containing good advice for any job-seeker.</li>
<li>Laura showed us how to use the <a class="reference external" href="http://www.slideshare.net/rogueveda/whats-in-a-tweet?from=share_email_login3">Python wrapper for the Twitter
API</a>
<img alt="image4" src="https://lh6.googleusercontent.com/-n4l5e6yMgk0/Tix8k5zilkI/AAAAAAAAAJk/c7gdwQzkKzc/s400/IMG_2612.JPG" /></li>
<li>The indomitable <a class="reference external" href="http://twitter.com/sandymahalo">Sandy</a> found it in
her to give another talk, this time on <a class="reference external" href="https://docs.google.com/present/edit?id=0AVthC0Z3iw8DZGRrdnFzeGdfMmNxd2d3emd2&hl=en_US">Django
testing </a></li>
</ul>
<p>Since no PyLadies event is complete without a social hour, we walked
over to Warszawa for a round of drinking and relaxation (i.e., we began
formulating plans for tattoos, future PyLadies events, continued world
domination, etc).</p>
<p><img alt="image5" src="https://lh6.googleusercontent.com/-FzxISA0yGeM/Tix8nwLWQ2I/AAAAAAAAAJc/ENfJxdr4Bqk/s400/IMG_2622.JPG" /></p>
<p>Thanks again to our wonderful hosts at Mahalo, particularly CTO Jeff;
and also to the crew of Cars.com, most notably Michael, who helped out
enormously with every aspect of the event, from tweaking the tutorial to
handing out candy for trivia. Also, the hats!</p>
<p>Finally, and as always, thanks to the <a class="reference external" href="http://python.org/psf">PSF</a> for
their continued support. We were able to fit twice as many people into
our hack space using the tables and chairs they paid for. We'll also be
thanking them in the near future when we announce a few other exciting
new developments...</p>
<p>Stay on our mailing list to hear more! Or, if that's not enough PyLadies
for you, <a class="reference external" href="http://kjamistan.tumblr.com/post/7985900943/how-to-keep-up-with-the-pyladies">you know where else to find
us</a>!</p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/pyladies">twitter</a></li>
<li><a href="https://github.com/pyladies">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>