<?xml version="1.0" encoding="UTF-8"?>

    <feed xmlns="http://www.w3.org/2005/Atom">
        <title>PyLadies</title>
        <subtitle>Women Who Love Coding in Python</subtitle>
        <link rel="alternate" href="http://pyladies.com/" />
        <link rel="self" href="http://pyladies.com/feed.xml" type="application/atom+xml" />
        <id>http://pyladies.com/</id>
        <updated>2013-05-08T01:27:08Z</updated>
        
        <author>
            <name>A PyLady</name>
            
            <uri>http://pyladies.com/</uri>
        </author>
        
        
            <entry>
                <title>Tutorials and How-tos</title>
                <link rel="alternate" href="http://pyladies.com/blog/tutorial-resources/" type="text/html" />
                <id>http://pyladies.com/blog/tutorial-resources/</id>
                <updated>2013-04-21T00:50:00Z</updated>
                
                
                <content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://learnpythonthehardway.org/&#34;&gt;Learn Python The Hard Way&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://greenteapress.com/thinkpython/html/&#34;&gt;How to Think Like a Computer Scientist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://krondo.com/?page_id=1327%22&#34;&gt;Introduction to Twisted&lt;/a&gt;: A thorough introduction to Twisted and Asynchronous programming in Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://try.github.com/levels/1/challenges/1&#34;&gt;tryGit&lt;/a&gt;: Learn Git with GitHub&amp;amp; Codeschool&amp;#39;s new tutorial.&lt;/li&gt;
&lt;li&gt;Model, View, Controller &lt;a href=&#34;http://www.tomdalling.com/blog/software-design/model-view-controller-explained&#34;&gt;explained&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Basic Python Syntax &lt;a href=&#34;http://www.tutorialspoint.com/python/python_basic_syntax.htm&#34;&gt;Tutorial&lt;/a&gt;. (Helpful for both new to programming in general, and new to Python with prior programming experience).&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://people.csail.mit.edu/pgbovine/python/&#34;&gt;Online Python Tutor&lt;/a&gt;: Learn &amp;amp; Practice programming in your browser.&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Community</title>
                <link rel="alternate" href="http://pyladies.com/blog/community-workshop-resources/" type="text/html" />
                <id>http://pyladies.com/blog/community-workshop-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                
                <content type="html">&lt;h4&gt;Workshops for Women&lt;/h4&gt;
&lt;p&gt;Are you interested in doing a women&amp;#39;s Python workshop of your own in your city? Email any of the organizers and we&amp;#39;ll help you get the word out. Here are some resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pystar.org/&#34;&gt;PyStar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://wiki.montrealpython.org/wiki/PythonIntroduction-2011-05-03&#34;&gt;Montreal Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Community-building&lt;/h4&gt;
&lt;p&gt;Workshops are just one part of PyLadies&amp;#39; effort to increase the female count in the Python world. PyLadies is a community of female developers who care about helping other women get into Python.&lt;/p&gt;

&lt;p&gt;We plan to put together a package of materials to help you build your own local women&amp;#39;s Python community. We&amp;#39;ll be posting a &amp;quot;PyLadies Kit&amp;quot; here soon.&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Web Development</title>
                <link rel="alternate" href="http://pyladies.com/blog/django-resources/" type="text/html" />
                <id>http://pyladies.com/blog/django-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;http://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; is one of the most popular web frameworks. It&amp;#39;s a great option if you want to use Python to build web apps.  Start with &lt;a href=&#34;https://docs.djangoproject.com/en/1.4/intro/tutorial01/&#34;&gt;the official Django poll tutorial&lt;/a&gt;.  &lt;a href=&#34;https://django.2scoops.org/&#34;&gt;Two Scoops of Django: Best Practices For Django 1.5&lt;/a&gt; was co-written by a PyLady - don&amp;#39;t hesitate to ask for a free copy if you can&amp;#39;t afford it.</summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;http://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; is one of the most popular web frameworks. It&amp;#39;s a great option if you want to use Python to build web apps.  Start with &lt;a href=&#34;https://docs.djangoproject.com/en/1.4/intro/tutorial01/&#34;&gt;the official Django poll tutorial&lt;/a&gt;.  &lt;a href=&#34;https://django.2scoops.org/&#34;&gt;Two Scoops of Django: Best Practices For Django 1.5&lt;/a&gt; was co-written by a PyLady - don&amp;#39;t hesitate to ask for a free copy if you can&amp;#39;t afford it.&lt;/p&gt;

&lt;p&gt;Some popular Django hosting options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.webfaction.com/&#34;&gt;Webfaction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://heroku.com/&#34;&gt;Heroku&lt;/a&gt; and &lt;a href=&#34;https://devcenter.heroku.com/articles/django&#34;&gt;Getting Started with Django from Heroku&lt;/a&gt;: A tutorial using Django and deploying with Heroku.  Assumes some knowledge of virtual environments.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://openshift.redhat.com&#34;&gt;OpenShift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://code.google.com/appengine/&#34;&gt;Google App Engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Other web frameworks&lt;/h4&gt;
&lt;p&gt;Experiment with all of them! Here are a few links to get you started.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://docs.pylonsproject.org/projects/pyramid/dev/&#34;&gt;Pyramid&lt;/a&gt; (merger of Pylons and repoze.bfg)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://flask.pocoo.org/&#34;&gt;Flask&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A huge &lt;a href=&#34;http://wiki.python.org/moin/WebFrameworks%22&#34;&gt;list&lt;/a&gt; of Python web frameworks&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Libraries</title>
                <link rel="alternate" href="http://pyladies.com/blog/libraries-resources/" type="text/html" />
                <id>http://pyladies.com/blog/libraries-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;https://crate.io/packages/flake8/&#34;&gt;Code checking using PEP-8 + PyFlakes&lt;/a&gt;: Are you writing code according to the standard Python guidelines?  Have no idea?  Try out this library&lt;br&gt;
&lt;a href=&#34;https://github.com/BrewerHimself/Logr&#34;&gt;Logr&lt;/a&gt;: Simple Python blogger&lt;br&gt;
&lt;a href=&#34;https://github.com/kennethreitz/legit&#34;&gt;Git Legit&lt;/a&gt;: Git for Humans</summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;https://crate.io/packages/flake8/&#34;&gt;Code checking using PEP-8 + PyFlakes&lt;/a&gt;: Are you writing code according to the standard Python guidelines?  Have no idea?  Try out this library&lt;br&gt;
&lt;a href=&#34;https://github.com/BrewerHimself/Logr&#34;&gt;Logr&lt;/a&gt;: Simple Python blogger&lt;br&gt;
&lt;a href=&#34;https://github.com/kennethreitz/legit&#34;&gt;Git Legit&lt;/a&gt;: Git for Humans&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Newsletters</title>
                <link rel="alternate" href="http://pyladies.com/blog/newsletters-resources/" type="text/html" />
                <id>http://pyladies.com/blog/newsletters-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                
                <content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.pythonweekly.com&#34;&gt;Python Weekly&lt;/a&gt; is a free weekly newsletter all about Python (articles, news, jobs, etc).&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://pycoders.com&#34;&gt;Pycoders Weekly&lt;/a&gt; is a free weekly python newsletter for Python developers by Python developers (Project, Articles, News, and Jobs).&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Speaking at PyCon, DjangoCon, etc</title>
                <link rel="alternate" href="http://pyladies.com/blog/speaking-resources/" type="text/html" />
                <id>http://pyladies.com/blog/speaking-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                <summary type="html">Speaking at conferences about Python is a great way to give back to the community with your own knowledge.</summary>
                <content type="html">&lt;p&gt;Speaking at conferences about Python is a great way to give back to the community with your own knowledge.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://weareallaweso.me/&#34;&gt;We Are All Awesome&lt;/a&gt;: hosts IRC office hours to help women speakers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://craigkerstiens.com/2012/06/19/pro-tips-for-conference-talks/&#34;&gt;Protips on Conference Talks&lt;/a&gt;: Thinking about giving a talk at a conference? Here is some great advice on how to rock it!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://speakup.io&#34;&gt;SpeakUp.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Tools</title>
                <link rel="alternate" href="http://pyladies.com/blog/tools-resources/" type="text/html" />
                <id>http://pyladies.com/blog/tools-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                
                <content type="html">&lt;h4&gt;Text Editors&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;gEdit (Linux &amp;amp; Mac OS X)&lt;/li&gt;
&lt;li&gt;Notepad++ (Windows)&lt;/li&gt;
&lt;li&gt;Sublime (Windows, Max OS X, and Linux)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://opensourcehacker.com/2012/05/11/sublime-text-2-tips-for-python-and-web-developers/&#34;&gt;Sublime for Python and Web Developers&lt;/a&gt;: How to squeeze more power out of one of the most popular, light weight text editors for Python.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.shortcutfoo.com/app/tutorial/sublimetext&#34;&gt;Sublime Short cuts&lt;/a&gt;: Learn to get more out of the latest text editor.&lt;/li&gt;
&lt;li&gt;More &amp;quot;advanced&amp;quot; editors are emacs, vim (although &lt;a href=&#34;http://twitter.com/audreyr&#34;&gt;@audreyr&lt;/a&gt; knows how to use both of those pretty well and still swears by gEdit for everything)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;IDEs&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;PyCharm&lt;/li&gt;
&lt;li&gt;Eclipse with PyDev plugin&lt;/li&gt;
&lt;li&gt;Wingware&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Highly recommended Python package tools&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.pip-installer.org/&#34;&gt;pip&lt;/a&gt;: better installation of packages.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.virtualenv.org/&#34;&gt;virtualenv&lt;/a&gt;: create isolated Python environments&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.doughellmann.com/projects/virtualenvwrapper/&#34;&gt;virtualenvwrapper&lt;/a&gt;: make virtualenv easier to use.&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>User Groups</title>
                <link rel="alternate" href="http://pyladies.com/blog/user-group-resources/" type="text/html" />
                <id>http://pyladies.com/blog/user-group-resources/</id>
                <updated>2013-04-19T00:50:00Z</updated>
                
                <summary type="html">A great way to continue learning Python is to work on your own, then attend presentations and ask questions at local user groups. Attend as many as you can!</summary>
                <content type="html">&lt;p&gt;A great way to continue learning Python is to work on your own, then attend presentations and ask questions at local user groups. Attend as many as you can!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python groups on &lt;a href=&#34;http://www.meetup.com/find/?keywords=python&#34;&gt;Meetup.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://wiki.python.org/moin/LocalUserGroups&#34;&gt;Python.org list&lt;/a&gt; of local user groups&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Intro to Python, April 6 - Recap</title>
                <link rel="alternate" href="http://pyladies.com/blog/intro-python-april-6-recap/" type="text/html" />
                <id>http://pyladies.com/blog/intro-python-april-6-recap/</id>
                <updated>2013-04-10T01:00:00Z</updated>
                
                <summary type="html">This past weekend, I helped a bright group of Austin women take their initial steps into the Python world.  Austin PyLadies&amp;#39; first women&amp;#39;s &amp;#39;Intro to Python&amp;#39; class took place on Saturday, April 6th.  Our classroom space was generously donated by by Erica Douglass of &lt;a href=&#34;http://opportunityspace.com/&#34; title=&#34;Opportunity Space&#34;&gt;Opportunity Space&lt;/a&gt;.  We also had the help of several terrific volunteers: Sara Safavi, Cassidy Santaguida and Andrew Dupont.</summary>
                <content type="html">&lt;p&gt;This past weekend, I helped a bright group of Austin women take their initial steps into the Python world.  Austin PyLadies&amp;#39; first women&amp;#39;s &amp;#39;Intro to Python&amp;#39; class took place on Saturday, April 6th.  Our classroom space was generously donated by by Erica Douglass of &lt;a href=&#34;http://opportunityspace.com/&#34; title=&#34;Opportunity Space&#34;&gt;Opportunity Space&lt;/a&gt;.  We also had the help of several terrific volunteers: Sara Safavi, Cassidy Santaguida and Andrew Dupont.&lt;/p&gt;

&lt;p&gt;This one-day workshop covered some computing and programming concepts, then launched straight into the basics of the Python programming language.  We worked with an open-ended curriculum: starting with simple math and strings operations, working up to logic and functions, then writing and running scripts.  This meant that we were able drop some things off at the end when we ran out of time (which we did - objects/classes did not make the final cut).&lt;/p&gt;

&lt;p&gt;The entire program was very hands-on - almost every section contained examples or exercises that could be run in the Python interpreter.&lt;/p&gt;

&lt;p&gt;One recurring problem that comes up when teaching Python, though, is showing beginning students how to save and execute scripts.  I like students to understand as closely as possible what it will be like to work with Python in a real working environment, but introducing beginners to scripting can be difficult for a number of mundane reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;many beginners don&amp;#39;t have a clear understanding of their file system, how to navigate it or where things are located&lt;/li&gt;
&lt;li&gt;when students bring their own laptops, there will be a variety of different operating systems and text editors at play&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With enough time and volunteers, it&amp;#39;s certainly possible to teach everyone the basics of file systems and walk every student through working with different text editors, saving and navigating to files, etc.  But in our case we didn&amp;#39;t have enough time or bodies, so we used &lt;a href=&#34;https://appsoma.com/&#34; title=&#34;Appsoma.com&#34;&gt;Appsoma.com&lt;/a&gt; for writing/running scripts.  Appsoma is a relatively new browser-based app development platform, but it also makes a terrific free tool for practice and learning.  (To get an idea of its capabilities, head to the &lt;a href=&#34;https://appsoma.com/code/&#34; title=&#34;Code&#34;&gt;Code&lt;/a&gt; tab where you can create, save and run a script.)&lt;/p&gt;

&lt;p&gt;Some of the other key things we did to facilitate learning included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Arranging students in small work groups.  Our students came from a variety of backgrounds, some with experience in other programming languages and some with no programming experience at all.  Seating them in groups of 5-6 allowed them to get to know each other and made it easier for them to help each other.  We also encouraged group collaboration on some of the more difficult exercises.  This student bonding led to some great friendships by the end of the class.  Some students have already made plans to get together and practice, and it&amp;#39;s my belief that these students, now that they know each other, are more likely to continue learning because they&amp;#39;ll be motivating and helping each other.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plan for follow-up.  It was a happy scheduling accident that the next Coursera Python class starts just about a week after this one, so we encouraged students to sign up and then come back to our next scheduled hack night to get help.  We also emphasized the hack nights on their own as a place to come back and participate with some guidance.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My slides from this class can be found here: &lt;a href=&#34;https://github.com/pyladiesatx/pyladiesatx/tree/master/resources/IntroToPython&#34; title=&#34;Intro to Python&#34;&gt;https://github.com/pyladiesatx/pyladiesatx/tree/master/resources/IntroToPython&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to fork and remix these slides for your own classes.  The repository includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a PDF of the setup instructions (how to install Python and get to a prompt for Windows, Linux and OS X)&lt;/li&gt;
&lt;li&gt;a Keynote source file of the main slide deck&lt;/li&gt;
&lt;li&gt;a PowerPoint export of the Keynote slides (there may be some errors)&lt;/li&gt;
&lt;li&gt;a PDF of the main slide deck&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some things I&amp;#39;d like to add for the next class:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An introduction to code blocks and more discussion of indentation (and possibly how code blocks are handled in other languages), before introducing topics like if/else, loops, and functions&lt;/li&gt;
&lt;li&gt;More discussion of objects and classes - we skipped it entirely this time because of time constraints, but I&amp;#39;d like to find a way to work them in&lt;/li&gt;
&lt;li&gt;More structured exercises (not every section had them this time) so that students can also get a little more experience with problem-solving&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&#34;http://www.meetup.com/PyLadies-ATX/photos/14117282/&#34; title=&#34;Intro to Python&#34;&gt;Workshop Photos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Code of Conduct</title>
                <link rel="alternate" href="http://pyladies.com/blog/Code-of-Conduct/" type="text/html" />
                <id>http://pyladies.com/blog/Code-of-Conduct/</id>
                <updated>2013-04-10T00:50:00Z</updated>
                
                <summary type="html">Pyladies is dedicated to providing a respectful, harassment-free community for everyone. We do not tolerate harassment or bullying of any community member in any form. This does not only extend to members to local PyLadies communities, but to anyone who chooses to become involved in the larger PyLadies community of users, developers and integrators through events or interactions.</summary>
                <content type="html">&lt;p&gt;Pyladies is dedicated to providing a respectful, harassment-free community for everyone. We do not tolerate harassment or bullying of any community member in any form. This does not only extend to members to local PyLadies communities, but to anyone who chooses to become involved in the larger PyLadies community of users, developers and integrators through events or interactions.&lt;/p&gt;

&lt;p&gt;Harassment includes offensive verbal/electronic comments related to personal characteristics or choices, sexual images or comments in public or online spaces, deliberate intimidation, bullying, stalking, following, harassing photography or recording, sustained disruption of talks, IRC chats, electronic meetings, physical meetings or other events, inappropriate physical contact, or unwelcome sexual attention. Participants asked to stop any harassing or bullying behavior are expected to comply immediately.&lt;/p&gt;

&lt;p&gt;If a participant engages in harassing behavior, representatives of the community may take reasonable action they deem appropriate, including warning the offender, expulsion from any PyLadies event, or expulsion from mailing lists, IRC chats, discussion boards and other electronic communications channels to resolve the issue. This may include expulsion from PyLadies Meetup group membership.&lt;/p&gt;

&lt;p&gt;If you are being harassed, notice that someone else is being harassed, or have any other concerns, please act to intercede or ask for help from any member of the PyLadies community, IRC chat admins, website admins, or organizers/representatives of any physical events put on under the auspices of PyLadies.&lt;/p&gt;

&lt;p&gt;This Code of Conduct has been adapted from the &lt;a href=&#34;http://plone.org/foundation/materials/foundation-resolutions/code-of-conduct&#34;&gt;Plone Foundation&lt;/a&gt; and is licensed under a &lt;a href=&#34;http://creativecommons.org/licenses/by-sa/3.0/&#34;&gt;Creative Commons Attribution-Share Alike 3.0 Unported license&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>How to hook people on CS through Magic</title>
                <link rel="alternate" href="http://pyladies.com/blog/computer-science-outreach-magic/" type="text/html" />
                <id>http://pyladies.com/blog/computer-science-outreach-magic/</id>
                <updated>2013-04-04T02:10:00Z</updated>
                
                
                <content type="html">&lt;h1&gt;Computer Science Outreach Magic&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Thanks to Katie Cunningham of Tucson for letting us copy this post from &lt;a href=&#34;http://katieirenec.blogspot.com/2013/03/computer-science-outreach-magic.html&#34;&gt;her blog&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For several months, I always carried a deck of cards in my backpack. I like playing gin rummy as much as anyone, but that&amp;#39;s not the reason why. I carried them because I had discovered &lt;strong&gt;&lt;em&gt;Computer Science Outreach Magic&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I learned a Computer Science magic trick from &lt;a href=&#34;http://cs4fn.org/magic&#34;&gt;cs4fn.org/magic&lt;/a&gt;, and I&amp;#39;ve been hooked ever since. I&amp;#39;ve performed this trick to much success when manning booths at outreach events and teacher visiting days. It lets you engage people while illustrating a bit of computer science. At the PyLadies&amp;#39; lunch at &lt;a href=&#34;https://us.pycon.org/2013/&#34;&gt;PyCon &amp;#39;13&lt;/a&gt;, Esther Nam convinced me to write a blog post about this card trick I was so excited about. &amp;quot;Lots of people want to know how to demonstrate computer science without a computer!&amp;quot; she said.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://4.bp.blogspot.com/-QWERYs18cuw/UUWEUHD2leI/AAAAAAAAAEI/DNVDS_mvWNo/s400/cards1.jpg&#34; alt=&#34;Teaching the card trick to Computer Science student volunteers at the Tucson Festival of Books.&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://2.bp.blogspot.com/-7zkM7b9NU3c/UVeDQxvHd5I/AAAAAAAAALM/6nes0mg8Vxg/s400/cards2_light.jpg&#34; alt=&#34;Performing the big reveal at a University of Arizona College of Science ceremony.&#34;&gt;&lt;/p&gt;

&lt;p&gt;That&amp;#39;s exactly why I love this trick. It&amp;#39;s portable, it&amp;#39;s easy, and it doesn&amp;#39;t use a computer. It allows people to see an easily digestible example of the logic, discrete math, and information that is at the core of Computer Science. For people who aren&amp;#39;t impressed by physical computers or cryptic terminal windows, this can really be a draw.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&amp;quot;[Computer science] is not really about computers -- and it&amp;#39;s not about computers in the same sense that physics is not really about particle accelerators, and biology is not about microscopes and Petri dishes.... Now the reason that we think computer science is about computers is pretty much the same reason that the Egyptians thought geometry was about surveying instruments: when some field is just getting started and you don&amp;#39;t really understand it very well, it&amp;#39;s very easy to confuse the essence of what you&amp;#39;re doing with the tools that you use.&amp;quot; - Hal Abelson (1986)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Here&amp;#39;s how I do it:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;You need &lt;strong&gt;three people&lt;/strong&gt;: The magician, the assistant, and the learner.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The magician closes her eyes and &lt;strong&gt;keeps them closed until the end of the trick&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The learner is given the deck and told to &lt;strong&gt;make a four by four matrix of cards with some face up and some face down, randomly distributed&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&#34;http://2.bp.blogspot.com/-PaDicUidMdc/UVlR53gTf7I/AAAAAAAAAM4/6151cf6yKZE/s200/2013-03-31+13.36.14.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The assistant takes the deck back and whispers to the learner: &lt;strong&gt;&amp;quot;I&amp;#39;m going to make it harder for her and add another row and column&amp;quot;.&lt;/strong&gt; The magician might groan at this point and say &amp;quot;Nooo it&amp;#39;s so hard already!!!&amp;quot; The new row and column are added.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&#34;http://4.bp.blogspot.com/-SjXhvfiM7ks/UVlR5KOW9oI/AAAAAAAAAM0/YnuzY62o7g4/s200/2013-03-31+13.37.51.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The assistant tells the learner to flip one card, and that the magician will tell him which card he flipped. &lt;strong&gt;The learner flips one card.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&#34;http://1.bp.blogspot.com/-rd8vxAd32pU/UVlR2EGsu5I/AAAAAAAAAMs/Ie0E7w2SL0k/s200/2013-03-31+13.39.49.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The magician opens her eyes, hovers her hands over the cards, and &lt;strong&gt;identifies the flipped card!&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The learner is very impressed. While the amazement hasn&amp;#39;t worn off, the magician and assistant tell the learner that &lt;strong&gt;this method is used to identify errors in computer data.&lt;/strong&gt; Face up and face down cards are just like the way a computer stores information in 1s and 0s. Perhaps the information is being sent from one computer to another and one of the bits -- one of the 1s or 0s -- gets changed to the other (flipped!). Computer Scientists invented this technique so computers could discover where the error took place. If the learner is still interested, explain how the trick worked.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How does the trick work??!!??&lt;/h2&gt;
&lt;p&gt;When the assistant adds the extra row and column, he is actually adding &lt;strong&gt;parity bits&lt;/strong&gt;. For non-CS people, that means that the assistant adds another card to each row and column so &lt;strong&gt;the sum of face up cards in that row or column is now even&lt;/strong&gt;. If there are an even number of face up cards in the row or column, the assistant adds a face down. If there are an odd number of face down cards in the row or column, he adds a face up.&lt;/p&gt;

&lt;p&gt;The cards need to be put down seemingly without thought, like the assistant is just adding the extra row and column randomly. Here&amp;#39;s a walkthrough:&lt;/p&gt;

&lt;p&gt;Add a parity bit to the end of each of the columns&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://4.bp.blogspot.com/-43G67TR9qx0/UVnMUg5xkeI/AAAAAAAAANM/wQSrpONYsrU/s320/paritied_with_row_merged.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;p&gt;Add a parity bit to all of the rows, including the row you just added. (Notice that the column you are adding has parity automatically.)&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://2.bp.blogspot.com/-f-glidmmt-k/UVnMYM6168I/AAAAAAAAANU/KLLIjMNfJis/s320/paritied_with_col_merged.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;p&gt;Now when the learner flips a card, the row and column of the card that was flipped have an odd number of face up cards! You can quickly find the flipped card, even though you&amp;#39;ve never seen the grid before.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://3.bp.blogspot.com/-0PjjohEdhy0/UVnQyXP4lDI/AAAAAAAAANk/bXKXQWyY14U/s320/found_it.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;p&gt;It works just as well when the flipped card is in the parity row or column.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://4.bp.blogspot.com/--5Vj10M2eoQ/UVnQz1T9AOI/AAAAAAAAANs/GY4dr0GOClI/s320/found_it_side.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;p&gt;The kids at the CSUnplugged show figured it out on their own, I was very impressed. The presenters used this trick as their opening act, and then explained it at the very end, so the kids had some time to think about it. If you want to see their explanation, check out &lt;a href=&#34;http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=gBPZOpT4DPU&#34;&gt;this video&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Optional Follow-up&lt;/h2&gt;
&lt;p&gt;Make sure the learner really understands by &lt;strong&gt;putting the cards back into their parity&amp;#39;d state and asking him to close his eyes and guess which card his friend flipped&lt;/strong&gt;. This is demoed in the video above. If you have more time for more than a quick wow moment, you can ask the learner:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does it matter if the error is in the parity bits?&lt;/li&gt;
&lt;li&gt;Is it possible to detect two errors, and if so, can they be corrected?&lt;/li&gt;
&lt;li&gt;How about three errors?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Practice!&lt;/h2&gt;
&lt;p&gt;I&amp;#39;m sure you are excited now to show this trick to all your friends. With this trick in your pocket, every person becomes someone you can impress with computer science! You&amp;#39;ll live for the stunned look on people&amp;#39;s faces when you pick the right card!&lt;/p&gt;

&lt;p&gt;But to make it go smoothly, you&amp;#39;ll need to &lt;strong&gt;practice practice practice practice&lt;/strong&gt;! The trick might sound simple enough, but every time I or someone else has attempted the trick without recent practice, it has been a major fail.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://2.bp.blogspot.com/-dASy6SDRpKk/UVkf-MZPdTI/AAAAAAAAALk/pjaO4G3DPso/s200/2013-03-30+13.36.13.jpg&#34; alt=&#34;Practice with your cat! And people.&#34;&gt;&lt;/p&gt;

&lt;p&gt;Practice with your cat! And people.&lt;/p&gt;
&lt;h2&gt;Alternate versions&lt;/h2&gt;
&lt;p&gt;I like doing this trick with cards because cards are easy to get my hands on when I&amp;#39;m inspired to perform. Usually I have limited table space, so it&amp;#39;s hard to squeeze in more cards than I have described. In the CSUnplugged version, they start with a larger grid and black and white squares. (Note that it doesn&amp;#39;t matter how big your grid is -- the trick works the same.) They also had the nifty idea to make them magnetic so the trick can be performed on a whiteboard.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://1.bp.blogspot.com/-CfcakI791kE/UU3hycAFaQI/AAAAAAAAAHQ/C8VUDQ5swZU/s640/parity_trick.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;p&gt;CSUnplugged has the magician add the extra row, eliminating the assistant. I like having the assistant better, because the magician&amp;#39;s reveal is more impressive, since clearly no memorization is done -- the magician hasn&amp;#39;t seen the cards at all! Also, when a little kid is the learner, the assistant is necessary to make sure he or she puts down the cards correctly and flips only one card. But for a demonstration in front of a classroom or when you&amp;#39;re alone, it&amp;#39;s worth thinking about.&lt;/p&gt;

&lt;p&gt;Find the original cs4fn version of the trick on page 25 here: &lt;a href=&#34;http://www.cs4fn.org/magic/downloads/cs4fnmagicbook1.pdf&#34;&gt;http://www.cs4fn.org/magic/downloads/cs4fnmagicbook1.pdf&lt;/a&gt;. They add the extra row based on face down cards instead of face up cards. It doesn&amp;#39;t matter really of course -- do what&amp;#39;s easier to see quickly. Or if you change the size of the grid to have an even number of rows and columns at the end of the trick, it doesn&amp;#39;t matter! Face up and face down will both have to be even or odd.&lt;/p&gt;

&lt;p&gt;P.s. Now that you are using this trick, you have to watch out for Magnita Makov, world&amp;#39;s greatest magician.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Good luck! Go forth and impress all your friends!!!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A big thanks to &lt;a href=&#34;https://twitter.com/danielharms&#34;&gt;Daniel Harms&lt;/a&gt; for helping me improve this trick :)&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies @ PyCon - Join Us!</title>
                <link rel="alternate" href="http://pyladies.com/blog/PyLadies-at-PyCon-2013/" type="text/html" />
                <id>http://pyladies.com/blog/PyLadies-at-PyCon-2013/</id>
                <updated>2013-03-07T22:08:00Z</updated>
                
                <summary type="html">PyCon&amp;#39;s &lt;a href=&#34;http://pycon2013reception.eventbrite.com/&#34;&gt;Opening Reception&lt;/a&gt; is less than a week away, are you excited?</summary>
                <content type="html">&lt;p&gt;PyCon&amp;#39;s &lt;a href=&#34;http://pycon2013reception.eventbrite.com/&#34;&gt;Opening Reception&lt;/a&gt; is less than a week away, are you excited?&lt;/p&gt;
&lt;h3&gt;PyLadies Booth&lt;/h3&gt;
&lt;p&gt;Come check out PyLadies at our booth in the Expo Hall!  We&amp;#39;ll have information on starting your own local PyLadies group, stickers, and candy!  We&amp;#39;ll also &lt;strong&gt;raffle&lt;/strong&gt; off some PyLadies t-shirts!&lt;/p&gt;

&lt;p&gt;Check out a previous &lt;a href=&#34;http://pyladies.com/blog/pyladies-speaking-at-pycon/&#34;&gt;blog post&lt;/a&gt; on the list of talks from PyLadies!&lt;/p&gt;

&lt;p&gt;And be sure to check out the booths of our friends:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://adainitiative.org&#34;&gt;Ada Initiative&lt;/a&gt;&amp;#39;s Feminist Hacker Lounge&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.meetup.com/women-who-code-sf&#34;&gt;Women Who Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://codechix.org&#34;&gt;CodeChix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://ladycoders.com&#34;&gt;LadyCoders&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Where to find us&lt;/h3&gt;
&lt;p&gt;Here is a run-down of where you can find your PyLady friends and where to sign up:&lt;/p&gt;
&lt;h4&gt;Tutorials&lt;/h4&gt;
&lt;p&gt;The women of Python are ruling the tutorial schedule:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WEDNESDAY MORNING&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/31/&#34;&gt;Digital signal processing through speech, hearing, and Python&lt;/a&gt; - Mel Chua&lt;/li&gt;
&lt;li&gt; &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/5/&#34;&gt;Python for Programmers: A Project-Based Tutorial&lt;/a&gt; - Alexandra Strong, Katharine Jarmul, Christine Cheung&lt;/li&gt;
&lt;li&gt; &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/1/&#34;&gt;A hands-on introduction to Python for beginning programmers&lt;/a&gt; - Jessica McKellar&lt;/li&gt;
&lt;li&gt; &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/8/&#34;&gt;Going from web pages to web apps with Python&lt;/a&gt; - Karen Rustad and Asheesh Laroia&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;SPECIAL&lt;/strong&gt; &lt;a href=&#34;https://us.pycon.org/2013/events/letslearnpython/&#34;&gt;The Young Coder&lt;/a&gt; - Barbara Shaurette, Katie Cunningham&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;WEDNESDAY AFTERNOON&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/29/&#34;&gt;Analyzing Social Networks with Python&lt;/a&gt; - Maksim Tsvetovat, Alex Kouznetsov, Jacqueline Kazil&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;THURSDAY MORNING&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/30/&#34;&gt;A Gentle Introduction to Computer Vision&lt;/a&gt; - Katherine Scott, Anthony Oliver&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;SPECIAL&lt;/strong&gt; &lt;a href=&#34;https://us.pycon.org/2013/events/letslearnpython/&#34;&gt;The Young Coder&lt;/a&gt; - Barbara Shaurette, Katie Cunningham&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;THURSDAY MORNING&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/4/&#34;&gt;Contribute with me! Getting started with open source development&lt;/a&gt; - Jessica McKellar&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/11/&#34;&gt;Wiring up Django Packages&lt;/a&gt; - Daniel Greenfeld, Kenneth Love, Audrey M. Roy&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Thursday, March 14th&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pycon2013reception.eventbrite.com/&#34;&gt;PyLadies Booth @ the Opening Reception&lt;/a&gt; @ 6pm - 8pm in the Expo Hall&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0AreC7k-K2saEdFlqckdkX25YQUpIVlZjU3FDX3BUQ2c#gid=0&#34;&gt;Women&amp;#39;s Open Tech Office Hours&lt;/a&gt; @ 6pm - 3am in the Hyatt in room 1332&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Friday, March 15th&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pyladiespyconlunch.eventbrite.com/&#34;&gt;PyLadies Lunch for Women of Python&lt;/a&gt; @ 12:30pm - 1:30pm in rooms 209/210 in the Convention center.  Currently all sold out but we have a short wait list!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://atasteofpy.eventbrite.com/&#34;&gt;Taste of Py: Afterparty&lt;/a&gt; @ 7pm - 10pm in the Hyatt Hotel with New Relic, Loggly, PyLadies, Rackspace, Raspberry Pi, and Solano Labs. Network with your Python community peers over drinks and hors d&amp;#39;oeuvres. Enjoy entertainment and win great prizes in our &lt;strong&gt;Python Trivia Contest&lt;/strong&gt;. We&amp;#39;ll even have some tasty pie on hand for dessert!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0AreC7k-K2saEdFlqckdkX25YQUpIVlZjU3FDX3BUQ2c#gid=0&#34;&gt;Women&amp;#39;s Open Tech Office Hours&lt;/a&gt; @ 6pm - 3am in the Hyatt in room 1332&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Saturday, March 16th&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://therealkatie.net/blog/2013/mar/4/pycon-mani-party/&#34;&gt;BoF Mani Party!!&lt;/a&gt; @ 5pm - 6pm in room 202 - What started as a cute joke snowballed into an actual thing, as many of the best things often do! Hosted by &lt;a href=&#34;http://twitter.com/kcunning&#34;&gt;Katie Cunningham&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://pycon2013auction.eventbrite.com/&#34;&gt;Charity Auction for PyLadies&lt;/a&gt; @ 6:30pm - 8:30pm - come laugh at the PyLadies as we try our hands as auctioneers!  Dinner included.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0AreC7k-K2saEdFlqckdkX25YQUpIVlZjU3FDX3BUQ2c#gid=0&#34;&gt;Women&amp;#39;s Open Tech Office Hours&lt;/a&gt; @ 6pm - 3am in the Hyatt in room 1332&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Sunday, March 17th&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0AreC7k-K2saEdFlqckdkX25YQUpIVlZjU3FDX3BUQ2c#gid=0&#34;&gt;Women&amp;#39;s Open Tech Office Hours&lt;/a&gt; @ 6pm - 3am in the Hyatt in room 1332&lt;/li&gt;
&lt;/ul&gt;
</content>
            </entry>
        
            <entry>
                <title>Get Your Mac Ready for Python Programming</title>
                <link rel="alternate" href="http://pyladies.com/blog/Get-Your-Mac-Ready-for-Python-Programming/" type="text/html" />
                <id>http://pyladies.com/blog/Get-Your-Mac-Ready-for-Python-Programming/</id>
                <updated>2013-03-06T01:07:00Z</updated>
                
                <summary type="html">As an absolute beginner to programming, you can very quickly learn to do lots of cool things using just your Python interpreter and simple Python scripts. However, you&amp;#39;re going to want a few more tools eventually to help you expand to more complex projects. Why not start getting familiar with them now?</summary>
                <content type="html">&lt;p&gt;As an absolute beginner to programming, you can very quickly learn to do lots of cool things using just your Python interpreter and simple Python scripts. However, you&amp;#39;re going to want a few more tools eventually to help you expand to more complex projects. Why not start getting familiar with them now?&lt;/p&gt;

&lt;p&gt;For me, the hardest thing about branching out was figuring out what tools I really needed and how to interpret their install instructions. Here&amp;#39;s a list of tools you will need and a list of easy steps to follow to get set up on a Mac. I&amp;#39;ll explain what each line of code is doing so you can learn a little bit about working with a command line interface in the process. All of this should work on Mac OS X 10.7 and 10.8.&lt;/p&gt;
&lt;h4&gt;1. Install Xcode&lt;/h4&gt;
&lt;p&gt;Xcode is Apple&amp;#39;s Integrated Development Environment (IDE), and there are some tools that come with it that we&amp;#39;ll need later. You can get Xcode in the Apple appstore. It&amp;#39;s a pretty big download, but this is the easiest way to get these tools on your machine. If you get bored while you&amp;#39;re waiting, you could skip ahead and do steps 2, 5, and 6 now. If you want an alternative way to just get the tools you need, without the whole IDE, &lt;a href=&#34;https://github.com/kennethreitz/osx-gcc-installer&#34;&gt;look here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Once Xcode is installed, &lt;strong&gt;you still need to install the Apple command line tools&lt;/strong&gt;! They&amp;#39;re easy to get, though. Under the Xcode menu, click preferences. On the window that pops up, go to the Downloads tab. Find &amp;quot;command lines tools&amp;quot; and click the install button. &lt;/p&gt;
&lt;h4&gt;2. Open Terminal. Get Comfy.&lt;/h4&gt;
&lt;p&gt;If you&amp;#39;ve never used Terminal or some kind of command line interface before, it&amp;#39;s a good idea to take a minute to familiarize yourself with how they work. &lt;a href=&#34;http://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything&#34;&gt;Here&amp;#39;s a quick intro&lt;/a&gt;. Later you you can learn a bit more with the free online book, &lt;a href=&#34;http://cli.learncodethehardway.org/book/&#34;&gt;Learn Command Line Interface the Hard Way&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I like to have a central place to store all of my programming projects, so I have a folder in my home directory called Code. To make a new folder called Code, open up Terminal. You should be in your home directory. Just to make sure you could type the following in your Terminal window. Don&amp;#39;t type the $, though.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ cd
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Command line instructions usually start with $, which represents the end of your prompt. The prompt is the string of characters Terminal prints out to let you know it&amp;#39;s ready to accept commands. The &lt;code&gt;cd&lt;/code&gt; means change directory. If you don&amp;#39;t specify where to go, it sends you to your home directory. Now, to make a folder called Code, you would type:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ mkdir Code
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;mkdir&lt;/code&gt; part means &amp;#39;make directory&amp;#39;. A directory is analogous to what Finder calls folders. If you make a directory through your command line, it will show up as a folder in Finder. The &lt;code&gt;Code&lt;/code&gt; part is an &lt;em&gt;argument&lt;/em&gt; for this command. &lt;code&gt;mkdir&lt;/code&gt; needs us to specify a string that will be the name of the new directory, so we pass it the &lt;code&gt;Code&lt;/code&gt; argument. Unlike &lt;code&gt;cd&lt;/code&gt;, &lt;code&gt;mkdir&lt;/code&gt; will give us an error if we don&amp;#39;t also provide a name. As shown below, the error message (second line) tells us that we used &lt;code&gt;mkdir&lt;/code&gt; wrong and gives us some guidance on how to use it. Anything in brackets is optional, but the directory name is not!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ mkdir
usage: mkdir [-pv] [-m mode] directory ...
&lt;/code&gt;&lt;/pre&gt;&lt;h4&gt;3. Install Homebrew&lt;/h4&gt;
&lt;p&gt;Homebrew is a package manager for OS X. A package is a collection of code files that work together. Installing them usually means running a script (a bit of code) that puts certain files in the various directories. A lot of the packages you will want are going to have dependencies. That means they require you to have other packages already installed on your computer. Homebrew will find and install dependencies for you AND it will keep them organized in one location AND it can tell you when updates are available for them.  On top of all of that it gives super helpful instructions when everything doesn&amp;#39;t go smoothly. You can read more about it at Homebrew&amp;#39;s &lt;a href=&#34;http://mxcl.github.com/homebrew/&#34;&gt;website&lt;/a&gt;. For now, install Homebrew using the following line of code:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; $ ruby -e &amp;#34;$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)&amp;#34;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So what&amp;#39;s going on here? The last bit is obviously a URL. If you were to open this URL in your browser, you would just see code. This is a Ruby script that tells your computer what to do to install Homebrew. The &lt;code&gt;curl&lt;/code&gt; part is a command line tool that transfers files using URLs. The &lt;code&gt;-fsSL&lt;/code&gt; part is a combination of four option flags for &lt;code&gt;curl&lt;/code&gt; that specify how to handle the file at the url. If you want to know more about what these flags do, type &lt;code&gt;man curl&lt;/code&gt; at your command prompt. (You can use &lt;code&gt;man&lt;/code&gt; in front of most commands to open up a manual page for that command.) We also need to actually execute this Ruby script, so we used the command &lt;code&gt;ruby&lt;/code&gt; at the beginning. The &lt;code&gt;-e&lt;/code&gt; is an option flag for ruby that executes a string as one line of code, in this case, the &lt;code&gt;&amp;quot;$(curl … /go)&amp;quot;&lt;/code&gt; part. You may need to follow a few more instructions to finish the install, but Homebrew will help you do so.&lt;/p&gt;
&lt;h4&gt;4. Install Python&lt;/h4&gt;
&lt;p&gt;Python comes with OS X, so you can probably don&amp;#39;t need to do this step. You can check this by typing &lt;code&gt;python --version&lt;/code&gt; into Terminal. If you get an error message, you need to install Python. If Terminal prints something like &lt;code&gt;Python 2.7.3&lt;/code&gt; where the exact numbers you see may be different, you&amp;#39;re all set to move on to step #5.&lt;/p&gt;

&lt;p&gt;If for some reason you don&amp;#39;t have Python or if you want to get the current version, you can now do this easily with Homebrew! Anytime you use Homebrew, you will start your command with &lt;code&gt;brew&lt;/code&gt; followed by the Homebrew command you want to use. To install the latest version of python 2, simply type:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ brew install python
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you&amp;#39;d rather install the latest version of python 3, replace &lt;code&gt;python&lt;/code&gt; with &lt;code&gt;python3&lt;/code&gt;.&lt;/p&gt;
&lt;h4&gt;5. Install pip&lt;/h4&gt;
&lt;p&gt;There are a few package managers that are specific to Python, and pip is the preferred one. The name pip stands for &amp;quot;pip installs packages&amp;quot;. pip has one dependeny--distribute, but Homebrew doesn&amp;#39;t know how to install either one. Luckily, both distribute and pip can be easily installed with python scripts that are available on the web. We can use &lt;code&gt;curl&lt;/code&gt;, just like we did to get Homebrew. &lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ curl -O http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This time we are getting and executing each script in two commands, where we did it all in one command before. Remember that you can look up what &lt;code&gt;-O&lt;/code&gt; does with &lt;code&gt;$ man curl&lt;/code&gt;, if you&amp;#39;re curious.&lt;/p&gt;

&lt;p&gt;It&amp;#39;s possible that you will run into a permission issue here. Every file on your computer stores information about who can access and modify it. The get-pip.py script is going to try to write files to some of your system directories and it&amp;#39;s possible that your user account doesn&amp;#39;t have the right permissions. You can get around that though. If you get an error for one of these Python commands about permissions, type &lt;code&gt;sudo&lt;/code&gt; before the rest of the command. Sudo stands for &amp;quot;superuser do&amp;quot;. The superuser does have permission to modify system files and when you say sudo, you are acting as the superuser. You will need the admin password to do this.&lt;/p&gt;

&lt;p&gt;For more information about using pip, you can go &lt;a href=&#34;http://www.pip-installer.org/en/1.3.X/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;6. Install virtualenv&lt;/h4&gt;
&lt;p&gt;A virtual environment is useful when you start to get invovled with projects that have different or conflicting dependencies that you dont want to install globally on your machine. For example, you might use a library that requires Python 3 and have another project that is only compatible with Python 2.&lt;/p&gt;

&lt;p&gt;To install virtualenv, simply:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ pip install virtualenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;a href=&#34;http://www.virtualenv.org/en/1.9.X/&#34;&gt;Here&lt;/a&gt; is virtualenv&amp;#39;s documentation.&lt;/p&gt;
&lt;h4&gt;7. Install Git and make a Github account&lt;/h4&gt;
&lt;p&gt;Git is a version control system. It keeps track of the revisions you make to your code and other files associated with a project, without storing multiple copies of each file. It will also help you merge your work with that of other programmers if you&amp;#39;re working on a collaborative project. To install Git, type the following at your command prompt.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ brew install git
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Github is a website that uses git and is the most common way people share their code. You can use it just to back up your own projects or to have a centralized repository for a collaborative project, but it&amp;#39;s also sort of a social media website for programmers. You can look at other people&amp;#39;s code, follow projects you&amp;#39;re interested in, submit bugs, and even contibute code to open source projects. If you want to get involved with an open source project or find good sample code, Github is the best way to do it. Go to &lt;a href=&#34;http://www.github.com&#34;&gt;github.com&lt;/a&gt; and follow the instructions to make your account.&lt;/p&gt;

&lt;p&gt;If you&amp;#39;re a little confused about this step, or want to know why and how you should use Github, you might want to read &lt;a href=&#34;http://lifehacker.com/5983680/how-the-heck-do-i-use-github&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;8. What now?&lt;/h4&gt;
&lt;p&gt;You have a lot of powerful tools on your machine, now and it may be a little overwhelming. That&amp;#39;s okay, you don&amp;#39;t have to learn them all at once, but at least you have them set up now.  but there are also plenty of resources freely available on the web to help you learn. Try browsing the Pyladies &lt;a href=&#34;http://www.pyladies.com/resources/&#34;&gt;Resources&lt;/a&gt; page, or just using Google to find what you need. Talking with a more experienced programmer is always helpful as well. Have fun!&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>How I Learned to Stop Worrying and Love Rebase</title>
                <link rel="alternate" href="http://pyladies.com/blog/how-I-learned-to-love-rebase/" type="text/html" />
                <id>http://pyladies.com/blog/how-I-learned-to-love-rebase/</id>
                <updated>2013-02-26T17:50:00Z</updated>
                
                <summary type="html">Rebase is a downright scary concept. When the best way to explain how it works I&amp;#39;ve heard starts with thinking that you&amp;#39;re time-traveling back to before certain changes were ever introduced to a project, you probably should be afraid. We&amp;#39;ve all read enough science fiction to know what happens if you go back to the Age of the Dinosaurs and step on an ugly-looking bug.</summary>
                <content type="html">&lt;p&gt;Rebase is a downright scary concept. When the best way to explain how it works I&amp;#39;ve heard starts with thinking that you&amp;#39;re time-traveling back to before certain changes were ever introduced to a project, you probably should be afraid. We&amp;#39;ve all read enough science fiction to know what happens if you go back to the Age of the Dinosaurs and step on an ugly-looking bug.&lt;/p&gt;

&lt;p&gt;But while rebase is a responsibility to take seriously - especially if you&amp;#39;re working on a team and you could wipe out every commit people have added since last Sunday - perhaps we&amp;#39;re in less danger from time travel paradoxes than I previously assumed.&lt;/p&gt;
&lt;h2&gt;A Quick Example of Rebase&lt;/h2&gt;
&lt;p&gt;Just so we all are on the same page, let&amp;#39;s go through a quick example of how you might use rebase:&lt;/p&gt;

&lt;p&gt;Let&amp;#39;s assume that you have a git repository with a file in it and that you&amp;#39;ve branched that file and made some changes. Meanwhile, someone else has modified that same file on the master branch. In order to get everything put back together again, you may consider using git rebase. To do so, you would need to do the following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ git rebase master
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That&amp;#39;s it. There might be some conflicts that you&amp;#39;d need to go in and clean up if your co-coder has been up to some serious business since you&amp;#39;ve last merged in your changes, but the command itself is simple. Now it looks like your changes started from the current master rather than from the original branch point.&lt;/p&gt;

&lt;p&gt;If you want to now add your up-to-date changes back into the master, you&amp;#39;ll still need to merge it in.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ git checkout master
$ git merge branchname
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;How is this whole process different from just using git merge in the first place? It&amp;#39;s just prettier: someone going through the code&amp;#39;s history would see straight forward progress along the master branch.&lt;/p&gt;
&lt;h2&gt;A Better Metaphor for Rebase&lt;/h2&gt;
&lt;p&gt;Rebase is generally considered a slightly-nuclear option. It&amp;#39;s possible to be careful about rebasing code, say by duplicating the master branch and rebasing your code on that new version to see if you accidentally destroy the world before trying to rebase within the actual master. Somehow, though, we still see it as something dangerous.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://marklodato.github.com/visual-git-guide/index-en.html&#34;&gt;&lt;img src=&#34;http://marklodato.github.com/visual-git-guide/rebase.svg&#34; align=&#34;right&#34; width=&#34;400&#34; height=&#34;400&#34;/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Perhaps a new metaphor may be more useful here. I&amp;#39;m the type to go out and read a bunch about a particular command before I&amp;#39;ll get comfortable with using it. I&amp;#39;ve gone over &lt;a href=&#34;http://git-scm.com/book/en/Git-Branching-Rebasing&#34;&gt;this section from ProGit&lt;/a&gt; a couple of times and something finally became clear: when you rebase, you can reorder a whole bunch of different things!&lt;/p&gt;

&lt;p&gt;For me, this is like sewing. When I was little, I would help my grandmother with her sewing projects. She grew up in the Great Depression and not one bit of material would ever go to waste in her sewing room. A piece of clothing didn&amp;#39;t fit right? She&amp;#39;d tailor it. A seam wound up in the wrong place? She&amp;#39;d rip it out and go again. A project went horribly, horribly wrong? She&amp;#39;d take it apart and put it together again in a different way.&lt;/p&gt;

&lt;p&gt;Rebase is a seam ripper and a bowl full of pins, all in one. You&amp;#39;ve got a bunch of concrete pieces of code that you&amp;#39;ve committed over time and you can rip them apart with rebase. In the same action, you can pin them back together and run them through the sewing machine again. As a result, you&amp;#39;re not just limited to what you might do with the master branch and whatever branch you&amp;#39;ve been working on seperately. &lt;/p&gt;

&lt;p&gt;Just like in sewing, though, there are some rules that you absolutely need to follow. The &amp;quot;don&amp;#39;t accidentally sew your fingers to the garment&amp;quot; rule of rebasing is that &lt;strong&gt;you should never rebase commits that you have pushed to a public repository.&lt;/strong&gt; It&amp;#39;s not out of the question to fix such a problem (and there&amp;#39;s probably less blood than the sewing machine-finger combo), but it requires some serious clean up.&lt;/p&gt;
&lt;h2&gt;Measure Twice, Cut Once&lt;/h2&gt;
&lt;p&gt;In fact, as long as you&amp;#39;re taking proper precautions, it&amp;#39;s possible to come back from most rebase screw ups (though this opinion is based on my own, admittedly limited, experience). The precautions seems a little tedious, just like measuring fabric twice and double-checking that you know what to do with your pattern can be. But that tedium can help you avoid big screw-ups, even if you never notice the accident you avoided.&lt;/p&gt;

&lt;p&gt;The moment that I realized that rebase isn&amp;#39;t so much a bomb as a seam ripper, it was a lot less worrying to type in that command and hit &amp;#39;enter.&amp;#39;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;Written by our own PDX PyLady, &lt;a href=&#34;http://twitter.com/thursdayb&#34;&gt;@thursdayb&lt;/a&gt; and regularly writes for her &lt;a href=&#34;http://thursdaybram.com&#34;&gt;blog&lt;/a&gt;.&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Why PyLadies?</title>
                <link rel="alternate" href="http://pyladies.com/blog/Why-PyLadies/" type="text/html" />
                <id>http://pyladies.com/blog/Why-PyLadies/</id>
                <updated>2013-02-23T21:04:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;http://pyladies.com&#34;&gt;PyLadies&lt;/a&gt; is a group of women working on welcoming, encouraging and directly inviting women to join the Python community and to learn from each other.</summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;http://pyladies.com&#34;&gt;PyLadies&lt;/a&gt; is a group of women working on welcoming, encouraging and directly inviting women to join the Python community and to learn from each other.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://www.chesnok.com/daily/wp-content/uploads/2013/02/pyladies_blue-300x300.png&#34; alt=&#34;pyladies_blue&#34; width=&#34;300&#34; height=&#34;300&#34; align=&#34;right&#34; /&gt;&lt;/p&gt;

&lt;p&gt;I started a &lt;a href=&#34;http://www.meetup.com/PyLadies-PDX/&#34;&gt;PyLadies chapter in Portland, OR&lt;/a&gt; last September (2012). We started out with weekly meetings to do homework from a Coursera class to make games with Python. That turned into weekly meetings -- plus homework meetups on Saturdays at a local coffee shop, and IRC hangout time to test homework. And that turned into me giving mini-lessons at each Coursera meetup about the material from the class. People seemed really excited.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://www.chesnok.com/daily/wp-content/uploads/2013/02/Stats-PyLadies-PDX-Portland-OR-Meetup-300x219.jpg&#34; alt=&#34;Stats - PyLadies PDX (Portland, OR) - Meetup&#34; width=&#34;300&#34; height=&#34;219&#34; align=&#34;right&#34; /&gt;&lt;/p&gt;

&lt;p&gt;Before we knew it, it was December, we had over 60 women subscribed to the Meetup, 30 of which had attended a meeting. Today, we&amp;#39;ve got 85 subscribers, 50 people have attended a meeting, and more have signed up to attend events in the future than ever before. And, it&amp;#39;s done by women. Using open source. Teaching classes. Learning developer tools. And writing software.&lt;/p&gt;

&lt;p&gt;Since September, I&amp;#39;ve met even more women involved in &lt;a href=&#34;http://www.pyladies.com/locations/&#34;&gt;running PyLadies chapters&lt;/a&gt; across the country. Much like the way the PostgreSQL community is organized, we&amp;#39;ve got a loosely connected group of people working independently. We offer support to each other, but don&amp;#39;t have hard and fast rules about what each chapter does. We encourage teaching and workshops, but don&amp;#39;t require them. We share our resources and are quick to put git repos out there of our materials. We send lots of pull requests. And we&amp;#39;re constantly looking for ways for women to get more involved in open source and Python.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://www.chesnok.com/daily/wp-content/uploads/2013/02/All-Group-Reviews-PyLadies-PDX-Portland-OR-Meetup-300x224.jpg&#34; alt=&#34;All Group Reviews - PyLadies PDX (Portland, OR) - Meetup&#34; width=&#34;300&#34; height=&#34;224&#34; align=&#34;right&#34;/&gt;&lt;/p&gt;

&lt;p&gt;I&amp;#39;m completely energized by the positive feedback we&amp;#39;ve gotten for every meeting. More recently, I&amp;#39;ve heard from people that they feel confident and sure of their knowledge because they&amp;#39;ve spent time in our meetups talking and learning from other women.&lt;/p&gt;

&lt;p&gt;My goal is to make every get together like that - by having great lessons, a shared understanding of coaching and peer-based education and presentations from our members. Building these groups takes time, and I&amp;#39;m impatient to get to the part where I feel like every interaction with the group is rewarding for every member.&lt;/p&gt;

&lt;p&gt;And I can&amp;#39;t do it alone. We&amp;#39;ve got four meetup organizers (although one is about to relocate to the Bay Area!). I work closely with &lt;a href=&#34;http://twitter.com/floraworley&#34;&gt;Flora Worley&lt;/a&gt;, a kickass developer who chose programming as a career path after working on a PhD, on topic details and planning for the meetings. I&amp;#39;m so looking forward to meeting in person with the many members of the PyLadies community at &lt;a href=&#34;http://pycon.org&#34;&gt;PyCon&lt;/a&gt; next month.&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;This post was originally posted on &lt;a href=&#34;http://twitter.com/selenamarie&#34;&gt;Selena Deckleman&lt;/a&gt;&amp;#39;s &lt;a href=&#34;http://www.chesnok.com/daily/2013/02/23/why-pyladies/&#34;&gt;blog&lt;/a&gt; and reposted with her permission.  Thanks Selena!&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies Lunch @ PyCon</title>
                <link rel="alternate" href="http://pyladies.com/blog/PyLadies-Lunch-at-PyCon/" type="text/html" />
                <id>http://pyladies.com/blog/PyLadies-Lunch-at-PyCon/</id>
                <updated>2013-01-28T16:31:00Z</updated>
                
                <summary type="html">This year, there is such an amazing line up of talks, tutorials, events, and sponsors at &lt;a href=&#34;http://us.pycon.org&#34;&gt;PyCon&lt;/a&gt; that we&amp;#39;re sure you don&amp;#39;t have enough planned.  Us PyLadies have organized to host a lunch for women attending the conference who love Python, or who want to learn more about Python or PyLadies.</summary>
                <content type="html">&lt;p&gt;This year, there is such an amazing line up of talks, tutorials, events, and sponsors at &lt;a href=&#34;http://us.pycon.org&#34;&gt;PyCon&lt;/a&gt; that we&amp;#39;re sure you don&amp;#39;t have enough planned.  Us PyLadies have organized to host a lunch for women attending the conference who love Python, or who want to learn more about Python or PyLadies.&lt;/p&gt;
&lt;h3&gt;What&amp;#39;s this all about?&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;http://pyladies.com&#34; title=&#34;PyLadies Homepage&#34;&gt;PyLadies&lt;/a&gt; is a mentorship group for women in the Python community. Come join us for an opportunity to chat with your fellow female Pythonistas while taking a break from the jam-packed PyCon schedule.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who&lt;/strong&gt;: Women who love coding in Python&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When&lt;/strong&gt;: Saturday, March 16th, 12:30pm - 1:30pm&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where&lt;/strong&gt;: Second floor, Rooms 209/210&lt;/p&gt;

&lt;p&gt;We invite any &lt;strong&gt;woman&lt;/strong&gt; conference-goer to lunch at an informal, friendly meet &amp;amp; greet to form connections, and share Python programming stories.&lt;/p&gt;
&lt;h3&gt;RSVP!&lt;/h3&gt;
&lt;p&gt;Be sure to reserve your spot as space is limited! &lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.eventbrite.com/event/5227826570?ref=ebtnebregn&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;http://www.eventbrite.com/custombutton?eid=5227826570&#34; alt=&#34;Eventbrite - PyLadies Lunch @ PyCon 2013&#34; /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you have any questions, feel free to contact &lt;a href=&#34;mailto:lynn@lynnroot.com&#34;&gt;Lynn Root&lt;/a&gt;.&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies Speak at PyCon!</title>
                <link rel="alternate" href="http://pyladies.com/blog/pyladies-speaking-at-pycon/" type="text/html" />
                <id>http://pyladies.com/blog/pyladies-speaking-at-pycon/</id>
                <updated>2013-01-13T16:31:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;https://us.pycon.org/2013/schedule/talks/list/&#34;&gt;PyCon talks&lt;/a&gt; were announced last week, and this year a record number of them are being given by women in the Python community, many of whom are PyLadies contributors! Congratulations to all the smart, accomplished women in the Python community who are helping to change the ratio at PyCon!  </summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/talks/list/&#34;&gt;PyCon talks&lt;/a&gt; were announced last week, and this year a record number of them are being given by women in the Python community, many of whom are PyLadies contributors! Congratulations to all the smart, accomplished women in the Python community who are helping to change the ratio at PyCon!  &lt;/p&gt;

&lt;p&gt;Here&amp;#39;s the run-down - be sure to add these to your schedule when PyCon comes to Santa Clara, CA in March of 2013:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/35/&#34;&gt;How to Except When You&amp;#39;re Excepting&lt;/a&gt;: An introduction to the practice of exception handling (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/195/&#34;&gt;Esther Nam&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/la-pyladies/&#34;&gt;Los Angeles&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/42/&#34;&gt;What teachers really need from us&lt;/a&gt;: What teachers say about what they need and what the Python community has to offer K-12 classrooms. (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/149/&#34;&gt;Selena Deckelmann&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/PyLadies-PDX/&#34;&gt;Portland, OR&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/58/&#34;&gt;Using Python To Generate Art And Sound&lt;/a&gt;: Navigating the Python audio/imaging landscape (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/76/&#34;&gt;Audrey M. Roy&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/la-pyladies/&#34;&gt;Los Angeles&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/81/&#34;&gt;Lessons Learned in Teaching Python&lt;/a&gt; (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/333/&#34;&gt;Alexandra Strong&lt;/a&gt; and &lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/159/&#34;&gt;Christine Cheung&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/la-pyladies/&#34;&gt;Los Angeles&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/92/&#34;&gt;Location, Location, Location&lt;/a&gt;: Building a Django application that needs to handle geographic location data (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/302/&#34;&gt;Julia Grace&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/PyLadiesSF/&#34;&gt;San Francisco&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/141/&#34;&gt;Who are we?&lt;/a&gt; A sociological analysis of the indigenous Python tribe (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/105/&#34;&gt;Jacqueline Kazil&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/dc-pyladies/&#34;&gt;Washington, DC&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/144/&#34;&gt;Sink or swim: 5 life jackets to throw to New Coders&lt;/a&gt; (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/110/&#34;&gt;Lynn Root&lt;/a&gt; - &lt;a href=&#34;http://www.meetup.com/PyLadiesSF/&#34;&gt;San Francisco&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/112/&#34;&gt;Visualizing Github, Part I: Data to Information&lt;/a&gt;: Practical data visualization with Python and web technologies (&lt;a href=&#34;https://twitter.com/geography76&#34;&gt;Dana Bauer&lt;/a&gt;, with Idan Gazit - Philadelphia)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/40/&#34;&gt;Twisted Logic&lt;/a&gt;: Endpoints and Why You Shouldn&amp;#39;t Be Scared of Twisted (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/90/&#34;&gt;Ashwini Oruganti&lt;/a&gt; - India)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/56/&#34;&gt;Designers + Developers: Collaborating on your Python project&lt;/a&gt;: Working in developer/designer teams (&lt;a href=&#34;https://us.pycon.org/2013/speaker/profile/56/&#34;&gt;Julia Elman&lt;/a&gt;, with Mark Lavin - North Carolina)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Prior to the conference are a number of tutorials for those of all skill levels, from Jessica McKellar&amp;#39;s &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/1/&#34;&gt;Introduction to Python for Beginners&lt;/a&gt; to Mel Chua&amp;#39;s &lt;a href=&#34;https://us.pycon.org/2013/schedule/presentation/31/&#34;&gt;Digital Signal Processing&lt;/a&gt; workshop. &lt;/p&gt;

&lt;p&gt;PyCon 2013 takes place from March 13-21, 2013 in Santa Clara, California. For more information, or to register, check out the web site: &lt;a href=&#34;https://us.pycon.org/2013/&#34;&gt;https://us.pycon.org/2013/&lt;/a&gt;.&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyCon Proposal Brainstorm Session Aug 27th</title>
                <link rel="alternate" href="http://pyladies.com/blog/pycon-proposal-brainstorm-session-aug-27th/" type="text/html" />
                <id>http://pyladies.com/blog/pycon-proposal-brainstorm-session-aug-27th/</id>
                <updated>2012-08-25T16:31:00Z</updated>
                
                <summary type="html">[Thanks &lt;a href=&#34;http://www.roguelynn.com/2012/08/25/pycon-proposal-brainstorming-via-google-hangout/&#34;&gt;Lynn&lt;/a&gt; for putting this together!]</summary>
                <content type="html">&lt;p&gt;[Thanks &lt;a href=&#34;http://www.roguelynn.com/2012/08/25/pycon-proposal-brainstorming-via-google-hangout/&#34;&gt;Lynn&lt;/a&gt; for putting this together!]&lt;/p&gt;

&lt;p&gt;Ever thought about speaking? Want to give speaking at PyCon a shot, but not sure what to talk about? Even if you have a tiny inkling that you’d want to speak, beginner level or advanced, &lt;a href=&#34;http://www.eventbrite.com/event/4207274070?ref=ebtnebregn&#34;&gt;come to our workshop&lt;/a&gt; to get help brainstorming ideas &amp;amp; learn what makes a good proposal!&lt;/p&gt;

&lt;p&gt;Join the PyLadies hangout, open to PyLadies and PyLaddies, with help from PyLadies’ leaders, previous years PyCon speakers &amp;amp; current Program Committee members (e.g. the folks that review proposals) to ideate, write, and submit your proposal to speak, give a tutorial, or a poster session at PyCon 2013.&lt;/p&gt;

&lt;p&gt;Space is limited by the Google Hangout technology. An invite link will be sent out about 15 minutes prior to the start time.&lt;/p&gt;

&lt;p&gt;For those in the Bay Area, be sure to check out the &lt;a href=&#34;http://www.meetup.com/PyLadiesSF/events/76870962/&#34;&gt;PyLadies San Francisco meetup, Workshop: Talk Proposal Writing for PyCon&lt;/a&gt;, on Tuesday, August 28th.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>DjangoCon 2012: Pro Tips for those new to D.C.</title>
                <link rel="alternate" href="http://pyladies.com/blog/djangocon-in-dc/" type="text/html" />
                <id>http://pyladies.com/blog/djangocon-in-dc/</id>
                <updated>2012-08-09T16:31:00Z</updated>
                
                <summary type="html">[&lt;em&gt;This guest post is lifted straight from D.C. PyLady Katie&amp;#39;s &lt;a href=&#34;http://therealkatie.net/blog/2012/aug/7/djangocon-dc-tips/&#34;&gt;wonderful blog&lt;/a&gt;! She will be writing a &lt;a href=&#34;http://therealkatie.net/blog/&#34;&gt;series of posts&lt;/a&gt; to help Djangonauts from all over feel at home in the U.S. capital come early September!&lt;/em&gt;]</summary>
                <content type="html">&lt;p&gt;[&lt;em&gt;This guest post is lifted straight from D.C. PyLady Katie&amp;#39;s &lt;a href=&#34;http://therealkatie.net/blog/2012/aug/7/djangocon-dc-tips/&#34;&gt;wonderful blog&lt;/a&gt;! She will be writing a &lt;a href=&#34;http://therealkatie.net/blog/&#34;&gt;series of posts&lt;/a&gt; to help Djangonauts from all over feel at home in the U.S. capital come early September!&lt;/em&gt;]&lt;/p&gt;
&lt;h2&gt;Coming to DjangoCon in September? Let&amp;#39;s have a chat about DC.&lt;/h2&gt;
&lt;p&gt;by &lt;a href=&#34;http://twitter.com/kcunning&#34;&gt;Katie Cunningham&lt;/a&gt; (with mad props to &lt;a href=&#34;http://twitter.com/jackiekazil&#34;&gt;Jackie Kazil&lt;/a&gt;, who helped write this post!)&lt;/p&gt;
&lt;h3&gt;The location&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;http://djangocon.us/&#34;&gt;DjangoCon DC&lt;/a&gt; is actually in Northern Virginia, not in the heart of the Capitol. Specifically, it&amp;#39;s being held in Crystal City at the Hyatt Regency, which is close to the Crystal City Metro Station (the yellow and blue metro lines) and one stop away from Reagan National Airport (DCA).&lt;/p&gt;

&lt;p&gt;I worked in the area for many years, and while it doesn&amp;#39;t have as much of the DC grit and history, it makes up for in being a great nexus between convenience and cost. As someone who&amp;#39;s been to several conferences in DC, I can tell you this is a good thing. It is a safe, clean, affordable, and transportation-accessible part of the DC metro area that is littered with Django developers.&lt;/p&gt;

&lt;p&gt;If, for some reason, you aren&amp;#39;t going to be staying at the conference&amp;#39;s hotel, you&amp;#39;re in luck. DC has a LOT of hotels. In general, the closer they are to a metro stop, the more expensive they are, but it&amp;#39;s still possible to find no-frills hotels very close to a metro stop. If you want to remain close to the main action, I would get a hotel at L&amp;#39;Enfant (which is close to the Mall), Crystal City, or National Airport. Franconia/Springfield may look convenient, but it&amp;#39;s actually not close to anything.&lt;/p&gt;
&lt;h3&gt;Getting to DC&lt;/h3&gt;&lt;h4&gt;Flying&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;http://maps.google.com/maps/ms?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;aq=0&amp;amp;vpsrc=6&amp;amp;ie=UTF8&amp;amp;hq=Ronald+Reagan+Washington+National+Airport,+1+Aviation+Circle,+Arlington,+Virginia&amp;amp;msa=0&amp;amp;msid=211095113154214193828.0004af190da676086d76b&amp;amp;sll=38.849312,-77.041175&amp;amp;sspn=0.01738,0.032015&amp;amp;t=m&amp;amp;ll=39.155622,-77.025146&amp;amp;spn=0.745426,1.167297&amp;amp;z=9&#34;&gt;View DC airports in a larger map&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are three airports in the D.C. region. Travel sites like Hipmunk and Kayak try to make all our local airports equivalent, as if it&amp;#39;s just a short jaunt from each to DC. This is a dirty, nasty lie.&lt;/p&gt;

&lt;p&gt;The airport visible from the hotel is Reagan National. It is only one metro stop from the hotel (or just under a mile walk if you are crazy). The other airports, Dulles and BWI, are inconvenient but usually cheaper if you are on a budget and willing to spend an extra hour to two hours using a combination of shuttle services, Amtrak, buses, metro. If you choose to stomach one of the other options, then add about $15 to your trip. If you take a taxi, you could end up spending more than the cost of your savings.&lt;/p&gt;

&lt;p&gt;If you&amp;#39;re coming in on an international flight, it may be worth looking for a flight that lands at some other international airport like Atlanta or New York, then catch a flight into Reagan. Trust me, you will not regret this.&lt;/p&gt;
&lt;h4&gt;Train&lt;/h4&gt;
&lt;p&gt;The train station is located at Union Station. It can be nice way to travel if you are on the Eastern Seaboard. The commute from Union Station to the conference isn&amp;#39;t bad, since Union Station is also a metro stop.&lt;/p&gt;

&lt;p&gt;Chinatown buses and other bus services&lt;br&gt;
For those on a budget or looking for adventure and located on the Eastern Seaboard you might check look into the Chinatown buses. Various companies in Chinatown shuttle to Baltimore, Philideplia, New York, and Boston. D.C. to New York is between three and five hours (depending on your driver aherance to the speed limit) and costs around $20 each way. They will drop you off in Chinatown near the metro, which is the same metro line that you would need to get to the conference. Sometimes you can find a service that offers wifi and plugs and sometimes there are live animals and sketchy late night stops. Adventure!&lt;/p&gt;

&lt;p&gt;Other buses services will drop you off in other parts, but they are usually close to a metro stop. Bolt Bus is probably one of the nicest.&lt;/p&gt;
&lt;h4&gt;Driving&lt;/h4&gt;
&lt;p&gt;Don&amp;#39;t. It&amp;#39;s not worth it unless you are car pooling. You won&amp;#39;t need your car while visiting. If you do though, you can park you car at the Hotel (expect to pay a pretty hefty amount per night, though). If you want to bring your car, bring a GPS and some antacids. I&amp;#39;ve been told we&amp;#39;re pretty bad drivers around here.&lt;/p&gt;
&lt;h3&gt;Transportation&lt;/h3&gt;
&lt;p&gt;DC&amp;#39;s metro is stupidly simple and is probably going to all the places you want to go. DC metro area cabs are priced pretty well as a back up. I wouldn&amp;#39;t bother to rent a car.&lt;/p&gt;

&lt;p&gt;However, if you want to rent a bike, I have good news! There&amp;#39;s a &lt;a href=&#34;http://revolutioncycles.com/about/city-hub-central-pg602.htm&#34;&gt;Revolution Cycles&lt;/a&gt; in Crystal City that rents bikes by the week. I spoke with the owners, and they have about 100 bikes available. Given how many people are going to be in town, they recommended reserving one ahead of time.&lt;/p&gt;

&lt;p&gt;I&amp;#39;m no bike enthusiast (I still think my green Huffy was pretty rad), but I have been informed by bike geeks that these are good bikes.&lt;/p&gt;

&lt;p&gt;There is also &lt;a href=&#34;http://www.capitalbikeshare.com/&#34;&gt;BikeShare&lt;/a&gt;, which is like Zipcars for bikes, through DC and in the conference hotel neighbor. Bring your own helmet, though. Don&amp;#39;t be one of those guys. But there are only 10 spots at the hotel, so don&amp;#39;t count on easily finding a bike at the conference. This is a better option used to tool around D.C. for a couple hours.&lt;/p&gt;

&lt;p&gt;At the moment, I don&amp;#39;t have much information regarding bike parking at the hotel. Hotels in the region are starting to have bike parking sections available, but if you&amp;#39;re renting a bike for the week, keep in mind that you might be keeping it in your room (I hope I&amp;#39;m wrong).&lt;/p&gt;

&lt;p&gt;More soon!&lt;br&gt;
I&amp;#39;m going to post something about our tourist scene, if anyone is interested in seeing the sites while you&amp;#39;re here.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Government Fellowship Opportunity</title>
                <link rel="alternate" href="http://pyladies.com/blog/government-fellowship-opportunity/" type="text/html" />
                <id>http://pyladies.com/blog/government-fellowship-opportunity/</id>
                <updated>2012-07-10T16:31:00Z</updated>
                
                <summary type="html">The new Consumer Financial Protection Bureau is hiring a group of 30 designers and developers (Python- and Wordpress-friendly) to improve internal operations and the way that we interact with the public. The CFPB is a US government agency.</summary>
                <content type="html">&lt;p&gt;The new Consumer Financial Protection Bureau is hiring a group of 30 designers and developers (Python- and Wordpress-friendly) to improve internal operations and the way that we interact with the public. The CFPB is a US government agency.&lt;/p&gt;

&lt;p&gt;They are offering a &lt;a href=&#34;http://www.consumerfinance.gov/jobs/design-technology-fellows/&#34;&gt;Design+Technology Fellowship&lt;/a&gt;: a two-year program for developers, graphic designers, and UX pros to help build a new government agency almost from the ground up.&lt;/p&gt;

&lt;p&gt;Join us, and you will be given an opportunity to help create a dream technology environment for a new organization. In the process, you’ll improve the lives of millions of Americans. Maybe you’re just out of college and you are looking to sharpen your skills. Or maybe you want a break from building widgets and want to spend some time making things that really matter.&lt;/p&gt;

&lt;p&gt;Sounds like a fantastic way for a few good (or even a whole lot of) Pythonistas to make a big difference in many citizens&amp;#39; lives!&lt;/p&gt;

&lt;p&gt;You&amp;#39;d better hop to it, though - the deadline for applying to the Fellowship is this Friday, July 13th.  Email &lt;a href=&#34;mailto:info@pyladies.com&#34;&gt;info@pyladies.com&lt;/a&gt; if you have any questions and we&amp;#39;ll direct you to the contact person for this opportunity.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>SF PyLadies First Workshop</title>
                <link rel="alternate" href="http://pyladies.com/blog/python-it-up-in-rio/" type="text/html" />
                <id>http://pyladies.com/blog/python-it-up-in-rio/</id>
                <updated>2012-06-06T16:31:00Z</updated>
                
                <summary type="html">&lt;em&gt;Ed. note:&lt;/em&gt; This post about the first San Francisco PyLadies chapter&amp;#39;s workshop is copied straight from &lt;a href=&#34;http://www.roguelynn.com/2012-05-16-pyladies-first-workshop-build-your-own-blog/&#34;&gt;Lynn&amp;#39;s personal blog&lt;/a&gt; (with Lynn&amp;#39;s generous permission -- thanks!)]</summary>
                <content type="html">&lt;p&gt;&lt;em&gt;Ed. note:&lt;/em&gt; This post about the first San Francisco PyLadies chapter&amp;#39;s workshop is copied straight from &lt;a href=&#34;http://www.roguelynn.com/2012-05-16-pyladies-first-workshop-build-your-own-blog/&#34;&gt;Lynn&amp;#39;s personal blog&lt;/a&gt; (with Lynn&amp;#39;s generous permission -- thanks!)]&lt;/p&gt;

&lt;p&gt;What a blast I had on Saturday! It was a great learning experience for both the attendees and for us PyLadies org board! Good lessons learned, such as virtualenv is a beast to install depending on one’s operating system. Next time, we’ll have a pre-workshop session for installation of dependencies and such.&lt;/p&gt;

&lt;p&gt;We went through how to build a blog using Django and its class-based views. We also went over Model-View-Controller concepts, and how they apply to Django. We wrapped up with a quick overview of how easy it is to deploy an application on Heroku (way too easy!).&lt;/p&gt;

&lt;p&gt;I’ve made a &lt;a href=&#34;https://github.com/econchick/PyLadiesBYOBlog&#34;&gt;GitHub repo&lt;/a&gt; for people to fork &amp;amp; contribute. I didn’t find an easily accessible tutorial for building a blog, or for building a simple app using Django’s class views, so hopefully this will grow to something useful in the Django community. Til next time!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>SF PyLadies First Workshop</title>
                <link rel="alternate" href="http://pyladies.com/blog/sf-pyladies-first-workshop-build-your-own-blog/" type="text/html" />
                <id>http://pyladies.com/blog/sf-pyladies-first-workshop-build-your-own-blog/</id>
                <updated>2012-05-21T16:31:00Z</updated>
                
                <summary type="html">&lt;em&gt;Ed. note:&lt;/em&gt; This post about the first San Francisco PyLadies chapter&amp;#39;s workshop is copied straight from &lt;a href=&#34;http://www.roguelynn.com/2012-05-16-pyladies-first-workshop-build-your-own-blog/&#34;&gt;Lynn&amp;#39;s personal blog&lt;/a&gt; (with Lynn&amp;#39;s generous permission -- thanks!)]</summary>
                <content type="html">&lt;p&gt;&lt;em&gt;Ed. note:&lt;/em&gt; This post about the first San Francisco PyLadies chapter&amp;#39;s workshop is copied straight from &lt;a href=&#34;http://www.roguelynn.com/2012-05-16-pyladies-first-workshop-build-your-own-blog/&#34;&gt;Lynn&amp;#39;s personal blog&lt;/a&gt; (with Lynn&amp;#39;s generous permission -- thanks!)]&lt;/p&gt;

&lt;p&gt;What a blast I had on Saturday! It was a great learning experience for both the attendees and for us PyLadies org board! Good lessons learned, such as virtualenv is a beast to install depending on one’s operating system. Next time, we’ll have a pre-workshop session for installation of dependencies and such.&lt;/p&gt;

&lt;p&gt;We went through how to build a blog using Django and its class-based views. We also went over Model-View-Controller concepts, and how they apply to Django. We wrapped up with a quick overview of how easy it is to deploy an application on Heroku (way too easy!).&lt;/p&gt;

&lt;p&gt;I’ve made a &lt;a href=&#34;https://github.com/econchick/PyLadiesBYOBlog&#34;&gt;GitHub repo&lt;/a&gt; for people to fork &amp;amp; contribute. I didn’t find an easily accessible tutorial for building a blog, or for building a simple app using Django’s class views, so hopefully this will grow to something useful in the Django community. Til next time!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Jessica McKellar to be Keynte speaker at DjangoCon Europe!</title>
                <link rel="alternate" href="http://pyladies.com/blog/jessica-mckellar-to-be-keynote-speaker-at-djangocon-europe/" type="text/html" />
                <id>http://pyladies.com/blog/jessica-mckellar-to-be-keynote-speaker-at-djangocon-europe/</id>
                <updated>2012-05-17T16:31:00Z</updated>
                
                <summary type="html">&lt;em&gt;[Originally posted on the &lt;a href=&#34;http://2012.djangocon.eu/blog/announcing-our-second-keynote-speaker-jessica-mcke/&#34;&gt;DjangoCon Europe blog&lt;/a&gt;&lt;/em&gt;. Thanks Jonas for letting us repost here! &lt;a href=&#34;http://2012.djangocon.eu/&#34;&gt;DjangoCon Europe 2012&lt;/a&gt; will go from June 4-June 8 in Zurich, Switzerland.]</summary>
                <content type="html">&lt;p&gt;&lt;em&gt;[Originally posted on the &lt;a href=&#34;http://2012.djangocon.eu/blog/announcing-our-second-keynote-speaker-jessica-mcke/&#34;&gt;DjangoCon Europe blog&lt;/a&gt;&lt;/em&gt;. Thanks Jonas for letting us repost here! &lt;a href=&#34;http://2012.djangocon.eu/&#34;&gt;DjangoCon Europe 2012&lt;/a&gt; will go from June 4-June 8 in Zurich, Switzerland.]&lt;/p&gt;

&lt;p&gt;By Jonas Obrist&lt;/p&gt;

&lt;p&gt;I am really excited to announce our second keynote speaker for DjangoCon Europe 2012 - Jessica McKellar.&lt;/p&gt;

&lt;p&gt;Jessica is a kernel engineer from Cambridge, Massachusetts. She&amp;#39;s a maintainer of several open source Python projects, most notably Twisted and OpenHatch. She&amp;#39;s also working on a new edition of Twisted Networking Essentials for O&amp;#39;Reilly.&lt;/p&gt;

&lt;p&gt;On top of her open source contributions, she is also a Python Software Foundation board member and a crucial part in the Boston Python User Group, the largest Python user group in the world. With that group she runs the Boston Python Workshop, an introductory programming pipeline that has brought hundreds of women into the local Python community and is being replicated in cities across the US.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>SF Study Group</title>
                <link rel="alternate" href="http://pyladies.com/blog/sf-study-group/" type="text/html" />
                <id>http://pyladies.com/blog/sf-study-group/</id>
                <updated>2012-05-12T16:31:00Z</updated>
                
                <summary type="html">Udacity is offering a free online intro to programming course starting Monday April 16th. Each week, videos will be posted online at the start of the week and homework will be due on the Tuesday of the following week.</summary>
                <content type="html">&lt;p&gt;Udacity is offering a free online intro to programming course starting Monday April 16th. Each week, videos will be posted online at the start of the week and homework will be due on the Tuesday of the following week.&lt;/p&gt;

&lt;p&gt;Let&amp;#39;s meet every Wednesday evening; exact time &amp;amp; place will be coordinated with soon, but will be in the SF city area.&lt;/p&gt;

&lt;p&gt;Please watch the videos beforehand so we can work on homework together. There are multiple courses, no need to all do the same. We can help each other!&lt;/p&gt;

&lt;p&gt;Also - this event is for women, those who identify as women, and their friends (of either gender). Emphatically queer &amp;amp; trans friendly.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&#34;http://www.meetup.com/PyLadiesSF/events/62203752/&#34;&gt;PyLadies SF event page&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Workshop Planning Session</title>
                <link rel="alternate" href="http://pyladies.com/blog/workshop-planning-session-python-ladies-night-2-recap/" type="text/html" />
                <id>http://pyladies.com/blog/workshop-planning-session-python-ladies-night-2-recap/</id>
                <updated>2012-05-10T16:31:00Z</updated>
                
                <summary type="html">On May 8, 2011, six of the PyLadies got together at Intelligentsia Coffee in Pasadena.  It was really great to see everyone!  Sadly Jess was out of town attending Google I/O, otherwise we would have had seven of us.</summary>
                <content type="html">&lt;p&gt;On May 8, 2011, six of the PyLadies got together at Intelligentsia Coffee in Pasadena.  It was really great to see everyone!  Sadly Jess was out of town attending Google I/O, otherwise we would have had seven of us.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/orangepulp/5707622417/&#34;&gt;&lt;img src=&#34;http://farm3.staticflickr.com/2735/5707622417_9f7cacaa25.jpg&#34; alt=&#34;img&#34;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was mostly a planning session for the workshop, where we divided up the remaining tasks among us:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Send out a pre-workshop email to attendees.  Invite anyone who has setup problems to come early for extra help - Audrey&lt;/li&gt;
&lt;li&gt;  Show up on Sunday at 8:30am to help people who need extra setup help.  Make sure tables/chairs are properly arranged - Katharine, Sandy, Sophia&lt;/li&gt;
&lt;li&gt;  Show up on Sunday by 9am to greet attendees: check in, ask if vegetarian/vegan - Esther, Christine, Jess, Audrey&lt;/li&gt;
&lt;li&gt;  Follow up with KPCC about the venue.  Check whether they have whiteboards - Audrey&lt;/li&gt;
&lt;li&gt;  Bring backup whiteboards from home - Sandy, Esther&lt;/li&gt;
&lt;li&gt;  Bring large paper from home - Sophia, Audrey&lt;/li&gt;
&lt;li&gt;  (If needed - tbd) pick up 2 large easels from office supply store - Sandy&lt;/li&gt;
&lt;li&gt;  Bring bagels/spread, cups, plates.  Bring projector, 2 24&amp;quot; LCD monitors, power strips, printer, label paper for nametags - Audrey&lt;/li&gt;
&lt;li&gt;  Bring extra laptops - Katharine, Audrey&lt;/li&gt;
&lt;li&gt;  Print 3 signs (on 8.5x11 paper) for each breakout session: Debugging, Django, Web Scraping - Sandy&lt;/li&gt;
&lt;li&gt;  Put together 10-20 min Why Python overview talk for the start of the workshop - Christine&lt;/li&gt;
&lt;li&gt;  Put together 2 hr Web Scraping breakout session material - Katharine, Esther&lt;/li&gt;
&lt;li&gt;  Review Django poll tutorial &lt;a href=&#34;https://docs.djangoproject.com/en/1.3/intro/tutorial01/&#34;&gt;https://docs.djangoproject.com/en/1.3/intro/tutorial01/&lt;/a&gt; for 2 hr Django breakout session - Christine, Sophia&lt;/li&gt;
&lt;li&gt;  Review How to Think Like a Computer Scientist &lt;a href=&#34;http://greenteapress.com/thinkpython/html/&#34;&gt;http://greenteapress.com/thinkpython/html/&lt;/a&gt; for 2 hr Debugging breakout session - Sandy, Audrey&lt;/li&gt;
&lt;li&gt;  Be available as a &amp;quot;floater&amp;quot; to whichever breakout session needs help most during the event - Jess&lt;/li&gt;
&lt;li&gt;  Put together 5 min lightning talks.  Katharine: web frameworks. Sophia: Java/Python code sample case study showing differences. Sandy: generators.  Esther: generating docs (Sphinx?).  Christine: tbd (possibly showing how to set up pyladies.com or other cms). Audrey: tbd (possibly PIL/PyCairo drawing). Jess: tbd.&lt;/li&gt;
&lt;li&gt;  Move organizer discussions to private Google Group - Audrey&lt;/li&gt;
&lt;li&gt;  Create Mailchimp announce list and Google Group discussion list for attendees, potential members, friends - Audrey&lt;/li&gt;
&lt;li&gt;  Create a Google Forms survey that gets sent out on Sunday at 3:30pm to attendees - Katharine&lt;/li&gt;
&lt;li&gt;  Send out a Thank You email after the event - Audrey&lt;/li&gt;
&lt;li&gt;  Email other user groups about co-hosting an afternoon/evening hack session in mid/late June - Audrey&lt;/li&gt;
&lt;li&gt;  Ask Danny and Grant for help with picking up lunch and ice cream - Sophia, Audrey&lt;/li&gt;
&lt;li&gt;  Bring nice camera - Jess&lt;/li&gt;
&lt;li&gt;  Ask photographer friends for photo or video help (even if just stopping by for 30 min) - Sophia, Sandy&lt;/li&gt;
&lt;li&gt;  Get organizer t-shirts printed - Audrey&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Wow, that&amp;#39;s a lot of tasks!  If you&amp;#39;re reading this and want to help, email me at &lt;a href=&#34;mailto:audreyr@cartwheelweb.com&#34;&gt;audreyr@cartwheelweb.com&lt;/a&gt; and let me know what you can help with, whether it&amp;#39;s on this list or not.  We can always use more help.&lt;/p&gt;

&lt;p&gt;Also, we talked about some of the fun things we want to do together in the future:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  More ladies&amp;#39; nights for just us :)&lt;/li&gt;
&lt;li&gt;  Follow-up hack session where people bring laptops and code together - afternoon/evening of June 18?&lt;/li&gt;
&lt;li&gt;  Get a PyLadies car or two full of people and drive to LayerOne security conference in Anaheim on May 28-29, 2011 (\$100 online; $140 at door) &lt;a href=&#34;http://www.layerone.org/&#34;&gt;http://www.layerone.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Road trip to Las Vegas for DEF CON August 4-7, 2011 ($150, paid at door) &lt;a href=&#34;http://www.defcon.org/&#34;&gt;http://www.defcon.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Take a train to Portland for DjangoCon, Sept 6-8, 2011.  Hopefully all the Django ladies will submit talks!&lt;/li&gt;
&lt;li&gt;  Go &amp;quot;on tour&amp;quot; for a weekend and do a San Diego women&amp;#39;s workshop&lt;/li&gt;
&lt;li&gt;  Set up the PyCon 2012 PyLadies bus to Santa Clara, March 7-15, 2012, with wifi, snacks, drinks &lt;a href=&#34;http://us.pycon.org/2012/&#34;&gt;http://us.pycon.org/2012/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&#34;http://farm3.static.flickr.com/2735/5707622417_9f7cacaa25.jpg&#34; alt=&#34;Esther, Sophia, and Christine at PyLadies meetup&#34;&gt; &lt;br&gt;
&lt;img src=&#34;http://farm4.static.flickr.com/3320/5707551585_8fda850878.jpg&#34; alt=&#34;Katharine and Sandy at PyLadies meetup&#34;&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Welcome to mynt</title>
                <link rel="alternate" href="http://pyladies.com/blog/Welcome-to-mynt/" type="text/html" />
                <id>http://pyladies.com/blog/Welcome-to-mynt/</id>
                <updated>2012-04-12T16:31:00Z</updated>
                
                <summary type="html">For a quick overview of what mynt has to offer, give the &lt;a href=&#34;http://mynt.mirroredwhite.com/quickstart/&#34;&gt;quickstart&lt;/a&gt; guide a read. You can also find API reference style documentation on the &lt;a href=&#34;http://mynt.mirroredwhite.com/docs/&#34;&gt;docs&lt;/a&gt; page. If you run into any problems open an issue on &lt;a href=&#34;https://github.com/Anomareh/mynt&#34;&gt;GitHub&lt;/a&gt;. Lastly, if you have any questions or just want to chat, you can hop into our IRC channel on &lt;a href=&#34;http://webchat.freenode.net/?channels=mynt&#34;&gt;freenode&lt;/a&gt;, #mynt.</summary>
                <content type="html">&lt;p&gt;For a quick overview of what mynt has to offer, give the &lt;a href=&#34;http://mynt.mirroredwhite.com/quickstart/&#34;&gt;quickstart&lt;/a&gt; guide a read. You can also find API reference style documentation on the &lt;a href=&#34;http://mynt.mirroredwhite.com/docs/&#34;&gt;docs&lt;/a&gt; page. If you run into any problems open an issue on &lt;a href=&#34;https://github.com/Anomareh/mynt&#34;&gt;GitHub&lt;/a&gt;. Lastly, if you have any questions or just want to chat, you can hop into our IRC channel on &lt;a href=&#34;http://webchat.freenode.net/?channels=mynt&#34;&gt;freenode&lt;/a&gt;, #mynt.&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Bay Area Girl Geek Dinner</title>
                <link rel="alternate" href="http://pyladies.com/blog/bay-area-girl-geek-dinner-at-yelp/" type="text/html" />
                <id>http://pyladies.com/blog/bay-area-girl-geek-dinner-at-yelp/</id>
                <updated>2012-03-29T16:31:00Z</updated>
                
                <summary type="html">&lt;em&gt;Ed. note&lt;/em&gt; The most recent &lt;a href=&#34;http://bayareagirlgeekdinners.com&#34;&gt;Bay Area Girl Geek Dinner&lt;/a&gt; was Python-themed, and hosted by Yelp. Many thanks to &lt;a href=&#34;http://twitter.com/roguelynn&#34;&gt;Lynn&lt;/a&gt; for letting us repost this article from &lt;a href=&#34;http://www.roguelynn.com/2012/03/28/girl-geek-dinner/&#34; title=&#34;RogueLynn Blog&#34;&gt;her blog&lt;/a&gt;! Lynn is starting up the &lt;a href=&#34;http://twitter.com/pyladiessf&#34; title=&#34;PyLadies SF Meetup&#34;&gt;SF Chapter of PyLadies&lt;/a&gt;, so drop her a line if you&amp;#39;re interested in joining!</summary>
                <content type="html">&lt;p&gt;&lt;em&gt;Ed. note&lt;/em&gt; The most recent &lt;a href=&#34;http://bayareagirlgeekdinners.com&#34;&gt;Bay Area Girl Geek Dinner&lt;/a&gt; was Python-themed, and hosted by Yelp. Many thanks to &lt;a href=&#34;http://twitter.com/roguelynn&#34;&gt;Lynn&lt;/a&gt; for letting us repost this article from &lt;a href=&#34;http://www.roguelynn.com/2012/03/28/girl-geek-dinner/&#34; title=&#34;RogueLynn Blog&#34;&gt;her blog&lt;/a&gt;! Lynn is starting up the &lt;a href=&#34;http://twitter.com/pyladiessf&#34; title=&#34;PyLadies SF Meetup&#34;&gt;SF Chapter of PyLadies&lt;/a&gt;, so drop her a line if you&amp;#39;re interested in joining!&lt;/p&gt;

&lt;p&gt;I had the pleasure of attending last night’s Girl Geek dinner at Yelp’s headquarters. The event was about empowering women by hearing their success stories.&lt;/p&gt;

&lt;p&gt;Three of the speakers were not strangers to me, odd enough! Christine from PyLadies in LA spoke about increasing involvement of women in the Python community. And of course, spreading the Pyladies ingenuity to San Francisco with the help of yours truly!&lt;/p&gt;

&lt;p&gt;Kaitlyn Trigger of lovestagram.com, a valentine overlay to instagram photos, spoke as well. I had the fortunate opportunity to invite her to one of my Women Who Code python workshop nights. I loved her message that one can not learn how to code by herself; it takes a village!&lt;/p&gt;

&lt;p&gt;Lastly, Sasha of Women Who Code gave a great talk on how she starting the group, and her motivation behind it. Too bad she’s now in NYC :-/&lt;/p&gt;

&lt;p&gt;I would highly recommend attending a Girl Geek dinner in the future!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/roguelynn&#34; title=&#34;RogueLynn | Twitter&#34;&gt;Lynn Root&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34; title=&#34;Share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies in the News</title>
                <link rel="alternate" href="http://pyladies.com/blog/pyladies-in-the-news/" type="text/html" />
                <id>http://pyladies.com/blog/pyladies-in-the-news/</id>
                <updated>2012-02-24T16:31:00Z</updated>
                
                <summary type="html">The LA Weekly blog featured a few of the LA PyLadies in a &lt;a href=&#34;http://blogs.laweekly.com/arts/2012/02/pyladies_django_python.php&#34;&gt;recent post.&lt;/a&gt; The Open Hatchery highlights a nice example of the &lt;a href=&#34;https://openhatch.org/blog/2012/diversifying-pycon-the-power-of-cooperative-outreach/&#34;&gt;power of community collaboration&lt;/a&gt; and outreach (we can&amp;#39;t wait to meet Pam at PyCon!)</summary>
                <content type="html">&lt;p&gt;The LA Weekly blog featured a few of the LA PyLadies in a &lt;a href=&#34;http://blogs.laweekly.com/arts/2012/02/pyladies_django_python.php&#34;&gt;recent post.&lt;/a&gt; The Open Hatchery highlights a nice example of the &lt;a href=&#34;https://openhatch.org/blog/2012/diversifying-pycon-the-power-of-cooperative-outreach/&#34;&gt;power of community collaboration&lt;/a&gt; and outreach (we can&amp;#39;t wait to meet Pam at PyCon!)&lt;/p&gt;

&lt;p&gt;We&amp;#39;ve even stirred a bit of discussion on &lt;a href=&#34;http://www.reddit.com/r/programming/comments/psnr6/geek_chicks_pyladies_a_gang_of_female_computer/&#34;&gt;Reddit&lt;/a&gt; -- care to join the fray? =)&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Get the Most out of your Conference-going Experience</title>
                <link rel="alternate" href="http://pyladies.com/blog/get-the-most-out-of-your-conference-going-experience/" type="text/html" />
                <id>http://pyladies.com/blog/get-the-most-out-of-your-conference-going-experience/</id>
                <updated>2012-01-22T16:31:00Z</updated>
                
                <summary type="html">As seen in our last newsletter: @&lt;a href=&#34;http://twitter.com/kjam&#34;&gt;kjam&lt;/a&gt; and @&lt;a href=&#34;http://twitter.com/sandymahalo&#34;&gt;sandymahalo&lt;/a&gt; are pro conference attendees (and speakers!). Here they present advice for those who may be new to the world of tech conferences and other neck-beard-laden gatherings like &lt;a href=&#34;http://www.socallinuxexpo.org/&#34;&gt;SCALE10x&lt;/a&gt;, which is happening this entire weekend in Los Angeles.</summary>
                <content type="html">&lt;p&gt;As seen in our last newsletter: @&lt;a href=&#34;http://twitter.com/kjam&#34;&gt;kjam&lt;/a&gt; and @&lt;a href=&#34;http://twitter.com/sandymahalo&#34;&gt;sandymahalo&lt;/a&gt; are pro conference attendees (and speakers!). Here they present advice for those who may be new to the world of tech conferences and other neck-beard-laden gatherings like &lt;a href=&#34;http://www.socallinuxexpo.org/&#34;&gt;SCALE10x&lt;/a&gt;, which is happening this entire weekend in Los Angeles.&lt;/p&gt;

&lt;p&gt;​1. &lt;strong&gt;Don&amp;#39;t be intimidated by intense topics or talks.&lt;/strong&gt; Part of attending a conference is exposing yourself to new content and learning from it. If you don&amp;#39;t get it all, you may be reminded of it years later when you come across something similar.&lt;/p&gt;

&lt;p&gt;2.&lt;strong&gt;It&amp;#39;s okay to walk out.&lt;/strong&gt; If you aren&amp;#39;t sure about a talk, it&amp;#39;s *totally* okay to sit in the back and dip out if it&amp;#39;s not what you expected or if you don&amp;#39;t feel like it&amp;#39;s going to be interesting or helpful to you.&lt;/p&gt;

&lt;p&gt;​3. &lt;strong&gt;Do talk to people.&lt;/strong&gt; One of the best things about conferences is meeting folks you enjoy or who challenge and inspire you. Don&amp;#39;t fill your entire calendar with talks, spend some of the time just chatting with folks who are there and making new friends.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Call for PyCon Applications and Sponsors</title>
                <link rel="alternate" href="http://pyladies.com/blog/call-for-applications-and-sponsors-for-pyladies-pycon-us-2012/" type="text/html" />
                <id>http://pyladies.com/blog/call-for-applications-and-sponsors-for-pyladies-pycon-us-2012/</id>
                <updated>2011-12-15T16:31:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;static/blog/pyladies-at-pycon-2012&#34;&gt;As previously mentioned&lt;/a&gt;, the PyLadies are working with the PSF to ensure that PyLadies who want to attend &lt;a href=&#34;http://us.pycon.org/2012&#34;&gt;PyCon 2012&lt;/a&gt; can do so.  To that end,we are accepting &lt;a href=&#34;https://docs.google.com/spreadsheet/viewform?formkey=dEtUbUZxZWN6V3FGdkVydEtvU2ZwMUE6MQ&#34;&gt;applications for grants to attend PyCon&lt;/a&gt; in Santa Clara, CA from March 7-15.</summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;static/blog/pyladies-at-pycon-2012&#34;&gt;As previously mentioned&lt;/a&gt;, the PyLadies are working with the PSF to ensure that PyLadies who want to attend &lt;a href=&#34;http://us.pycon.org/2012&#34;&gt;PyCon 2012&lt;/a&gt; can do so.  To that end,we are accepting &lt;a href=&#34;https://docs.google.com/spreadsheet/viewform?formkey=dEtUbUZxZWN6V3FGdkVydEtvU2ZwMUE6MQ&#34;&gt;applications for grants to attend PyCon&lt;/a&gt; in Santa Clara, CA from March 7-15.&lt;/p&gt;

&lt;p&gt;Let&amp;#39;s make PyCon as diverse as the Python Community as a whole -- if not more! Many thanks to the PSF for partnering with us on this initiative.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attendees&lt;/strong&gt;: If you are a female Python developer who wants to attend but needs financial assistance in order to do so, please &lt;a href=&#34;https://docs.google.com/spreadsheet/viewform?formkey=dEtUbUZxZWN6V3FGdkVydEtvU2ZwMUE6MQ&#34;&gt;fill out this form&lt;/a&gt; as soon as possible.&lt;/p&gt;

&lt;p&gt;The application period for this year has ended. If you have not received a reply from us about the status of your application, please email esther @ pyladies com immediately.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: If you are interested in providing financial assistance to a budding Python developer in need, please contact esther @ pyladies.com&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;static/blog/djangocon-sponsorship-program-results&#34;&gt;We did something similar this past year for DjangoCon&lt;/a&gt;, and plan to continue this program for as long as we can sustain it. If you can help us, you will helping to change the community, and maybe even a couple of lives!&lt;/p&gt;
&lt;h2&gt;How grant recipients will be chosen&lt;/h2&gt;
&lt;p&gt;Priority will be based on the following factors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Genuine financial need&lt;/li&gt;
&lt;li&gt;  Talk proposal acceptance (those invited to speak at PyCon will have
higher priority)&lt;/li&gt;
&lt;li&gt;  Level of experience in programming&lt;/li&gt;
&lt;li&gt;  Contributions to open-source&lt;/li&gt;
&lt;li&gt;  Contributions to Python diversity advocacy efforts&lt;/li&gt;
&lt;li&gt;  Desire to attend&lt;/li&gt;
&lt;li&gt;  Impact that attendance will have on her life, especially for
first-time attendees&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sponsors will receive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  an email report from us about the person you&amp;#39;re sponsoring, and why
you made the right decision&lt;/li&gt;
&lt;li&gt;  your link listed on a page that we&amp;#39;ll be putting up for sponsors&lt;/li&gt;
&lt;li&gt;  your logo displayed on that page, if you donate substantially more
than others (amount TBD) and/or better placement&lt;/li&gt;
&lt;li&gt;  a personal guarantee from me that the PyLadies and I will mentor the
person you sponsored.  We will help them through their Python career
and put friendly pressure on them to contribute to open-source =)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies at PyCon 2012</title>
                <link rel="alternate" href="http://pyladies.com/blog/pyladies-at-pycon-2012/" type="text/html" />
                <id>http://pyladies.com/blog/pyladies-at-pycon-2012/</id>
                <updated>2011-12-12T16:31:00Z</updated>
                
                <summary type="html">We&amp;#39;re happy to announce that with the help of the Python Software Foundation, PyLadies will be making an appearance at &lt;a href=&#34;http://us.pycon.org/2012&#34;&gt;PyCon&lt;/a&gt; 2012! We will be exhibiting during the main portion of conference and will be on hand to help any other interested PyLadies in joining or starting up their own chapter. We will soon have details about grants to attend this upcoming PyCon, so stay tuned!</summary>
                <content type="html">&lt;p&gt;We&amp;#39;re happy to announce that with the help of the Python Software Foundation, PyLadies will be making an appearance at &lt;a href=&#34;http://us.pycon.org/2012&#34;&gt;PyCon&lt;/a&gt; 2012! We will be exhibiting during the main portion of conference and will be on hand to help any other interested PyLadies in joining or starting up their own chapter. We will soon have details about grants to attend this upcoming PyCon, so stay tuned!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/plaidxtine&#34; title=&#34;Plaidxtine | Twitter&#34;&gt;C Cheung&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Recaps: October Hackathon, November Beginner&#39;s Workshop</title>
                <link rel="alternate" href="http://pyladies.com/blog/recaps-october-hackathon-at-idealab-november-beginners-workshop-at-usc/" type="text/html" />
                <id>http://pyladies.com/blog/recaps-october-hackathon-at-idealab-november-beginners-workshop-at-usc/</id>
                <updated>2011-11-29T16:31:00Z</updated>
                
                <summary type="html">&lt;a href=&#34;http://idealab.com&#34;&gt;Idealab&lt;/a&gt; in Pasadena played host to a PyLadies hackathon this past October. Our very own Sophia has posted some great photos of the event over at her own site, &lt;a href=&#34;http://backcode.com/pyladies-hackathon-the-idea-lab/&#34;&gt;backCODE&lt;/a&gt; -- check them out!</summary>
                <content type="html">&lt;p&gt;&lt;a href=&#34;http://idealab.com&#34;&gt;Idealab&lt;/a&gt; in Pasadena played host to a PyLadies hackathon this past October. Our very own Sophia has posted some great photos of the event over at her own site, &lt;a href=&#34;http://backcode.com/pyladies-hackathon-the-idea-lab/&#34;&gt;backCODE&lt;/a&gt; -- check them out!&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://backcode.com/wp-content/uploads/2011/11/idea_lab1.jpg&#34; alt=&#34;image0&#34;&gt;&lt;/p&gt;

&lt;p&gt;Lightning talks  at that hackathon were given by:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ray T&lt;/strong&gt;. on &lt;a href=&#34;https://docs.google.com/viewer?a=v&amp;amp;pid=explorer&amp;amp;chrome=true&amp;amp;srcid=0B5ImuRfdVTEoNTQzY2FmZjEtOWUzYy00MWI5LTgyNmItMjhhNzU5NDVmZjEz&amp;amp;hl=en&#34;&gt;Unit Testing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Randall D.&lt;/strong&gt; on easy Django deployment with Heroku&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PyDanny&lt;/strong&gt; on Painless Authentication and Registration&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Emma S&lt;/strong&gt;.: Hello world! A beginner&amp;#39;s Django App&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Leo C.&lt;/strong&gt;: Google App Engine&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ryan&lt;/strong&gt;: Know your Time Complexities&lt;/p&gt;

&lt;p&gt;Muchas gracias to Idealab, and especially to &lt;strong&gt;Joven Matias&lt;/strong&gt; for their excellent hospitality.  Extra thanks to our wonderful volunteer corps, who came early, helped set up the rooms, and delivered lightning talks!&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;a href=&#34;http://annenberg.usc.edu&#34;&gt;USC&amp;#39;s Annenberg School for Communication &amp;amp; Journalism&lt;/a&gt; hosted a beginner&amp;#39;s Python workshop that was even bigger than the first one we held back in May. 50-odd geeks, nerds, and similar fought their way through some unexpected downtown traffic to attend this tutorial, taught by PyLadies kjam, Sandy, and xtine.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/usc/1stprogram.png&#34; alt=&#34;image1&#34;&gt;&lt;/p&gt;

&lt;p&gt;It was a bright crowd, with most people Learning Python the Hard Way at a fairly rapid clip. They were impatient to learn about web scraping from kjam, and eager to follow along with the code samples presented at the end-of-day lightning talks.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/usc/amazon.png&#34; alt=&#34;image2&#34;&gt;&lt;/p&gt;

&lt;p&gt;Photos from this event are up on our &lt;a href=&#34;https://secure.flickr.com/photos/pyladies/sets/72157628083649345/&#34;&gt;Flickr page&lt;/a&gt;! BIG thanks to Geneva Oh of USC Annenberg and Prof. &lt;strong&gt;Robert Hernandez&lt;/strong&gt;for proposing, organizing and promoting this workshop for USC students and journalists (including one intrepid nerd-to-be who flew in from Arizona solely for this event!), as well as sponsoring the venue and food.&lt;/p&gt;

&lt;p&gt;Lightning talks from&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;xtine&lt;/strong&gt;: scraping data from a music website for fun!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Michael&lt;/strong&gt;: Why Documentation Matters&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Robin&lt;/strong&gt;: &lt;a href=&#34;http://dl.dropbox.com/u/39730/pyladiesblog/usc/ListComps.ppt&#34;&gt;Python List Comprensions&lt;/a&gt; [.ppt]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Emma&lt;/strong&gt;: &amp;quot;&lt;a href=&#34;http://djangolookslikefun.wordpress.com/2011/10/22/lightning-talk-hello-world/&#34;&gt;Hello world!&lt;/a&gt;&amp;quot; (an encore by popular demand)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Leo&lt;/strong&gt;: I can&amp;#39;t remember at the moment but I&amp;#39;m sure it was fabulous!&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://cars.com&#34;&gt;Cars.com&lt;/a&gt; generously hosted a post-workshop PyLadies social hour, plying us with beer and delicious appetizers from the campus bar. Thanks to Michael and Robin from Cars for giving up their Saturday for us!  Likewise to our brilliant volunteer corps -- the event would not have been as successful without your participation and we are grateful! =)&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/usc/nerdlevel.png&#34; alt=&#34;image3&#34;&gt;&lt;/p&gt;

&lt;p&gt;We hope to follow up with some Intermediate Python workshops in the coming months for those who want to level-up some more, so stay tuned -- subscribe to our newsletter (use the form at right) and &lt;a href=&#34;http://twitter.com/pyladies&#34;&gt;follow us on the Twitter&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Djangsta Shirts - Extra Print Run!</title>
                <link rel="alternate" href="http://pyladies.com/blog/djangsta-shirts-extra-print-run/" type="text/html" />
                <id>http://pyladies.com/blog/djangsta-shirts-extra-print-run/</id>
                <updated>2011-09-19T16:31:00Z</updated>
                
                <summary type="html">If you were at DjangoCon you probably saw people wearing these, standing out magnificently amongst the sea of bright green. They were the cool people -- the Djangstas, if you will.</summary>
                <content type="html">&lt;p&gt;If you were at DjangoCon you probably saw people wearing these, standing out magnificently amongst the sea of bright green. They were the cool people -- the Djangstas, if you will.&lt;/p&gt;

&lt;p&gt;We were originally going to sell these only at DjangoCon, but demand was so high we&amp;#39;ve decided to do one more print run. If you  hesitated the first time around (and are now full of regret), or were shortsighted enough to give DjangoCon a miss altogether this year (and are now SO full of regret), here&amp;#39;s your chance to redeem yourself and join the ranks of the Djangstas!&lt;/p&gt;

&lt;p&gt;Shirts will now cost $25, to cover shipping and/or PayPal fees.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Please pre-order by October 1,&lt;/strong&gt; by filling out the form below. We&amp;#39;ll email you to confirm so you can pay us (via check or Paypal)  before we print and mail you your shirt.&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;[The pre-order period has ended: Thanks to everyone who placed their orders! We will be contacting you shortly to collect payments and mailing addresses, so dig up that checkbook or dust off your Paypal account! :)]&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Recap: PyLadies at DjangoCon 2011</title>
                <link rel="alternate" href="http://pyladies.com/blog/recap-pyladies-at-djangocon-2011/" type="text/html" />
                <id>http://pyladies.com/blog/recap-pyladies-at-djangocon-2011/</id>
                <updated>2011-09-14T16:31:00Z</updated>
                
                <summary type="html">Last week the PyLadies took Portland, Oregon by storm: after months of planning, brainstorming, planning, rehearsing, and even a bit of planning, we flew in &lt;em&gt;en masse&lt;/em&gt; to &lt;a href=&#34;http://djangocon.us&#34;&gt;DjangoCon 2011&lt;/a&gt; for six action-packed days of tutorials, talks, code sprints, and raucous socializing with Django developers from all over the world.</summary>
                <content type="html">&lt;p&gt;Last week the PyLadies took Portland, Oregon by storm: after months of planning, brainstorming, planning, rehearsing, and even a bit of planning, we flew in &lt;em&gt;en masse&lt;/em&gt; to &lt;a href=&#34;http://djangocon.us&#34;&gt;DjangoCon 2011&lt;/a&gt; for six action-packed days of tutorials, talks, code sprints, and raucous socializing with Django developers from all over the world.&lt;/p&gt;
&lt;h2&gt;&lt;img src=&#34;https://lh6.googleusercontent.com/-h4s5Gb0ovXw/Tm7Na3yM8dI/AAAAAAAAAOY/sACKQfJus30/s640/photo.jpeg&#34; alt=&#34;image0&#34;&gt;&lt;/h2&gt;&lt;h2&gt;Tutorials, talks, and sprints&lt;/h2&gt;
&lt;p&gt;Most of the talks from DjangoCon will be available &lt;a href=&#34;http://blip.tv/djangocon&#34;&gt;online&lt;/a&gt; soon (we hope!) - lots of slides and other docs are available via &lt;a href=&#34;http://lanyrd.com/2011/djangocon-us/&#34;&gt;Lanyrd&lt;/a&gt;. Here&amp;#39;s a brief recap of how the PyLadies represented last week:&lt;/p&gt;

&lt;p&gt;On Monday we labored through a pre-conference day of tutorials to help &lt;a href=&#34;http://twitter.com/pydanny&#34;&gt;PyDanny&lt;/a&gt; lead the Ultimate Django Tutorial, all proceeds from which went directly to the PyLadies. We had invaluable assistance from other great mentors like &lt;a href=&#34;https://www.djangoproject.com/foundation/&#34;&gt;DSF&lt;/a&gt; president &lt;a href=&#34;http://twitter.com/freakboy3742&#34;&gt;Russell Keith-Magee&lt;/a&gt; and &lt;a href=&#34;http://twitter.com/#%21/gabrielmgrant&#34;&gt;Gabriel Grant&lt;/a&gt; of &lt;a href=&#34;https://www.dotcloud.com/&#34;&gt;DotCloud&lt;/a&gt;, to name just two.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://farm7.static.flickr.com/6157/6146290822_7c1bf5c590.jpg&#34; alt=&#34;image1&#34;&gt;&lt;/p&gt;

&lt;p&gt;The conference began in earnest on Tuesday, with &lt;a href=&#34;http://twitter.com/limedaring&#34;&gt;Tracy&lt;/a&gt; delivering an inspiring &lt;a href=&#34;http://www.slideshare.net/limedaring/from-designer-to-djangoer-in-six-weeks-a-story-from-solo-founder&#34;&gt;talk&lt;/a&gt; about launching her own &lt;a href=&#34;http://www.weddinginvitelove.com/&#34;&gt;startup&lt;/a&gt; in six weeks by teaching herself Django. That afternoon, &lt;a href=&#34;http://twitter.com/sandymahalo&#34;&gt;Sandy&lt;/a&gt; wowed even the most experienced developers in the room with her excellent talk on &lt;a href=&#34;https://docs.google.com/a/pyladies.com/present/view?id=0AVthC0Z3iw8DZGRrdnFzeGdfN2c5bWJ6d2Y1&amp;amp;hl=en_US&#34;&gt;best practices in testing&lt;/a&gt;. &lt;a href=&#34;http://twitter.com/audreyr&#34;&gt;Audrey&lt;/a&gt; and &lt;a href=&#34;http://twitter.com/webdevgirl&#34;&gt;Christine&lt;/a&gt; picked up the PyLadies baton the following day, with talks about &lt;a href=&#34;http://www.slideshare.net/audreyr/django-package-thunderdome-by-audrey-roy-daniel-greenfeld&#34;&gt;Django packages&lt;/a&gt; and &lt;a href=&#34;http://www.slideshare.net/cosecant/best-practices-for-frontend-django-developers&#34;&gt;Django for the Front-End&lt;/a&gt;, respectively. &lt;a href=&#34;http://twitter.com/kjam&#34;&gt;Katharine&lt;/a&gt; spoke on Wednesday afternoon about &lt;a href=&#34;http://dl.dropbox.com/u/19508576/djangocon_slides/src/scraper_talk.html&#34;&gt;web-scraping methods&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/djangocon/6146295356_b7fe674122_b.jpg&#34; alt=&#34;image2&#34;&gt;&lt;/p&gt;

&lt;p&gt;I&amp;#39;m singling out the PyLadies-driven sessions specially here, but of course there were numerous other great technical talks on topics ranging from &lt;a href=&#34;http://www.slideshare.net/idangazit/dc2011-keynote%20to%20security&#34;&gt;design&lt;/a&gt; (&lt;a href=&#34;http://twitter.com/idangazit&#34;&gt;Idan Gazit&lt;/a&gt;), to &lt;a href=&#34;http://djangocon.us/schedule/presentations/52/&#34;&gt;security issues&lt;/a&gt; (&lt;a href=&#34;http://twitter.com/#%21/paulrmcmillan&#34;&gt;Paul McMillan&lt;/a&gt;), to pouring out some good-natured haterade for  our favorite framework and language (&lt;a href=&#34;http://twitter.com/glyph&#34;&gt;Glyph Lefkowitz&amp;#39;s&lt;/a&gt; memorable keynote was entitled: &amp;quot;Why does Django Hate Python&amp;quot;?).&lt;/p&gt;

&lt;p&gt;Most of us were heavily sleep-deprived by Friday -- thank heaven for Stumptown Roasters and Voodoo Doughnuts! Still, inspired by &lt;a href=&#34;http://twitter.com/holdenweb&#34;&gt;Steve Holden&lt;/a&gt;&amp;#39;s and &lt;a href=&#34;http://twitter.com/ubernostrum&#34;&gt;James Bennett&lt;/a&gt;&amp;#39;s respective talks about Django&amp;#39;s &lt;a href=&#34;http://t.co/E8VkaJM&#34;&gt;documentation&lt;/a&gt;, a few PyLadies delegates got together with a number of other devs at &lt;a href=&#34;http://urbanairship.com/&#34;&gt;Urban Airship&lt;/a&gt; for code sprints, to try and rework the official &lt;a href=&#34;https://code.djangoproject.com/wiki/Tutorials&#34;&gt;Django tutorial&lt;/a&gt; so that it would be more friendly to beginners and casual Djangologists. &lt;a href=&#34;http://twitter.com/natea&#34;&gt;Nate Aune&lt;/a&gt; started a &lt;a href=&#34;https://github.com/natea/djangostarterkit&#34;&gt;git repo&lt;/a&gt; for the project and we hope to continue to plug away at it even though the conference is over.  Still, while coding remotely has its pros, it was pretty awesome to be able to sit in the same room with dozens of talented folks to plug away at the same open-source project!&lt;/p&gt;
&lt;h2&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/djangocon/sprints.png&#34; alt=&#34;image3&#34;&gt;&lt;/h2&gt;&lt;h2&gt;&lt;img src=&#34;https://farm7.static.flickr.com/6077/6145758885_aedbef599b.jpg&#34; alt=&#34;image4&#34;&gt;&lt;/h2&gt;&lt;h2&gt;Off the program&lt;/h2&gt;
&lt;p&gt;It wasn&amp;#39;t all work for us, of course -- there was plenty of extra-curricular fun to be had in Portland, from printing and selling out our &lt;a href=&#34;static/blog/djangsta-shirts-on-sale-at-djangocon&#34;&gt;Djangsta shirts&lt;/a&gt; (conceived by Katharine and designed by Christine); to sneaking multiple trips to Powell&amp;#39;s Books and Portland&amp;#39;s famous food carts (&lt;a href=&#34;http://www.foodcartsportland.com/2009/05/22/whiffies-pie-cart/&#34;&gt;deep fried pie&lt;/a&gt; FTW!!); to hosting a &lt;a href=&#34;static/blog/pyladies-meetup-at-djangocon&#34;&gt;meetup&lt;/a&gt; for DjangoCon PyLadies/friends-of-PyLadies at McMeanamin&amp;#39;s Pub on night 2 of the conference. &lt;a href=&#34;http://myemma.com&#34;&gt;Emma Email Marketing&lt;/a&gt; pitched in for generous quantities of beer for us, and we are indebted to Portland PyLady &lt;a href=&#34;http://twitter.com/pythonchelle&#34;&gt;Michelle&lt;/a&gt; for organizing this hugely successful get-together!&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/djangocon/6145750461_21968427fa_b.jpg&#34; alt=&#34;image5&#34;&gt;&lt;/p&gt;

&lt;p&gt;The best part about the conference, of course, was meeting, coding, and carousing with Django devs from all over the world, many of whom we&amp;#39;d first conversed with online, via IRC or Twitter. There seemed to be a fair amount of conference buzz circulating about the PyLadies even before we arrived; what an odd feeling it was to have strangers recognize me by my Twitter avatar -- not to mention how odd it felt to introduce myself to others whom I&amp;#39;d recognized in the same manner!&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/djangocon/jeffreco.png&#34; alt=&#34;image6&#34;&gt;&lt;/p&gt;

&lt;p&gt;Speaking of which: the background tweet-chatter and retweeting of points from sessions we were missing out on was great to follow, sure, but Twitter was also awesome for things like helping out PyLady &lt;a href=&#34;http://twitter.com/geography76&#34;&gt;Dana&lt;/a&gt; when she was having some trouble getting PostgreSQL running on her MacBook Pro, or for reserving Djangsta shirts before they sold out.&lt;/p&gt;

&lt;p&gt;Special props go to &lt;a href=&#34;http://twitter.com/shinjikim&#34;&gt;Shinji&lt;/a&gt; and Emily, who used Twitter to reach out to us and find their way into the conference after I tweeted a call for applicants. We&amp;#39;re so excited that people like them are taking the initiative to start PyLadies (or similar) groups all over the country!&lt;/p&gt;
&lt;h2&gt;Help from our friends&lt;/h2&gt;
&lt;p&gt;Most of this would have been inconceivable without the incredible amount of support we received from a few great people and their companies -- and all we had to do was &lt;a href=&#34;http://pyladies.com/blog/call-for-sponsorship/&#34;&gt;ask!&lt;/a&gt; You can read the &lt;a href=&#34;static/blog/djangocon-sponsorship-program-results&#34;&gt;full report of the results&lt;/a&gt; of our DjangoCon sponsorship program, but suffice it to say here that we were overwhelmed by the response.&lt;/p&gt;

&lt;p&gt;We also have to acknowledge the exceptional hospitality of the conference organizers, including Steve, &lt;a href=&#34;http://twitter.com/theseanoc&#34;&gt;Sean O&amp;#39;Connor&lt;/a&gt;, and Nancy Asche, who lavished the PyLadies with care &amp;amp; attention, using every possible opportunity to demonstrate their commitment to seeing diversity flourish in the Python community. It was especially awesome of them to have arranged the weather in Portland to be unseasonably pleasant for us out-of-towners ;)&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://dl.dropbox.com/u/39730/pyladiesblog/djangocon/oreilly.png&#34; alt=&#34;Steve Holden \&amp;lt;3s PyLadies =)&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh6.googleusercontent.com/-1AMWGPX0vfg/Tm1fk3mFUeI/AAAAAAAAAOM/RLM6GgKE0NE/s400/IMG_1865.JPG&#34; alt=&#34;image6&#34;&gt;&lt;strong&gt;Big hugs to everyone&lt;/strong&gt; who came up to us offering support, tips, or twenties (for the shirts!). It&amp;#39;s really exciting to connect with others who want to join us in our efforts to promote Python and open source, and do their part to increase the overall diversity of our community!&lt;/p&gt;

&lt;p&gt;We plan to put the money we earned from the tutorials and T-shirt sales toward establishing the PyLadies as a 501(c)3 non-profit organization so that we can continue to do the things we&amp;#39;ve been doing for a long time to come.&lt;/p&gt;

&lt;p&gt;All in all, I left Portland feeling inspired by the openness, intelligence, and big-heartedness of the Django community, and I know I&amp;#39;m not the only one.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Djangsta Shirts on Sale at DjangoCon</title>
                <link rel="alternate" href="http://pyladies.com/blog/djangsta-shirts-on-sale-at-djangocon/" type="text/html" />
                <id>http://pyladies.com/blog/djangsta-shirts-on-sale-at-djangocon/</id>
                <updated>2011-09-06T16:31:00Z</updated>
                
                <summary type="html">These &amp;quot;Djangsta&amp;quot; shirts premiered at DjangoCon to a rousing success and are selling out quickly! If you are coming to DjangoCon this year, find a PyLady and get one! Proceeds help PyLadies outreach efforts. Shirt logo was designed by xtine.</summary>
                <content type="html">&lt;p&gt;These &amp;quot;Djangsta&amp;quot; shirts premiered at DjangoCon to a rousing success and are selling out quickly! If you are coming to DjangoCon this year, find a PyLady and get one! Proceeds help PyLadies outreach efforts. Shirt logo was designed by xtine.&lt;/p&gt;

&lt;p&gt;Available: Womens L, Mens S/L&lt;/p&gt;

&lt;p&gt;A pre-order form will be available for a reprint run!&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://i.imgur.com/7epc8.png&#34; alt=&#34;image0&#34;&gt; Model: &lt;a href=&#34;http://twitter.com/#!/jeffschenck&#34;&gt;Jeff Schenck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/plaidxtine&#34; title=&#34;Plaidxtine | Twitter&#34;&gt;C Cheung&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>DjangoCon Sponsorship Program</title>
                <link rel="alternate" href="http://pyladies.com/blog/djangocon-sponsorship-program-results/" type="text/html" />
                <id>http://pyladies.com/blog/djangocon-sponsorship-program-results/</id>
                <updated>2011-09-05T16:31:00Z</updated>
                
                <summary type="html">Announcing the results of the PyLadies&amp;#39; DjangoCon Sponsorship Program.</summary>
                <content type="html">&lt;p&gt;Announcing the results of the PyLadies&amp;#39; DjangoCon Sponsorship Program.&lt;/p&gt;

&lt;p&gt;$4250 was raised, with 100% of it going to making it possible for female Django developers to attend DjangoCon.  Specifically, excited and passionate developers who would not otherwise have attended (who happen&lt;br&gt;
to be women).&lt;/p&gt;

&lt;p&gt;Here is a breakdown of how the money was used.  For more details about this, see our PyLadies / DjangoCon US 2011 Sponsorship Program financial report (&lt;a href=&#34;http://dl.dropbox.com/u/768016/pyladies/financial-reports/PyLadies-DjangoConUS2011-Financial-Report.pdf&#34;&gt;PDF download&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://docs.google.com/a/pyladies.com/spreadsheet/oimg?key=0AmeI6choQL4JdGpkaGJseGVaNWFBUmNWSUNLM3RRS1E&amp;amp;oid=4&amp;amp;zx=a3qc48tfkn72&#34; alt=&#34;blah&#34;&gt;&lt;/p&gt;

&lt;p&gt;Thank you to the individuals and companies who sponsored the program:&lt;/p&gt;
&lt;h2&gt;Gold ($3000+)&lt;/h2&gt;
&lt;p&gt;Mozilla&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://dl.dropbox.com/u/768016/pyladies/sponsors/mozilla/logo-wordmark-mozilla-300x105.png&#34; alt=&#34;image0&#34;&gt;&lt;/p&gt;
&lt;h2&gt;Silver ($500+)&lt;/h2&gt;
&lt;p&gt;Cars.com&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://dl.dropbox.com/u/768016/pyladies/sponsors/cars.com/cars-dot-com.jpg&#34; alt=&#34;Cars.com&#34;&gt;&lt;/p&gt;

&lt;p&gt;Steve Holden / The Open Bastion&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;http://dl.dropbox.com/u/768016/pyladies/sponsors/the-open-bastion/tob-226x128.png&#34; alt=&#34;Open Bastion&#34;&gt;&lt;/p&gt;
&lt;h2&gt;Bronze ($150+)&lt;/h2&gt;
&lt;p&gt;Douglas Philips&lt;/p&gt;
&lt;h2&gt;Supporter ($50+)&lt;/h2&gt;
&lt;p&gt;Justin and Kristy Fields&lt;/p&gt;

&lt;p&gt;Shawn Milochik&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies Meetup at DjangoCon</title>
                <link rel="alternate" href="http://pyladies.com/blog/pyladies-meetup-at-djangocon/" type="text/html" />
                <id>http://pyladies.com/blog/pyladies-meetup-at-djangocon/</id>
                <updated>2011-09-05T16:31:00Z</updated>
                
                <summary type="html">All women at DjangoCon are invited to the PyLadies meetup, Wed night at DjangoCon US!  Thanks to Michelle Rowley and Eric Holscher (both of PDX Python) for organizing and planning the party.</summary>
                <content type="html">&lt;p&gt;All women at DjangoCon are invited to the PyLadies meetup, Wed night at DjangoCon US!  Thanks to Michelle Rowley and Eric Holscher (both of PDX Python) for organizing and planning the party.&lt;/p&gt;

&lt;p&gt;Gents who participate in IRC channel #pyladies and guests of women are invited too.&lt;/p&gt;

&lt;p&gt;Wednesday, September 7, 2011 8pm onward Location: Ringlers Annex of McMenamins&lt;/p&gt;

&lt;p&gt;(Note: this is the Annex a block east of Ringlers, not Ringlers itself) 1223 S.W. Stark Portland, OR 97205 (503) 384-2700&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.mcmenamins.com/250-ringlers-annex-home&#34;&gt;http://www.mcmenamins.com/250-ringlers-annex-home&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Mid-August News Bites</title>
                <link rel="alternate" href="http://pyladies.com/blog/mid-august-news-bites/" type="text/html" />
                <id>http://pyladies.com/blog/mid-august-news-bites/</id>
                <updated>2011-08-16T16:31:00Z</updated>
                
                <summary type="html">Mid-August -- in France we&amp;#39;d be halfway through our nationally recognized four weeks of vacation, but here in Los Angeles we PyLadies have been as busy as ever, working hard to plan some big, big things!</summary>
                <content type="html">&lt;p&gt;Mid-August -- in France we&amp;#39;d be halfway through our nationally recognized four weeks of vacation, but here in Los Angeles we PyLadies have been as busy as ever, working hard to plan some big, big things!&lt;/p&gt;

&lt;p&gt;Also:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Sophia and I wrote up &lt;a href=&#34;http://www.women2.org/pyladies-events-workshops-hackathons-and-startup-kits/&#34;&gt;a short narrative&lt;/a&gt; about our little group for Women 2.0&lt;/li&gt;
&lt;li&gt;  Katharine submitted a &lt;a href=&#34;http://panelpicker.sxsw.com/ideas/view/11850&#34;&gt;panel proposal&lt;/a&gt; for SXSW Interactive next March -- please vote it up on the SXSW Panel Picker!&lt;/li&gt;
&lt;li&gt;  Audrey is delivering keynote speeches at &lt;a href=&#34;http://pycon-au.org/2011/conference/schedule/&#34;&gt;PyCon Australia&lt;/a&gt; AND &lt;a href=&#34;http://nz.pycon.org/2011/talks/talk/142/&#34;&gt;Kiwi PyCon&lt;/a&gt; in Wellington, New Zealand! There will also be a &lt;a href=&#34;http://pycon-au.org/2011/conference/schedule/event/47/&#34;&gt;women in Python breakfast&lt;/a&gt; at PyCon Australia before the keynote, so if you&amp;#39;re in that other hemisphere and would like to attend, shoot Audrey an email.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And we do it all for YOU =)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPCOMING EVENTS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Those who subscribe to the PyLadies newsletter should already know about the following events, but if you&amp;#39;ve been dilly-dallying about signing up for any, get thee quickly to those registration pages so we can be ready for you! (If you *don&amp;#39;t* subscribe to our newsletter -- why not?? There&amp;#39;s a handly little form for you on our sidebar RIGHT THERE --&amp;gt; - The LA PyLadies have created a &lt;a href=&#34;http://www.meetup.com/la-pyladies/&#34;&gt;Meetup Group&lt;/a&gt; where we will post all our events -- join us! - It&amp;#39;s not too late to register for this weekend&amp;#39;s &lt;a href=&#34;http://meetupla.hackshackers.com/events/28337101/&#34;&gt;Hacks/Hackers hackathon&lt;/a&gt;, held under the auspices of #&lt;a href=&#34;http://www.scpr.org/events/2011/08/19/pubcamp/&#34;&gt;PubCampWest&lt;/a&gt; at KPCC in Pasadena. The theme is &amp;quot;Hacking online audio&amp;quot; - Monday is another PyLadies hack night -- an informal event where people can get together to work on code or just &lt;a href=&#34;static/chat&#34;&gt;hang out on IRC&lt;/a&gt; to do the same. Actually, we&amp;#39;re always around on IRC, so if you&amp;#39;re busy Monday, you can still hang out with us virtually on any other day you want! - Saturday, August 27th is the official &lt;a href=&#34;http://pyladies-cars-august.eventbrite.com/&#34;&gt;August PyLadies mini-conference/hackathon at Cars.com&lt;/a&gt;. This all-day event will begin with a morning session of talks about Django and other cool Python tools, followed by a hackathon.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Intro to Django at Mahalo</title>
                <link rel="alternate" href="http://pyladies.com/blog/introduction-to-django-at-mahalo-july-23rd-pyladies-workshop/" type="text/html" />
                <id>http://pyladies.com/blog/introduction-to-django-at-mahalo-july-23rd-pyladies-workshop/</id>
                <updated>2011-07-25T16:31:00Z</updated>
                
                <summary type="html">Last Saturday the PyLadies and the LA Django meetup group held an introductory Django Workshop, with generous amounts of support by &lt;a href=&#34;http://mahalo.com&#34;&gt;Mahalo&lt;/a&gt; and &lt;a href=&#34;http://cars.com&#34;&gt;Cars.com&lt;/a&gt; Guided by Sandy and Katharine, two of the PyLadies&amp;#39; Djangologists extraordinaires, the &lt;a href=&#34;http://bit.ly/qMcEAT&#34;&gt;morning tutorial&lt;/a&gt; covered the basics of setting up a Django web application, from database configuration to navigating the built-in admin interface.</summary>
                <content type="html">&lt;p&gt;Last Saturday the PyLadies and the LA Django meetup group held an introductory Django Workshop, with generous amounts of support by &lt;a href=&#34;http://mahalo.com&#34;&gt;Mahalo&lt;/a&gt; and &lt;a href=&#34;http://cars.com&#34;&gt;Cars.com&lt;/a&gt; Guided by Sandy and Katharine, two of the PyLadies&amp;#39; Djangologists extraordinaires, the &lt;a href=&#34;http://bit.ly/qMcEAT&#34;&gt;morning tutorial&lt;/a&gt; covered the basics of setting up a Django web application, from database configuration to navigating the built-in admin interface.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh5.googleusercontent.com/-jwfDhFCirdw/Tix8O3YN4bI/AAAAAAAAAJc/x-BaLQXdDW0/s400/IMG_1722.JPG&#34; alt=&#34;image0&#34;&gt;&lt;/p&gt;

&lt;p&gt;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?&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh4.googleusercontent.com/-Wl5FHhRp2oQ/Tix8dxlglOI/AAAAAAAAAJc/ZiprFKY2Kl0/s400/IMG_2599.JPG&#34; alt=&#34;image1&#34;&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh3.googleusercontent.com/-nLB8fJkkAZs/Tix8e8CfjTI/AAAAAAAAAJc/fEK_Uri-75A/s400/IMG_2600.JPG&#34; alt=&#34;image2&#34;&gt;&lt;/p&gt;

&lt;p&gt;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!&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh4.googleusercontent.com/-iwv_8Lg5IpY/Tix8XemK_KI/AAAAAAAAAJc/bD_XsnAWiVk/s400/IMG_2580.JPG&#34; alt=&#34;image3&#34;&gt;&lt;/p&gt;

&lt;p&gt;These folks came all the way from Texas!!!&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&#34;http://djangozoom.com&#34;&gt;DjangoZoom&lt;/a&gt;, 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.&lt;/p&gt;

&lt;p&gt;The hackday finished with another fine set of lightning talks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;a href=&#34;http://twitter.com/kjam&#34;&gt;Katharine&lt;/a&gt; gave an awesome talk on &lt;a href=&#34;http://kjamistan.tumblr.com/post/7985900943/how-to-keep-up-with-the-pyladies&#34;&gt;how to keep up with the PyLadies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  &lt;a href=&#34;http://twitter.com/rdegges&#34;&gt;Randall&lt;/a&gt; gave a presentation on &lt;a href=&#34;http://www.slideshare.net/rdegges/intro-to-telephony-in-django&#34;&gt;the awesome Django-Twilio API&lt;/a&gt;, for adding telephony features to web apps&lt;/li&gt;
&lt;li&gt;  Michael gave &lt;a href=&#34;http://prezi.com/s82pxzuuvpsa/how-to-get-hired-as-a-new-developer/&#34;&gt;tips on applying for programming jobs&lt;/a&gt;, aimed at n00bs but containing good advice for any job-seeker.&lt;/li&gt;
&lt;li&gt;  Laura showed us how to use the &lt;a href=&#34;http://www.slideshare.net/rogueveda/whats-in-a-tweet?from=share_email_login3&#34;&gt;Python wrapper for the Twitter API&lt;/a&gt; &lt;img src=&#34;https://lh6.googleusercontent.com/-n4l5e6yMgk0/Tix8k5zilkI/AAAAAAAAAJk/c7gdwQzkKzc/s400/IMG_2612.JPG&#34; alt=&#34;image4&#34;&gt;&lt;/li&gt;
&lt;li&gt;  The indomitable &lt;a href=&#34;http://twitter.com/sandymahalo&#34;&gt;Sandy&lt;/a&gt; found it in her to give another talk, this time on &lt;a href=&#34;https://docs.google.com/present/edit?id=0AVthC0Z3iw8DZGRrdnFzeGdfMmNxd2d3emd2&amp;amp;hl=en_US&#34;&gt;Django testing &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;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).&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;https://lh6.googleusercontent.com/-FzxISA0yGeM/Tix8nwLWQ2I/AAAAAAAAAJc/ENfJxdr4Bqk/s400/IMG_2622.JPG&#34; alt=&#34;image5&#34;&gt;&lt;/p&gt;

&lt;p&gt;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!&lt;/p&gt;

&lt;p&gt;Finally, and as always, thanks to the &lt;a href=&#34;http://python.org/psf&#34;&gt;PSF&lt;/a&gt; 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&amp;#39;ll also be thanking them in the near future when we announce a few other exciting new developments...&lt;/p&gt;

&lt;p&gt;Stay on our mailing list to hear more! Or, if that&amp;#39;s not enough PyLadies for you, &lt;a href=&#34;http://kjamistan.tumblr.com/post/7985900943/how-to-keep-up-with-the-pyladies&#34;&gt;you know where else to find us&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Django Workshop and Hackathon</title>
                <link rel="alternate" href="http://pyladies.com/blog/django-workshop-and-hackathon-july-23rd/" type="text/html" />
                <id>http://pyladies.com/blog/django-workshop-and-hackathon-july-23rd/</id>
                <updated>2011-07-12T16:31:00Z</updated>
                
                <summary type="html">The PyLadies are continuing their summer series of hackathons with a Django-themed day on July 23rd, hosted by venue sponsor &lt;br&gt;
&lt;a href=&#34;http://mahalo.com&#34;&gt;Mahalo&lt;/a&gt; in Santa Monica. This time, we&amp;#39;re teaming up with the awesome  &lt;a href=&#34;http://www.meetup.com/ladjango/&#34;&gt;LA Django Meetup Group&lt;/a&gt;, who have valiantly supported our efforts to increase diversity by providing mentors like  &lt;a href=&#34;http://twitter.com/jacobburch&#34;&gt;Jacob&lt;/a&gt; and &lt;a href=&#34;http://twitter.com/jeffschenck&#34;&gt;Jeff&lt;/a&gt;.</summary>
                <content type="html">&lt;p&gt;The PyLadies are continuing their summer series of hackathons with a Django-themed day on July 23rd, hosted by venue sponsor &lt;br&gt;
&lt;a href=&#34;http://mahalo.com&#34;&gt;Mahalo&lt;/a&gt; in Santa Monica. This time, we&amp;#39;re teaming up with the awesome  &lt;a href=&#34;http://www.meetup.com/ladjango/&#34;&gt;LA Django Meetup Group&lt;/a&gt;, who have valiantly supported our efforts to increase diversity by providing mentors like  &lt;a href=&#34;http://twitter.com/jacobburch&#34;&gt;Jacob&lt;/a&gt; and &lt;a href=&#34;http://twitter.com/jeffschenck&#34;&gt;Jeff&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://mahalo.com/&#34;&gt;|image2|&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://djangopony.com/&#34;&gt;|image3|&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The &lt;a href=&#34;static/admin/blog/blogpost/add/www.djangoproject.com&#34;&gt;Django web framework &lt;/a&gt; is a&lt;br&gt;
great way to dive into Python while quickly building and deploying a&lt;br&gt;
simple and useful web application (like this blog, or even  &lt;a href=&#34;http://www.women2.org/from-web-designer-to-django-webapp-developer-tracy-osborn-launches-weddinginvitelove/&#34;&gt;a whole startup&lt;/a&gt;!),&lt;br&gt;
which is why beginners are highly encouraged to attend.&lt;/p&gt;

&lt;p&gt;Participants will begin by going through the  &lt;a href=&#34;https://docs.djangoproject.com/en/1.3/intro/tutorial01/&#34;&gt;Django Tutorial&lt;/a&gt; under&lt;br&gt;
the expert tutelage of PyLadies developers. In the afternoon,&lt;br&gt;
attendees are encouraged to hack away on their own projects.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;As at the previous &lt;a href=&#34;static/blog/recap-june-2011-hollywood-hackathon-at-border-stylo&#34;&gt;hackathon in Hollywood&lt;/a&gt;, mentors will be available throughout the day to help people on their individual projects and to answer any questions or resolve issues.&lt;/p&gt;

&lt;p&gt;Like always, there will be a final hour of lightning talks (if you&amp;#39;ve attended our previous events, now might be a good time to consider presenting something yourself!). And of course there will a social hour following the event which is open to the whole Python community and its extended circles. You know how we love to party!&lt;/p&gt;

&lt;p&gt;To register for this low-cost workshop (which includes breakfast, lunch and dinner), visit &lt;a href=&#34;http://pyladies-django-july.eventbrite.com&#34;&gt;http://pyladies-django-july.eventbrite.com&lt;/a&gt;. For more information, email esther @ pyladies dot com.&lt;/p&gt;

&lt;p&gt;P.S. Many thanks to the &lt;a href=&#34;http://python.org/psf&#34;&gt;Python Software Foundation&lt;/a&gt; for their generous support!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Call for Sponsorship</title>
                <link rel="alternate" href="http://pyladies.com/blog/call-for-sponsorship/" type="text/html" />
                <id>http://pyladies.com/blog/call-for-sponsorship/</id>
                <updated>2011-06-30T16:31:00Z</updated>
                
                <summary type="html">PyLadies needs your help getting women to DjangoCon.  There are women who could really benefit from the experience.</summary>
                <content type="html">&lt;p&gt;PyLadies needs your help getting women to DjangoCon.  There are women who could really benefit from the experience.&lt;/p&gt;
&lt;h2&gt;Help us get more women to DjangoCon&lt;/h2&gt;
&lt;p&gt;What happens when you encourage a talented female Django developer to attend DjangoCon and then give her a free ticket?  First she gets really excited:&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/pyladies/5888664375/&#34;&gt;|Why is @estherbester going to DjangoCon?|&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then she discovers a world of new opportunities.  She gains the confidence to start open-sourcing reusable Django apps.  She contributes to open-source Django projects, maybe even Django itself.&lt;/p&gt;

&lt;p&gt;She proposes a talk the following year.  PyLadies mentors her to help get her talk accepted.  She gets accepted and presents on one of her open-source projects.&lt;/p&gt;

&lt;p&gt;Her Django app turns out to be so useful that she gets asked to integrate her project into Django core during the sprints ;)&lt;/p&gt;

&lt;p&gt;I counted about 5 women at DjangoCon last year.  Let&amp;#39;s make this year different.  Let&amp;#39;s aim to have 25 women.  If there are 250 attendees, that&amp;#39;s 10% women.&lt;/p&gt;
&lt;h2&gt;How you can help&lt;/h2&gt;
&lt;p&gt;​1. Email audreyr {at} pyladies.com.  Say &amp;quot;I pledge to donate X amount to helping women get to DjangoCon.&amp;quot;&lt;/p&gt;

&lt;p&gt;She&amp;#39;ll use this info to let a woman know ASAP that she should get her speaker proposal in before the deadline.  Or to let a potential attendee start making plans.&lt;/p&gt;

&lt;p&gt;​2. We&amp;#39;ll send you an email with instructions about how to get the funds to us (probably PayPal or check). Plus background info from me about the woman whom you&amp;#39;re sponsoring, so that you know that this is for real.&lt;/p&gt;
&lt;h2&gt;How we decide who gets to go&lt;/h2&gt;
&lt;p&gt;Priority will be based on the following factors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Genuine financial need&lt;/li&gt;
&lt;li&gt;  Desire to speak at DjangoCon, combined with Django expertise and
speaking ability.  Talented potential speakers get extra priority.&lt;/li&gt;
&lt;li&gt;  Contributions to open-source&lt;/li&gt;
&lt;li&gt;  Contributions to Python women&amp;#39;s advocacy efforts&lt;/li&gt;
&lt;li&gt;  Desire to attend&lt;/li&gt;
&lt;li&gt;  Impact that attendance will have on her life, especially for
first-time attendees&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You&amp;#39;ll receive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  an email report from us about the person you&amp;#39;re sponsoring, and why
you made the right decision&lt;/li&gt;
&lt;li&gt;  a personal thank-you at DjangoCon from that person&lt;/li&gt;
&lt;li&gt;  your link listed on a page that we&amp;#39;ll be putting up for sponsors&lt;/li&gt;
&lt;li&gt;  your logo displayed on that page, if you donate substantially more
than others (amount TBD) and/or better placement&lt;/li&gt;
&lt;li&gt;  a personal guarantee from me that the PyLadies and I will mentor the
person you sponsored.  We will help them through their Django career
and put friendly pressure on them to contribute to open-source&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In cases of extreme financial need, we&amp;#39;ll give the woman not just a ticket but help with travel, lodging, and/or food.&lt;/p&gt;

&lt;p&gt;If you&amp;#39;re a woman reading this and could use assistance, email audreyr {at} pyladies {dot} com.  We&amp;#39;ll do our best to help as many women as possible.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Recap: Hollywood Hackathon at Border Stylo</title>
                <link rel="alternate" href="http://pyladies.com/blog/recap-june-2011-hollywood-hackathon-at-border-stylo/" type="text/html" />
                <id>http://pyladies.com/blog/recap-june-2011-hollywood-hackathon-at-border-stylo/</id>
                <updated>2011-06-24T16:31:00Z</updated>
                
                <summary type="html">Last Saturday we held our first hackathon of the summer at the offices of &lt;a href=&#34;http://borderstylo.com&#34;&gt;Border Stylo&lt;/a&gt; in Hollywood, in partnership with the &lt;a href=&#34;http://socal-piggies.org&#34;&gt;SoCal Python Interest Group&lt;/a&gt; (“SoCal Piggies”). We invited not only newcomers to Python programming, like those who attended the &lt;a href=&#34;static/blog/3_intro-to-python-workshop-recap.html&#34;&gt;May Beginner’s Workshop,&lt;/a&gt; but also seasoned developers who came to hack away on their own projects -- and who happily volunteered themselves to be mentors to those aforementioned n00bs.</summary>
                <content type="html">&lt;p&gt;Last Saturday we held our first hackathon of the summer at the offices of &lt;a href=&#34;http://borderstylo.com&#34;&gt;Border Stylo&lt;/a&gt; in Hollywood, in partnership with the &lt;a href=&#34;http://socal-piggies.org&#34;&gt;SoCal Python Interest Group&lt;/a&gt; (“SoCal Piggies”). We invited not only newcomers to Python programming, like those who attended the &lt;a href=&#34;static/blog/3_intro-to-python-workshop-recap.html&#34;&gt;May Beginner’s Workshop,&lt;/a&gt; but also seasoned developers who came to hack away on their own projects -- and who happily volunteered themselves to be mentors to those aforementioned n00bs.&lt;/p&gt;

&lt;p&gt;Roughly 60% of the day’s 55 in-person participants and 90% of the 30 remote participants were female, well beyond the PyLadies’ goal of having a 1:1 male-female ratio at Pythonista events.&lt;/p&gt;

&lt;p&gt;OSS Bounty&lt;/p&gt;

&lt;p&gt;A few days before the hackathon, Audrey &lt;a href=&#34;https://twitter.com/#%21/pyladies/status/81081811853258752&#34;&gt;put out the call&lt;/a&gt; for hackers to contribute to open source projects, offering these freshly printed PyLadies shirts as a reward for anyone who committed code to a FOSS project (Audrey&amp;#39;s wearing the new one!):&lt;/p&gt;

&lt;p&gt;Some of the PyLadies continued to work their way through Zed Shaw’s “&lt;a href=&#34;http://learnpythonthehardway.org/&#34;&gt;Learn Python the Hard Way,&lt;/a&gt;” the book we used at the Beginner’s Workshop. &lt;a href=&#34;https://twitter.com/#%21/ardaniel/status/82242329506881536&#34;&gt;@ardaniel&lt;/a&gt; was the first person to earn a PyLadies shirt, by committing to &lt;a href=&#34;http://github.com&#34;&gt;GitHub&lt;/a&gt; the exercises she’d done and notes she&amp;#39;d written up from LPTHW. A group of folks had driven down from NorCal to help the SoCal Piggies work on &lt;a href=&#34;https://github.com/lapython/pythonla&#34;&gt;a new website&lt;/a&gt; using the Pyramid web framework. After traveling all that way, it’s no surprise that they opted for the comfy couches:&lt;/p&gt;

&lt;p&gt;Even people who couldn’t attend the hackathon in person, citing lame excuses such as not being located in California, were nevertheless invited to join in the fun -- Audrey will be shipping free shirts to everyone who participated remotely and contributed to open-source, including one PyLady who committed code from across the Atlantic:&lt;/p&gt;

&lt;p&gt;What time was it in Poland???&lt;/p&gt;

&lt;p&gt;During the hackathon we threw the #pyladies IRC chatroom up on the big screen so people could follow online discussions no matter where they were sitting -- without straining their thumbs from alt-tabbing. (PS If you want to join us on IRC anytime, we are in #pyladies on freenode.net!)&lt;/p&gt;
&lt;h2&gt;The Future of Python&lt;/h2&gt;
&lt;p&gt;After 4 hours of intensive hacking, it was time to take a break! Audrey herded us outside for a group photo. As PyDanny notes, it&amp;#39;s a glimpse of the Python community of the future:&lt;/p&gt;

&lt;p&gt;Pretty grand!&lt;/p&gt;
&lt;h2&gt;After Dark&lt;/h2&gt;
&lt;p&gt;Though the Hollywood sky was outside was warm and bright, we soon drifted back indoors to chow down on Crispy Crust pizza and wings while listening to the end-of-day lightning talks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Dirk gave a demo of his &lt;a href=&#34;http://opani.com&#34;&gt;Opani&lt;/a&gt; platform, which leverages the cloud for social supercomputing.&lt;/li&gt;
&lt;li&gt;  Michael introduced the &lt;a href=&#34;http://docs.pylonsproject.org/projects/pyramid/dev/&#34;&gt;Pyramid&lt;/a&gt; web framework and &lt;a href=&#34;http://jenkins-ci.org/&#34;&gt;Jenkins CI&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;  Sandy shared some &lt;a href=&#34;http://www.youtube.com/watch?v=Kg0Rvj-Seto&#34;&gt;amazing&lt;/a&gt; &lt;a href=&#34;http://www.youtube.com/watch?v=WDqYWsl39Ro&#34;&gt;demos&lt;/a&gt; of &lt;a href=&#34;http://openkinect.org/wiki/Python_Wrapper&#34;&gt;Python&lt;/a&gt;-&lt;a href=&#34;http://en.wikipedia.org/wiki/Kinect&#34;&gt;Xbox Kinect&lt;/a&gt; &lt;a href=&#34;http://www.youtube.com/watch?v=PYq9gkdpiS8&#34;&gt;hacking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  &lt;a href=&#34;http://twitter.com/jacobburch&#34;&gt;Jacob&lt;/a&gt; gave a PEP8 talk on best practices&lt;/li&gt;
&lt;li&gt;  &lt;a href=&#34;https://twitter.com/#%21/jeffschenck&#34;&gt;Jeff&lt;/a&gt; admonished us to leave no Windows developers behind&lt;/li&gt;
&lt;li&gt;  Katharine and Danny proffered some &lt;a href=&#34;http://kjamistan.tumblr.com/post/6675268237/on-becoming-a-fabulous-pythonista&#34;&gt;words&lt;/a&gt;
of &lt;a href=&#34;http://www.slideshare.net/pydanny/confessions-of-a-joe-developer&#34;&gt;encouragement&lt;/a&gt; for developers of all skill levels.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After the lightning talks, it was time to clean up, load out, and head over to the Melgard Public House for some well-earned beer and socializing time! This part was originally supposed to be Python Ladies’ Night 4, but once we found that the PyDudes weren’t so bad to hang out with, we gladly invited them along. Fun was had by all!&lt;/p&gt;
&lt;h2&gt;Big Thank-Yous&lt;/h2&gt;
&lt;p&gt;Gabriel, who played the part of event host on behalf of &lt;a href=&#34;http://www.borderstylo.com&#34;&gt;Border Stylo&lt;/a&gt;, said that of all the events his company has held (which is a lot!), ours was by far the smoothest and most awesome. Hope this means you’ll have us back, Gabe!&lt;/p&gt;

&lt;p&gt;We of course have to thank the &lt;a href=&#34;http://www.python.org/psf/&#34;&gt;Python Software Foundation&lt;/a&gt; for giving us &lt;a href=&#34;static/blog/thank-you-python-software-foundation&#34;&gt;two&lt;/a&gt; &lt;a href=&#34;http://pythonsprints.com&#34;&gt;grants&lt;/a&gt; to support this hackathon. Thanks to them, we were able to purchase enough tables and chairs to keep 55 hackers coding happily away in the same room, which led to much mingling and mentoring. They also helped foot the bill for drinks, snacks and dinner, so that we could fortify our hardworking brains with glucose-heavy treats and sodas all day long. And let&amp;#39;s not forget the wonderful T-shirts for open source contributors!&lt;/p&gt;
&lt;h2&gt;Coming up....&lt;/h2&gt;
&lt;p&gt;We really want to keep the momentum going for opening up the Python community to people of all stripes, and to provide a non-threatening environment where everyone feels welcome to work on their projects and learn to become a better developer without having to worry about whether they fit in or feeling stupid for trying.&lt;/p&gt;

&lt;p&gt;To that end, we’ve got at least &lt;a href=&#34;static/events&#34;&gt;a few more hackathons and other cool outings&lt;/a&gt; in the works, so don’t forget to sign up for our mailing list, and &lt;a href=&#34;http://twitter.com/pyladies&#34;&gt;follow us on Twitter&lt;/a&gt; so you&amp;#39;ll be the first to know when and where and what the PyLadies will be doing next! Thanks to all who attended, whether virtually or in-person -- and sorry to those on the waitlist who couldn&amp;#39;t: we hope you&amp;#39;ll catch us earlier next time, or connect with us online!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/estherbester&#34; title=&#34;Estherbester | Twitter&#34;&gt;Esther Nam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Great turnout at the Python Ladies Night 3</title>
                <link rel="alternate" href="http://pyladies.com/blog/great-turnout-at-python-ladies-night-3/" type="text/html" />
                <id>http://pyladies.com/blog/great-turnout-at-python-ladies-night-3/</id>
                <updated>2011-06-07T16:31:00Z</updated>
                
                <summary type="html">We had around 14 people come and go throughout the night. It was a blast! We talked Python but also other things. Did you know that there are enough of us who ride scooters/motorcycles that we could have our very own PyLadies rally club?</summary>
                <content type="html">&lt;p&gt;We had around 14 people come and go throughout the night. It was a blast! We talked Python but also other things. Did you know that there are enough of us who ride scooters/motorcycles that we could have our very own PyLadies rally club?&lt;/p&gt;

&lt;p&gt;Attendees were mostly Python developer ladies, but also a few gentlemen of the Python community and possibly one guy who doesn&amp;#39;t know Python (yet ;) Here are some of us:&lt;/p&gt;

&lt;p&gt;Sad that you missed it? Come for the next one! It&amp;#39;ll be right after the PyLadies Hack Session. Even if you can&amp;#39;t make it to the event, you can still join us for drinks afterward.&lt;/p&gt;
&lt;h2&gt;SAVE THE DATE&lt;/h2&gt;
&lt;p&gt;Python Ladies&amp;#39; Night 4 will be on Saturday, June 18 from 8pm onward, at Hollywood Canteen, 1006 Seward St, Los Angeles, CA 90038.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Thank you, Python Software Foundation!</title>
                <link rel="alternate" href="http://pyladies.com/blog/thank-you-python-software-foundation/" type="text/html" />
                <id>http://pyladies.com/blog/thank-you-python-software-foundation/</id>
                <updated>2011-06-07T16:31:00Z</updated>
                
                <summary type="html">It&amp;#39;s true:</summary>
                <content type="html">&lt;p&gt;It&amp;#39;s true:&lt;/p&gt;

&lt;p&gt;We are so incredibly grateful to the PSF for taking a chance and stepping up to help us in a big way. We have more to say about this and how it has impacted us, so stay tuned.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>Python Ladies&#39; Night 3</title>
                <link rel="alternate" href="http://pyladies.com/blog/python-ladies-night-3-on-june-2-2011/" type="text/html" />
                <id>http://pyladies.com/blog/python-ladies-night-3-on-june-2-2011/</id>
                <updated>2011-06-02T16:31:00Z</updated>
                
                <summary type="html">We&amp;#39;re looking forward to the upcoming Python Ladies&amp;#39; Night 3 tomorrow, starting at 9pm.</summary>
                <content type="html">&lt;p&gt;We&amp;#39;re looking forward to the upcoming Python Ladies&amp;#39; Night 3 tomorrow, starting at 9pm.&lt;/p&gt;

&lt;p&gt;All female Python developers are invited to meet up for a night of fun in downtown LA. Significant others and friends are welcome, so don&amp;#39;t leave them at home!&lt;/p&gt;

&lt;p&gt;Find us at Seven Grand bar in downtown LA:&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.sevengrand.la/&#34;&gt;http://www.sevengrand.la&lt;/a&gt; 515 W 7th St, 2nd floor, Los Angeles, CA 90014&lt;/p&gt;

&lt;p&gt;Meet us there at 9pm. We may move the group to other nearby bars as the night goes on.&lt;/p&gt;

&lt;p&gt;If you think you&amp;#39;ll be late, email &lt;a href=&#34;mailto:audreyr@pyladies.com&#34;&gt;audreyr@pyladies.com&lt;/a&gt; with your cell phone number, so she can text/call you if the group moves.&lt;/p&gt;

&lt;p&gt;How will you find us? Some of us will be wearing PyLadies t-shirts. See you soon!&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>PyLadies Intro to Python Workshop</title>
                <link rel="alternate" href="http://pyladies.com/blog/pyladies-intro-to-python-workshop-recap/" type="text/html" />
                <id>http://pyladies.com/blog/pyladies-intro-to-python-workshop-recap/</id>
                <updated>2011-05-22T16:31:00Z</updated>
                
                <summary type="html">On Sunday, May 15, 2011, the PyLadies held an Intro to Python workshop at KPCC&amp;#39;s Crawford Family Forum in Pasadena.</summary>
                <content type="html">&lt;p&gt;On Sunday, May 15, 2011, the PyLadies held an Intro to Python workshop at KPCC&amp;#39;s Crawford Family Forum in Pasadena.&lt;/p&gt;

&lt;p&gt;The goal was to create a safe, comfortable space for women to learn Python programming and be able to ask questions openly. Men were welcome as volunteers or as the +1 guests of women.&lt;/p&gt;

&lt;p&gt;It was clear that this was a gathering of educated, sharp, successful women. Our &lt;strong&gt;female&lt;/strong&gt; attendees included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Grad students from UCLA and CalTech, and over-educated women with multiple degrees and Ph.Ds.&lt;/li&gt;
&lt;li&gt;  Senior marketers and community managers with over 10,000 Twitter followers, working on prominent tech projects&lt;/li&gt;
&lt;li&gt;  UX (user experience) professionals working for top companies&lt;/li&gt;
&lt;li&gt;  Research scientists currently using other languages in their labs for numerical analysis&lt;/li&gt;
&lt;li&gt;  Co-founders of startups, with 1 or more funded and/or successful companies under their belt&lt;/li&gt;
&lt;li&gt;  Experienced software engineers with Java, C++, .NET, PHP backgrounds&lt;/li&gt;
&lt;li&gt;  Product managers at top companies&lt;/li&gt;
&lt;li&gt;  Talented Linux sysadmins&lt;/li&gt;
&lt;li&gt;  Hardware hackers involved with the various LA area hackerspaces&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I could go on and on. Many were happily employed, but some were looking for technical jobs. I&amp;#39;m hoping some of the job seekers apply to work at KPCC, our venue sponsor!&lt;/p&gt;

&lt;p&gt;In the morning, Katharine and I did a walkthrough of the popular &lt;a href=&#34;http://learnpythonthehardway.org&#34;&gt;Learn Python the Hard Way&lt;/a&gt; tutorial by Zed Shaw. Attendees typed along with each exercise. At the end of each exercise, we reviewed the new concepts covered.&lt;/p&gt;

&lt;p&gt;During lunch, KPCC&amp;#39;s senior web producer Jason Georges took everyone on a tour behind the scenes of the radio station. KPCC is full of cool things like soundproof glass cube recording rooms.&lt;/p&gt;

&lt;p&gt;Then we were greeted by former NFL player and pastry chef George Wrighster with a surprise tray of cupcakes from his bakery, &lt;a href=&#34;http://www.violetscakes.com/&#34;&gt;Violet&amp;#39;s Cakes&lt;/a&gt;. Yummy!&lt;/p&gt;

&lt;p&gt;In the afternoon, we split up into smaller breakout sessions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  craping the Web with Python, or How I Automatically Get Happy Hour Specials Delivered to my Inbox&lt;/li&gt;
&lt;li&gt;  Intro to Django with the Django Poll Tutorial&lt;/li&gt;
&lt;li&gt;  Learn Python The Hard Way, Part 2&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then the PyLadies volunteer organizers gave lightning talks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Equality: Equivalence in Python by &lt;a href=&#34;http://twitter.com/#!/tiny_mouse&#34;&gt;Jess Stanton&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Project Euler Demo by &lt;a href=&#34;http://www.xtine.net/&#34;&gt;Christine Cheung&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Python Web Frameworks by &lt;a href=&#34;http://twitter.com/#!/kjam&#34;&gt;Katharine Jarmul&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Generators by &lt;a href=&#34;http://twitter.com/#!/sandymahalo&#34;&gt;Sandy Strong&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Ergonomics by &lt;a href=&#34;http://twitter.com/#!/estherbester&#34;&gt;Esther Nam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  The Code Behind PyLadies.com by &lt;a href=&#34;http://twitter.com/#!/audreyr&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;  Inequality: Stories from the Python &amp;amp; Developer Communities by &lt;a href=&#34;http://twitter.com/#!/tiny_mouse&#34;&gt;Jess Stanton&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At the end, we celebrated over root beer floats. It was interesting and exciting to see that no one wanted to leave at the end! I was thrilled and floating on a cloud, and so were all the other organizers and volunteers.&lt;/p&gt;

&lt;p&gt;Thank you to our special out-of-town guests! If there&amp;#39;s anything we can do to help you in any way with your local women&amp;#39;s developer communities, let us know.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;a href=&#34;http://twitter.com/#!/thisgirlangie&#34;&gt;Angie Chang&lt;/a&gt;, co-founder of &lt;a href=&#34;http://www.women2.org/&#34;&gt;Women 2.0&lt;/a&gt; &lt;a href=&#34;http://www.bayareagirlgeekdinners.com/&#34;&gt;Bay Area Girl Geek dinners&lt;/a&gt; &amp;amp; product manager at Zinch from SF, who flew into LA just for our event&lt;/li&gt;
&lt;li&gt;  &lt;a href=&#34;http://twitter.com/#!/heatherpayne&#34;&gt;Heather Payne&lt;/a&gt;, senior marketing coordinator for a global staffing/HR firm from Toronto, who flew home &lt;a href=&#34;http://heatherpayne.ca/review-of-pyladies-intro-to-python-workshop&#34;&gt;eager to start a local women&amp;#39;s Python coding group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Congratulations to all 25 ladies and 2 men who completed our intro workshop, and special thanks to all the men who attended and volunteered for braving the crowd of ladies.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
            <entry>
                <title>First Python Ladies&#39; Night Recap</title>
                <link rel="alternate" href="http://pyladies.com/blog/first-python-ladies-night-recap/" type="text/html" />
                <id>http://pyladies.com/blog/first-python-ladies-night-recap/</id>
                <updated>2011-04-19T16:31:00Z</updated>
                
                <summary type="html">On April 16, 2011, a group of 5 local female Python developers got together for the first ever Python ladies&amp;#39; night.</summary>
                <content type="html">&lt;p&gt;On April 16, 2011, a group of 5 local female Python developers got together for the first ever Python ladies&amp;#39; night.&lt;/p&gt;

&lt;p&gt;We had wine, sparkling elderflower and ginger waters, vegetable spaghetti, savory meat pies from Porto&amp;#39;s bakery, Caesar salad, homemade garlic bread, tea, and tiramisu.&lt;/p&gt;

&lt;p&gt;We talked about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Python women&amp;#39;s advocacy (mostly!)&lt;/li&gt;
&lt;li&gt;  virtualenv&lt;/li&gt;
&lt;li&gt;  the mod_wsgi documentation&lt;/li&gt;
&lt;li&gt;  Django-based content management systems&lt;/li&gt;
&lt;li&gt;  how we each got into Python development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And we started plans for a women&amp;#39;s Python workshop on May 15, 2011. Details about how to get tickets will be announced this week.&lt;/p&gt;

&lt;p&gt;It was an exciting meeting with a lot of positive energy.  Everyone present was passionate about Python women&amp;#39;s advocacy and wanted to help increase diversity in the local Python community.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Our next ladies&amp;#39; night is scheduled for May 6, 2011.  If you&amp;#39;d like to come and get involved, please contact me at &lt;a href=&#34;mailto:audreyr@cartwheelweb.com&#34;&gt;audreyr@cartwheelweb.com&lt;/a&gt; for more details.&lt;/p&gt;

&lt;p&gt;By &lt;a href=&#34;http://twitter.com/audreyr&#34; title=&#34;AudreyR | Twitter&#34;&gt;Audrey Roy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://twitter.com/share&#34;&gt;Tweet&lt;/a&gt;&lt;/p&gt;
</content>
            </entry>
        
    </feed>
