From 2f0556d4b3a489ccfd744f8d97ac482c99ba491c Mon Sep 17 00:00:00 2001 From: Richard Si Date: Mon, 7 Aug 2023 22:19:12 -0400 Subject: Update timeline (August 2023) --- pydis_site/templates/home/timeline.html | 327 ++++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 822e7d0b..b2b55a97 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -12,6 +12,333 @@
+ +
+
+ Picture +
+ +
+

Retirement of Joe and Sebastiaan

+

+ Having been at the helm of Python Discord for over 5 and 3 years respectively, Joe and + Sebastiaan retire and step down. They gain the @Founders role and continue as advisors + to the @Directors, the new name of the original @Owners role. + + At the same time, Mina and Zig join Leon as co-directors. +

+
+ Jan 30th, 2023 +
+
+
+ +
+
+ +
+ +
+

Creation of #today-i-teach

+

+ We unveil the #today-i-teach forum channel where members can share + programming tidbits or fun facts that they've learned to the community. +

+
+ Dec 17th, 2022 +
+
+
+ +
+
+ +
+ +
+

Switch to forum-based help system

+

+ We migrate our help system to use a forum channel, retiring our home-grown rotating help + system after 3 years of service and nearly 500,000 help sessions. Forum channels offer + a better experience as members can create their own dedicated thread in a discoverable place. +

+
+ Nov 25th, 2022 +
+
+
+ +
+
+ Picture +
+ +
+

Python 3.11 Release Stream

+

+ With the Python 3.10 Release Stream being such a success, we brought it back for the + release of Python 3.11. Hosted by Leon, and CPython 3.11 Release Manager, Pablo Galindo, + they were joined by other CPython Core Developers. Together, they discuss the specific + features and the overall development process of the release. +

+ +
+ +
+ +
+ Oct 24th, 2022 +
+
+
+ +
+
+ +
+ +
+

Summer Code Jam 2022 (CJ9)

+

+ We host the 9th Code Jam. This year, teams had to use websockets to create a + project based on the theme, It's not a bug, it's a feature. In all, 24 teams + submitted their projects. At the end, we held a livestream demoing the top 10 projects + and announcing the winner! +

+ +
+ +
+ +
+ July 21st, 2022 +
+
+
+ +
+
+ +
+ +
+

Partnership with pyqtgraph

+

+ The #pyqtgraph channel is created for the Scientific Graphics and GUI + library pyqtgraph, joining #black-formatter. +

+
+ May 19th, 2022 +
+
+
+ +
+
+ +
+ +
+

Addition of @Sir Robin

+

+ Our arsenal of bots grows! We add @Sir Robin to power and manage all of our future + events and to support the Events Team. +

+
+ Feb 21st, 2022 +
+
+
+ +
+
+ +
+ +
+

Trivia Night

+

+ How well do you know Python inside out? Members got to find out in a Trivia Night event. + Contestants were given questions about Python's internals, its development, and more. + To win, contestants had to get the most questions right while being fast to answer. +

+
+ Feb 12th, 2022 +
+
+
+ +
+
+ Picture +
+ +
+

Creation of Events Team

+

+ We form the Events Team to organise and run future events. Led by Kat and comprised by + staff members, the goal of the team is to ultimately host more events in a more + sustainable way. +

+
+ Feb 9th, 2022 +
+
+
+ + +
+
+ +
+ +
+

Deployment of Smarter Resources

+

+ We gave our resources pages some much needed love and + + reorganised them into a single page + + , complete with a shiny new resource filter that allows you to more quickly find + ones that relate to your interests, experience, learning style, and ability to pay! +

+
+ Feb 2nd, 2022 +
+
+
+ +
+
+ +
+ +
+

We hit 300 000 members!

+

+ Thanks to an increasing growth rate, Python Discord's membership count doubled from + 150,000 to 300,000 in less than a year! +

+
+ Jan ??, 2022 +
+
+
+ +
+
+ Picture +
+ +
+

We host the Python 3.10 Release Stream

+

+ Leon and Pablo Galindo, CPython Core Developer and Release Manager, host the Python 3.10 + Release Stream, joined by other core devs Carol Willing, Irit Katriel, Łukasz Langa, and + Brandt Bucher. They talked in-depth about the new features introduced in 3.10, the + development of those features, and more! +

+ +
+ +
+ +
+ Oct 4th, 2021 +
+
+
+ +
+
+ +
+ +
+

Partnership with Black

+

+ We partner with the uncompromising code formatter project, Black, who were looking for a + new home for their real-time chat. Python Discord ended up being that home, resulting in + the creation of the #black-formatter channel. +

+
+ May 24th, 2021 +
+
+
+ +
+
+ +
+ +
+

Summer Code Jam 2021 (CJ8)

+

+ We host the 8th now-annual Code Jam. Teams had to create a program with an text-based user + interface (TUI), all designed around the theme of “think inside the box.” Ultimately, 51 + teams submitted projects. + + The winning submissions are listed on our website. + +

+ +
+ July 9, 2021 +
+
+
+ +
+
+ +
+ +
+

Inaugural run of Pixels

+

+ Inspired by the subreddit, r/place, Pixels was our collaborative canvas event held + between May 25 to June 14, providing a beginner-friendly API to paint pixels on a + virtual canvas. +

+

+ Later, we released a blog post + summarizing what happened, our motives, and some stories from during development. +

+ +
+ May 24, 2021 +
+
+
+ +
+
+ Picture +
+ +
+

Owners become PSF Fellows

+

Joe, Leon, and Sebastiaan + + are recognized as Python Software Foundation Fellows + + for their substantial contributions to the Python ecosystem by fostering + Python Discord. +

+ +
+ April 23, 2021 +
+
+
+
-- cgit v1.2.3 From e023838eda600acab91dcd1a1ed93c79a0212d09 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Wed, 16 Aug 2023 19:53:12 -0400 Subject: Remove #today-i-teach and add missing date --- pydis_site/templates/home/timeline.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index b2b55a97..1896ae58 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -33,23 +33,6 @@
-
-
- -
- -
-

Creation of #today-i-teach

-

- We unveil the #today-i-teach forum channel where members can share - programming tidbits or fun facts that they've learned to the community. -

-
- Dec 17th, 2022 -
-
-
-
@@ -224,7 +207,7 @@ 150,000 to 300,000 in less than a year!

- Jan ??, 2022 + Jan 19, 2022
-- cgit v1.2.3 From 8967020270487c0cecbd8c80b2225d99ab034d35 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Wed, 16 Aug 2023 20:07:32 -0400 Subject: Add switch to pinnward paste service --- pydis_site/templates/home/timeline.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 1896ae58..41eb5344 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -13,6 +13,26 @@
+
+
+ +
+ +
+

Switch to new paste service

+

+ We migrate over to pinnwand + as the service that powers our paste bin over at https://paste.pythondiscord.com/. + We made the switch as it comes with native light/dark modes, support for multi-file + pastes, additional support for text highlighting languages, and plus, it's written in + Python! +

+
+ Jul 11th, 2023 +
+
+
+
Picture -- cgit v1.2.3