-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfirst-python-ladies-night-recap.html
137 lines (92 loc) · 5.29 KB
/
first-python-ladies-night-recap.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>First Python Ladies' Night Recap</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 First Python Ladies' Night Recap">First Python Ladies' Night Recap</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-04-19T13:46:00">
Tue 19 April 2011
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/Audrey Roy.html">Audrey Roy</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>On April 16, 2011, a group of 5 local female Python developers got
together for the first ever Python ladies' night.</p>
<p>We had wine, sparkling elderflower and ginger waters, vegetable
spaghetti, savory meat pies from Porto's bakery, Caesar salad, homemade
garlic bread, tea, and tiramisu.</p>
<p>We talked about:</p>
<ul class="simple">
<li>Python women's advocacy (mostly!)</li>
<li>virtualenv</li>
<li>the mod_wsgi documentation</li>
<li>Django-based content management systems</li>
<li>how we each got into Python development</li>
</ul>
<p>And we started plans for a women's Python workshop on May 15, 2011.
Details about how to get tickets will be announced this week.</p>
<p>It was an exciting meeting with a lot of positive energy. Everyone
present was passionate about Python women's advocacy and wanted to help
increase diversity in the local Python community.</p>
<p>At the end, we went up to the rooftop lounge, where we had a spectacular
view of downtown LA. Some of us relaxed in the jacuzzi, while others
hung out and chatted poolside.</p>
<p>Our next ladies' night is scheduled for May 6, 2011. If you'd like to
come and get involved, please contact me at <a class="reference external" href="mailto:audreyr@cartwheelweb.com">audreyr@cartwheelweb.com</a> for
more details.</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>