Skip to content

Update events information #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ sidebar_link: true
sidebar_sort_order: 100
---

Boston Python runs four kinds of events:
Boston Python runs several kinds of events, most of which are listed on the [Boston Python meetup page](http://bostonpython.com). RSVP there to be sure to get a spot.

- [**Office hour**](officehour.md) is a weekly hour to drop in and ask anything on your mind.
- **Presentation nights** feature presentations by members. These are technical peer-to-peer presentations. Anyone can do one! Sometimes we do [lightning talks](lightning.md).
- **Collaboration nights** are unstructured times to sit with people with similar interests, and do whatever you would like to do.
- **Python Study Group nights** feature presentations by members who are beginner-to-intermediate. Each presenter chooses a topic that they're unfamiliar with, researches it, and then teaches the group what they've learned.
- [**Office hour**](officehour.md) is a weekly hour to drop in and ask anything on your mind.

Specific events are listed on the [Boston Python meetup page](http://bostonpython.com). RSVP there to be sure to get a spot.
- **Book Discussion nights** host discussion focused on particular books. As of March 2023, this group is currently discussing **Fluent Python (2nd ed.)** on Monday evenings. (Note: this group does **not** post events on Meetup, join us on Slack to participate!)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This content will be stale at some time in the near future. Should we set an alarm to update it, or should we rewrite it without the time-dependent content so we can leave it alone?

For example, we could say something like `Book Discussions are Boston Python's book club meetings. Typically, we take our time to dig into the content, so we'll often devote a session to one chapter of a book. See the #book-discussion channel on Slack if you'd like to know more."

Perhaps we should ask Glenn to weigh in on the wording.

- **Python en Español** discusión en español sobre Python.
- **Collaboration nights** are unstructured times to sit with people with similar interests, and do whatever you would like to do.

We have a [long list of past events](past-events/index.md).
3 changes: 3 additions & 0 deletions slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Once you've joined, there are a number of channels, depending on what you are lo

- **#general**: Questions/ideas/links of general interest to the community. When in doubt, post here.
- **#events**: Announcements/discussion of events that might be interesting to the group.
- **#python-en-español**: Hablar de Python y las charlas en español
- **#study-group**: Organization and discussion of Study Group events
- **#book-discussion**: Organization and discussion of Book Discussion events
- **#jobs**: For job postings. They must meet our [requirements](jobs.md).
- **#for-hire**: Where you can announce your availability for work.
- **#organizing**: Discussion about how Boston Python works, and making it work better.
Expand Down