SoCal Pyladies is the umbrella over all southern California Pyladies chapters.

Who Can Add Posts

If you’re an organizer of any Python event for girls and/or women in the area, you are welcome to add posts to our blog.

This includes but is not limited to:

  • Pyladies event organizers
  • Django Girls event organizers
  • Meetup organizers who are planning Python programming outreach events specifically for girls/women
  • Teachers/parents planning a girls’ Python class

How to Add a Blog Post

You’ll find this post in the _posts directory.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Here’s how to add a code snippet to the blog:

def print_hi(name)
    print("Hi, {}!".format(name))

# prints 'Hi, Carol!'
print_hi('Carol')

Check out the Jekyll docs for more info on how to get the most out of Jekyll.

Still Need Help?

File an issue here and we’ll help you get started.