From 4f7547ca1eb9d633cc3a79461b6f8c362c22eaa6 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Sat, 11 Mar 2023 14:36:43 -0500 Subject: [PATCH 1/4] Mention Slack channels related to specific types of events --- slack.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/slack.md b/slack.md index 16ead21..2cbc632 100644 --- a/slack.md +++ b/slack.md @@ -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. From e249d710873188e102f6d77bd7f7890b3aa3d617 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Sat, 11 Mar 2023 15:48:57 -0500 Subject: [PATCH 2/4] =?UTF-8?q?Update=20events=20page=20to=20include=20boo?= =?UTF-8?q?k=20discussion=20and=20Python=20en=20espa=C3=B1ol=20events?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/events.md b/events.md index 2bebc2b..8085813 100644 --- a/events.md +++ b/events.md @@ -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, all 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. +- **Python en Español** presenta charlas de Python en español. +- **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). From 9accdca37fed2066bb36e1e4dcf4d97e6c80fd93 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Sat, 11 Mar 2023 15:51:35 -0500 Subject: [PATCH 3/4] Clarify that book discussion events are not posted to Meetup --- events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/events.md b/events.md index 8085813..25d397d 100644 --- a/events.md +++ b/events.md @@ -4,12 +4,12 @@ sidebar_link: true sidebar_sort_order: 100 --- -Boston Python runs several kinds of events, all of which are listed on the [Boston Python meetup page](http://bostonpython.com). RSVP there to be sure to get a spot. +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). - **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. -- **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. +- **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!) - **Python en Español** presenta charlas de Python en español. - **Collaboration nights** are unstructured times to sit with people with similar interests, and do whatever you would like to do. From 034287a732c6d83af4df2db5d14e51b40c501b31 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Tue, 14 Mar 2023 18:43:53 -0400 Subject: [PATCH 4/4] =?UTF-8?q?Change=20wording=20of=20#python-en-espa?= =?UTF-8?q?=C3=B1ol=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.md b/events.md index 25d397d..e8cb2e7 100644 --- a/events.md +++ b/events.md @@ -10,7 +10,7 @@ Boston Python runs several kinds of events, most of which are listed on the [Bos - **Presentation nights** feature presentations by members. These are technical peer-to-peer presentations. Anyone can do one! Sometimes we do [lightning talks](lightning.md). - **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. - **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!) -- **Python en Español** presenta charlas de Python en español. +- **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).