Tag Archives: girls learning tech

Cold the Wind doth Blow (or The Unquiet Linkspam) (6 June 2014)

Announcements etc:

  • Peep Game Comix: “Attention All African American comic book creators and publishers, we are looking for original titles to add to Peep Game Comix. We are looking for current projects and even back catalogs of books.”

Several submissions on the “hurricanes with female names” thing:

  • The study is Jung, Shavitt, Viswanathana & Hilbed. 2014. Female hurricanes are deadlier than male hurricanes. PNAS http://dx.doi.org/10.1073/pnas.1402786111.
  • Hurricanes with women’s names more deadly: study | Joan Cary at Chicago Tribune (June 2): “According to a recent study by University of Illinois researchers, hurricanes with women’s names are likely to cause significantly more deaths than those with masculine names — not because the feminine-named storms are stronger, but because they are perceived as less threatening and so people are less prepared.”
  • Why Have Female Hurricanes Killed More People Than Male Ones? | Ed Yong at National Geographic (June 2): “Jung team thinks that the effect he found is due to unfortunate stereotypes that link men with strength and aggression, and women with warmth and passivity… But Jeff Lazo from the National Centre for Atmospheric Research disagrees. He’s a social scientist and economist who has looked into the public communication of hurricane risk, and he thinks the pattern is most likely a statistical fluke, which arose because of the ways in which the team analysed their data.” (Study authors respond at comment #7.)
  • Do Female-Named Hurricanes Need To Lean In? | Beth Novey at NPR (June 3): “We’re also worried about what this trend means for the career advancement of female storms. We’ve seen this before. We know where this is going. So to get ahead of the curve, we’d like to offer some advice to all the girls out there hoping to become fearsome natural disasters when they grow up.”

Everything else!

We link to a variety of sources, some of which are personal blogs.  If you visit other sites linked herein, we ask that you respect the commenting policy and individual culture of those sites.

You can suggest links for future linkspams in comments here, or by using the “geekfeminism” tag on Pinboard, Delicious or Diigo; or the “#geekfeminism” tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

Linkspammers of Catan (first fortnight of April linkspam)

Enjoy!

You can suggest links for future linkspams in comments here, or by using the “geekfeminism” tag on delicious or pinboard.in or the “#geekfeminism” tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

A breakout group at the Boston Python Workshop work at laptops around a table

body img – the anxiety of learning and how I am beating it

Beating learn-to-program anxiety with good gamification and courses

I have anxiety about learning technical skills. I wrote about this a little while back. But now I know more about how I learn, and, in bits and snatches, I am gaining proficiency and confidence. Here’s a summary of my journey over the last several months with learning more programming skills (in this case, mostly in Python), with links to some resources in case you’re like me.

I get anxious when learning skills that I think I should already know; I feel behind and guilty. Structure, little rewards, friendly sociability, and encouragement from other women help tremendously. Tedra Osell writes about this in the context of writer’s block, and FlyLady and Cheryl Mendelson’s Home Comforts speak to that problem in learning to keep a comfortable home; the people and resources I mention (CodeLesson, OpenHatch’s Boston Python Workshop for women and their friends, CodingBat, and the Python Challenge) provide many of the stimuli I need. Also, my anxiety spikes if I think I am supposed to compare my speed or quality of work with others (hence my post’s title), but cools down if I see evidence that someone else wants to patiently help me. These resources helped me learn without pushing my “argh everyone’s better than me” buttons.

So, first: CodeLesson. The vintage and handmade store Etsy ran a free four-week online course in HTML, CSS, JavaScript, and the Etsy API. Hundreds of people signed up; I got on the waitlist, and eventually did three of the weeks in September and October. (I then had a big crunch week at work and didn’t finish, but I intend to finish that last week’s work anyway, to learn animation and pagination in jQuery.) It was exactly what I wanted — well-written tutorials and exercises to get me over the initial hump. I now know a little CSS, JavaScript, and jQuery, which is infinity percent more than I knew before. I had lots of fist-pump “Yay, I made it work!” moments. And the instructor’s praise of my work helped; I’m a social animal, and recognition and praise from instructors helps reassure me that I’m on the right track.

Thanks to Etsy for the free class. And I liked the CodeLesson interface and infrastructure enough that I may pay for additional CodeLesson classes, or get my organization to follow Etsy’s lead and offer classes through them to increase our users’ skills.

A couple months later, I had a chance to attend OpenHatch’s intro-to-Python workshop specifically meant for women and their friends. I’d read about these before, on GeekFeminism and elsewhere, and it sounded like it would fit how I learn as well as help me plan to hold similar events in my community. So, on a Friday in December, I took the bus from New York City to Boston.

An instructor looks at a student's laptop at the Boston Python Workshop

An instructor looks at a student’s laptop at the Boston Python Workshop

It’s a good thing that the Friday night prep part was three hours and that I already knew a bunch of stuff that other people were new to (familiarity with the command line & the Python prompt, etc.) since I was an hour late! It was good to fix the syntax-y bits in my mind. The CodingBat exercises were great practice and I got a big triumphant fist-raised feeling when all those unit tests passed.

In between sessions, I chatted with some of the people who run the program. It sounds like each individual run of it costs about $300 for lunch for everyone and that’s practically it, since they use volunteers and the venue time is donated (and then like $10 total for pens/sticky nametags/laser-printed “here’s the workshop” signs/etc.). That’s practically out-of-pocket for a tech community, and they get grants. So it’s totally replicable. I’ve been reminded that it’s important to treat these kinds of workshops more like a community introduction than as standalone events; local user groups and communities should be the teachers, and email blasts and encouragement should integrate participants into their local hobbyist groups.

Saturday morning’s lecture included some review of stuff I knew, but it went fast enough that I was still learning most of the time — like, how to ask for the nth character in a string, or how for-loops quite work, some subtleties of scope, etc.

Then the project bits — the teachers and their presentations weren’t quite as polished as Jessica McKellar, who had led the earlier parts of the workshop. But I still learned a lot and got to make cool things happen using, say, the Twitter API, and that was very neat. As designed, the workshop led me through small, basic exercises first (the equivalent of finger exercises in piano), then showed off visually satisfying things we could do with Python and its ecosystem.

Aside from tiny minor delays, the workshop basically ran like a Swiss watch the whole time. I was impressed. It takes a lot of preparation, skill, and practice to make an event like that go so smoothly and teach so many people; congrats to the workshop volunteers! And I’m glad I went, learned and remembered Python, and got more confidence to attempt projects.  On a community management level, I’m also massively grateful that I’ve seen firsthand an example of how we can construct and maintain these parts of the pipeline, to help more girls and women get into STEM.

The workshop so excited me that I then did all the Python exercises on CodingBat, and started Python Challenge (I’m at step 4 or 5 right now). They’re complementary. They both gamify learning, and you don’t have to look at how other people are doing, and they both have somewhat granular ways of kindly telling you when you’ve done something slightly wrong. With CodingBat it’s the unit tests, which go from red to green when you cover another edge case. In Python Challenge, for example, at one point I went to a URL where I had transformed the filename from the previous URL per a transformation hinted at in the challenge. The URL had ended in .html, and after the decryption, it ended in the extension (making this up to avoid spoilers) “.ywnb”. At that address was a text file that the server signalled you should download. I downloaded and opened it and it just said, “have you ever heard of .ywnb files?!” or something like that, implying basically that I shouldn’t have transformed the file extension, just the filename. So, it didn’t just fail, it gave me a nicely furnished dead end, signalling kindly but playfully that I had done something understandably wrong.

Screenshot of two progress graphs from CodingBat

Progress graphs from CodingBat, showing my attempts to solve two problems; the green portions are unit tests that passed, and the red and pink portions are unit tests failing. The exercise “String-2 end_other” took me a while, but I got it.

There’s probably some game design term for this kind of compassionate railroading, but it makes me think of the caring side of the caring-to-combative community spectrum. And in both cases I got that feeling of being nurtured by someone who cared, even if that someone else is Nick Parlante (CodingBat’s author), years ago and a continent away.

Also, CodingBat is pretty clear about how you solve any given problem (declaring that this set of problems is about lists and only 1 layer of for-loops, or what have you), whereas in the Python Challenge you have a puzzle that you know you can solve with Python but that you can hit a bunch of different ways. If you want an experience with arguably more realistic exercises, the author of CodingBat also made the Google intro to Python, which includes exercises along the lines of “munge the semistructured data in this file with these guidelines.” I intend on doing that this year.

Python Challenge logo

Python Challenge is mysterious, yet friendly.

It was good to have my spouse Leonard nearby to help me when I was working on the Python Challenge, to (for example) help see that I had called a variable inconsistently, to notice that I couldn’t import a file as a module because I’d named it “1” instead of something starting with a letter, to remind me how to learn of (“dir(filename)”) and then use (“filename.function”) the functions within it, to tell me about string.replace, and to tell me how to use the interactive prompt properly to investigate how you call a method on an object of whatever type. But I did nearly all the work myself. And as of today I feel a lot more comfortable using for-loops, knowing what data structures to use for a problem (I decided to use a dictionary datatype the other day! And it worked! So exciting!), getting stuff in and out of dictionaries, and generally thinking “I can learn this!” Data structures and algorithms had felt mystifying to me. Now data structures no longer do. I remember the moment in Python challenge when I thought, “I’ll use a dictionary!” and I was right! It’s great.

CodeLesson, CodingBat, the Python Challenge, Leonard available for occasional consultation, and the Boston workshop are the dance partners I needed.

I’ve just begun CodeAcademy and stalled (as with all the rest of my learning-to-code endeavors) due to lack of time, as my job is pretty absorbing right now. (Worth a skim: Scott Gray’s thoughts on CodeAcademy.) I also haven’t tried Philip Guo’s online Python tutor which may suit me better since I’m more interested in Python than JavaScript right now. But I thought it might help others to talk about my journey so far.

Google Summer of Code 2012

My goal: inform women’s colleges about Google Summer of Code

Google Summer of Code 2012

Google Summer of Code 2012 - help me publicize this to college women!

If you have contacts at women’s colleges, let’s work to get a GSoC presentation there before March 20th. I’ll help.

Google’s open source team has now announced that Google Summer of Code 2012 will happen. Undergraduate and grad students at accredited colleges/universities around the world can get paid USD 5000 to work on open source projects as a full-time three-month internship.

Upcoming deadlines: 9 March, mentoring organizations need to submit their applications to participate. 6 April, student application deadline.

Open source software development is a rewarding and educational way for students to learn real-world software engineering skills, build portfolios, and network with industry and academe. Women coders especially find GSoC a good entry point because they can work from home with flexible hours, they get guaranteed personal mentorship, and the stipend lets them focus on their project for three solid months.

The best way to get in good applications is for organizers and students to start early, like, now. Students who download source code, learn how to hang out in IRC and submit patches in early March, and apply in late March are way more likely to get in (and to have a good experience) than those who start on April 2nd. So I want students to hear about GSoC (and hopefully about MediaWiki, my project) now. I’m willing to work to publicize GSoC this year and even if my project doesn’t get accepted, the other projects will benefit.

I successfully got multiple good proposals from women for my project last year, and this year I’d like to double that number. To that aim, I want to ensure that every women’s college in North America that has a CS department or a computer club gets informed about GSoC between now and March 20th, preferably with an in-person presentation. I started this effort in February and have already gotten some momentum; I spoke at Wellesley last week to much interest, and Scripps College held an info session today. But I need your help.

If your college isn’t on the list I set up, add it. If you can find contact information for one college listed on the wiki page, send them a note, and update the wiki page, that would be a huge help.

If you want goodies to hand out at a meetup, you can contact Google’s team. Let them know when you decide on a date, time, and location for a meetup so they can put it on the calendar. People have already prepared resources you can use: flyers, sample presentations, an email template, a list of projects that already have mentors listed, and more.

And of course, if you’re interested in applying, feel free to ask questions in the comments!

P.S. I’m only concentrating on North America because I figure that’s a limited and achievable goal; there are only about 50 women’s colleges with STEM curricula.  But GSoC caters to students worldwide. If you know of accredited women’s colleges outside North America that have CS curricula or programming clubs, please inform them and add them to the page. Thanks!

Front view of lego line-following robot

Wednesday Geek Woman: Marita Cheng, Robogals founder

Cross-posted with minor edits from Hoyden About Town.

Marita Cheng is the Young Australian of the Year winner this year. She’s been involved in volunteering since she was a high school student, and in 2008, early in her undergraduate studies (mechatronic engineering and computer science at the University of Melbourne) she founded Robogals, which is an engineering and computing outreach group, in which women university students run robotics workshops for high school age girls.

Marita, while still in the final year of her undergraduate degree, is also an entrepreneur and has been previously awarded for her work as founder of Robogals, including winning the Anita Borg Change Agent award in 2011.

While I have heard of Robogals (there’s talk of a chapter starting at my university), I hadn’t heard of Marita specifically before she became Young Australian of the Year. One of the fascinating things about starting the Ada Initiative is slowly discovering all the other amazing women who work in technology career outreach and related endeavours. But it’s a little embarrassing, judging from her bio, to have not heard Marita Cheng’s name before last week.

Congratulations Marita.


Creative Commons License
This post is licensed under a Creative Commons Attribution-ShareAlike 3.0 Australia License.

Want to highlight a geek woman? Submissions are currently open for Wednesday Geek Woman posts.

Wall of Spam, by freezelight on Flickr CC BY-SA 2.0

Sugar and spice, and everything linkspam (31st July, 2011)

  • 18 year old German woman Lisa Sauermann has just won the International Mathematics Olympiad (contested between talented high school students) with a perfect score of 42. This is Sauermann’s fifth medal, four of them gold and one silver, the best series of performances ever. (Some sources say she’s the first recipient of four golds, there have actually been two others.)
  • BU Today reviews Project Artmesis, a five week summer computing program for high school girls that has just wound up.
  • Please Sir, I Want Some More: LGBTQs need more and deserve more. We need escapism just like our cis straight brothers and sisters. We need to be portrayed in roles we wouldn’t be expected to be in. (See comments for why this link was removed.) (For that matter, new to this linkspammer: the Gay YA site where this appeared.)
  • Help Us Find These 1970s AT&T Engineers: In this 1975 AT&T film, five female AT&T engineers are profiled. The film starts with male attitudes towards women working as engineers. There are no surprises there… What’s most interesting, though, is that AT&T apparently cannot locate any of these five — they (and I) would like to ask followup questions and learn how things have changed since 1975.
  • Open Source Community, Simplified: The Bugzilla community’s secrets. Not specifically feminist advice, but advice that will help create a woman-friendly coding space.
  • Erase me: And, basically, it comes down to authors wanting either something exotic or inclusion cookies without putting in any real effort or respect into their characters or having any awareness of the tropes and stereotypes they are tapping into… So I’ve finally come down on saying – stop. Erase me. No, really. I’d much rather be erased than tokenised or stereotyped.
  • Girls Go Geek… Again! and Normalizing Female Computer Programmers in the ’60s: This article appeared in a 1967 issue of Cosmopolitan and quotes computer scientist Dr. Grace Hopper, a pioneer in the field, discussing why programming is a perfect fit for women — by drawing partly on gender stereotypes by assuming women are naturals at programming because they’re patient and pay attention to details…

You can suggest links for future linkspams in comments here, or by using the “geekfeminism” tag on delicious, freelish.us or pinboard.in or the “#geekfeminism” tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

He can only be defeated via his weakness for linkspam (23rd May, 2011)

  • Win a Scholarship to National Computer Camp: GamingAngels.com and National Computer Camp (NCC) are offering a scholarship for NCC’s June/July 2011 enrollment valued at $985 to a female student (ages 8-18) for one week.” ‘National’ in this context seems to mean ‘USA’. Applications due June 8.
  • (Warning: porny presentation image shown.) It’s the Small Things That Count: Everyone likes to say — gasp, oh noes, there are mostly men here! how horrible, something should be done!!!1! But nothing ever seems to be consciously done by the organizers… to address this. Instead, all these little things seem to slip by under the radar which scream at women: it is not normal nor expected for you to be here.
  • (Note: images of nudity at link.) Company Only Hires Naked Female Web Coders. Our submitter writes I *SO* wish I coded because I would apply here. I would happily strip off all my clothing to see their reaction at a 400 lb disabled woman naked in front of them. I'm sure they only want thin, pretty women.
  • Prime World: “Nival is taking a huge gamble on the idea of tying players’ real-life gender into their game experience… Male and female players have different heroes available to them at the beginning of the game, with female heroes skewing more toward support roles and male heroes tending to be front-line fighters.” How about FUCK NO?!
  • Futurity.org – Wanted: Gender-free job ads: Words like competitive and dominant (male) versus compassionate and nurturing (female) can signal whether a job is typically held by men or women. Both men and women show a preference for job descriptions matching their gender—women more strongly so.Surely part of this phenomenon is that gendered language could indicate a strongly-gendered environment? What woman wants to walk into a locker-room-fest?
  • Fanboy: Alexander Chee on losing ground to the kyriarchy in mainstream comics.
  • (Warning: account of harassment.) How I Deal With Sexual Discrimination in a Positive Way: This past week I was banned from one of my favorite conferences because I wouldn’t have sex with one of the organizers. Given that this is the third time a similar situation has happened in a year’s time, I’m learning how to swallow this pill of injustice without throwing up every time.

You can suggest links for future linkspams in comments here, or by using the “geekfeminism” tag on delicious, freelish.us or pinboard.in or the “#geekfeminism” tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

The objects of the linkspam gaze (26th April, 2011)

You can suggest links for future linkspams in comments here, or by using the “geekfeminism” tag on delicious, freelish.us or pinboard.in or the “#geekfeminism” tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

A rising tide lifts all linkspams (19th January, 2011)

  • Russell Coker writes about conferences designed for people on the autism spectrum. In summary NTs seem to think that Autism Spectrum Disorders are only about socialisation, not realising that for many people on the Spectrum it’s sensory issues that are their main problem. Social problems are exacerbated by sensory issues and other causes of stress, so I think it’s worth considering ways in which conferences can be planned to be less stressful for people on the Autism Spectrum…
  • Lots of discussion of privilege and intellectual property following from Twitter and then Karen Healey’s A Brief Pause for Some Rage. There’s a roundup at On piracy and copyright. If you’re very interested in ebook and intellectual property issues, check the Mobileread forums too.
  • Not social justice from where I’m standing: The upshot here is that asexual people get hit particularly hard as being repressed or messed up, standing in the way of a singular social justice narrative around sexuality.
  • How young is too young? (for kids to get into computers)
  • My Experiences as a Female Software Engineer: Something that frustrates me about the field of computer science is that there are a lot of jerks who think that just because they’ve mastered some programming language or know some obscure unix commands, they are gods and you are nothing.
  • Cass Cain Counts: A campaign has been launched to bring Cassandra Cain back back fulltime to the DC Comics universe… Cassandra Cain served as the titular heroine of the first ongoing Batgirl comic book series. Of Asian descent, she is also the first non-white member of the Batman family and has remained one of the most prominent non-white superheroes…
  • Cyberfucking While Feminist: For a number of us, erotic roleplaying is a double-edged sword. It is, for some, a path to sexual freedom and a means of enacting another significant dimension of a roleplayed character’s life. But it is also an exercise fraught with a myriad of pitfalls created by the institutional sexism that still haunts many gaming and geek spaces.

You can suggest links for future linkspams in comments here, or by using the geekfeminism tag on delicious or the #geekfeminism tag on Twitter. Please note that we tend to stick to publishing recent links (from the last month or so).

Thanks to everyone who suggested links.

Dot Diva: The Webisode

This is an amended version of a post I wrote for the CU-WISE blog (my local Women in Science and Engineering group). See below for additional comments to geek feminism readers.

Dot Diva logo

This Wednesday fun is actually something connected to CUWISE: We met the fine folk working on Dot Diva at GHC09 and got to hear about some of their plans to make computing seem like a cool career for girls. While most of us seem to focus on fun outreach science programs, they took things in a different direction: seeing as crime shows like CSI have increased the public interest in careers in forensics, they thought perhaps TV would be the best way to make younger girls realise that computer science is actually pretty cool.

They’ve released the first episode of Dot Diva:

KATE, a sarcastic fan of alt- and indie-rock. ALI, a lover of kittens, chick flicks, and the mall. Two girls with NOTHING in common… except for being ace programmers at a seriously-crazy video game company.

As they work to launch Rocklette’s first-ever game, these two Dot Divas have to outwit their smarmy boss, Kate’s doofus boyfriend, and the spy within their midst.

If the video embed doesn’t work for you, click here to view the video

I wasn’t too sure about the first episode initially, since it seemed like they were throwing a lot of the stereotypes in there, but I think they dealt with them ok for a first look, and I expect we’ll be seeing more nuanced stuff as the characters develop. I found myself caught up in their story despite my initial feelings of awkwardness. One thing I really loved was how different the two women main characters are, while still both being programmers.


Now, I’m actually guessing some of our readers here on Geek Feminism are going to be irked by this video because it’s once again conventionally pretty young women depicting geeks, but I’d really like to hear comments about more than their appearances here. Would this show have appealed to you as a tween (their target demographic)? What else would you want to see? What other stereotypes would you like to see them deal with and maybe overcome? What else do you think could make the career of programmer appeal more to girls? Do you think this actually does make it more appealing to girls? Have you shown it to girls you know? What do they think?

Please be constructive in your comments — remember the women who produced this are genuinely trying to help the image of computer programmers in a way beyond Barbie, and that they actually have a decent amount of media savvy but likely had to choose their battles to make something appealing to both their sponsors and their target demographic.

Note: I’ll be taking a heavier hand to moderation here than I usually do because I don’t feel like hosting a whole lot of hate towards this project, though I do think readers may have interesting suggestions, criticisms and ideas for future episodes. If you’d like to rant, you may wish to keep a copy of your post for your own blog, or find a way to balance it with constructive ideas.