From 1fd6c9bdb0164c9953a4d55277d829009332aa4a Mon Sep 17 00:00:00 2001
From: Kronifer <44979306+Kronifer@users.noreply.github.com>
Date: Thu, 10 Jun 2021 08:36:56 -0500
Subject: Added Cloudflare to Sponsors list (#527)
---
pydis_site/static/images/sponsors/cloudflare.png | Bin 0 -> 13822 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pydis_site/static/images/sponsors/cloudflare.png
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/sponsors/cloudflare.png b/pydis_site/static/images/sponsors/cloudflare.png
new file mode 100644
index 00000000..e2cd3b44
Binary files /dev/null and b/pydis_site/static/images/sponsors/cloudflare.png differ
--
cgit v1.2.3
From b8132bd77c32ec07134605a0f047a614ec8ce379 Mon Sep 17 00:00:00 2001
From: Janine vN Each year, we organize a Winter Code Jam and a Summer Code Jam. During these events, members of our community will work together in teams to create something amazing using a technology we picked for them. One such technology that was picked for the Winter Code Jam 2020 was Kivy, a cross-platform GUI framework. To help fuel the creative process, we provide a specific theme, like Ancient Technology or This App Hates You. At the end of the Code Jam, the projects are judged by Python Discord server staff members and guest judges from the larger Python community. The judges will consider creativity, code quality, teamwork, and adherence to the theme. If you want to read more about Code Jams, visit our Code Jam info page or watch this video showcasing the best projects created during the Winter Code Jam 2020: Ancient Technology: Twice a year we host a code jam for members of our server to participate in. The code jam is an event where we place you
+ in a team with 5 other random server members. You then have 7 days to code some sort of application or program in Python.
+ Your program must use the specified technology/framework and incorporate the theme chosen by the server.
+
+ After the 7 days is complete, your team has 2 days to finish documentation and create a video presentation showcasing
+ and walking through the program that your team has created. More details and specifics of this will be released within the next 2 weeks.
+ The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
+ when the Qualifier is released you can join the server: discord.gg/python. Below is the list of approved frameworks that you can use for the code jam. Please take note of what frameworks are available for which platform.
+ Please work with your team to choose a library that everyone can develop on, whether it's cross platform or something you can use WSL or a Virtual Machine for.
+ Your solution must use one of the approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework. Your solution should be platform agnostic. For example, if you use filepaths in your submission, use
+ You must document precisely how to install and run your project.
+ This should be as easy as possible, which means you should consider using dependency managers like You must use GitHub as source control.
+ All code and assets must be compatible with the MIT license.
+ This is because we will be merging your submission into our All code must be written and committed within the time constrictions of the jam. Late commits may be reverted, so make sure you leave enough time to bug test your program.
+ Use English as the main language for your project, including names, comments, documentation, and commit messages.
+ The text displayed in your web application should also be in English,
+ although you are allowed to provide the user with options for internationalisation and translation.
+
+ Your team, once the coding portion of the code jam is complete, must create a video presentation that showcases and explains your final product.
+ This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Vimeo, etc.)
+ The video can be as simple as a screen recording with annotated text.
+ Teams who do not submit a final video presentation may be disqualified.
+
+ The chosen technology/tech stack for this year is Text User Interfaces (TUIs).
+ Each team must create a program with one of the approved frameworks that creates a user interface that is text based.
+ For more information of TUIs and what's involved with such an interface, check out this wikipedia article.
+ The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
- when the Qualifier is released you can join the server: discord.gg/python.Code Jams
+ Important Dates
+
+
+ How to Join
+ Urwid
+
+
+
+
Curses
+
+
+
+
Blessed
+
+
+
+
Rich
+
+
+
+
Asciimatics
+
+
+
+
+
+
+
+pathlib to create platform agnostic Path objects instead of hardcoding the paths.pipenv or poetry.
+ We would also encourage you to use docker and docker-compose to containerize your project, but this isn't a requirement.
+ summer-code-jam-2021 repo at the end of the jam,
+ and this repo is licensed with the MIT license.
+ Projects that include assets that are incompatible with this license may be disqualified.
+
+ Please note that our regular
+ community rules and code of conduct
+ also apply during the event and that we reserve the right to make changes to these rules at any time.
+
+{% endblock %}
+
+{% block sidebar %}
+
+ {% include "events/sidebar/code-jams/8.html" %}
+
+{% endblock %}
diff --git a/pydis_site/templates/events/sidebar/code-jams/8.html b/pydis_site/templates/events/sidebar/code-jams/8.html
new file mode 100644
index 00000000..fb14d83e
--- /dev/null
+++ b/pydis_site/templates/events/sidebar/code-jams/8.html
@@ -0,0 +1,17 @@
+{% load static %}
+
+
diff --git a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
index 154f6ac4..9f9ecd1a 100644
--- a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
+++ b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
@@ -1,6 +1,7 @@
Important Dates
-
+
+ Technology
+ How to Join
Your solution must use one of the approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework.
Your solution should be platform agnostic. For example, if you use filepaths in your submission, use pathlib to create platform agnostic Path objects instead of hardcoding the paths.
Your solution must use one of the approved frameworks.
You must document precisely how to install and run your project. @@ -41,14 +40,14 @@
Use English as the main language for your project, including names, comments, documentation, and commit messages. - The text displayed in your web application should also be in English, + The text displayed in your application should also be in English, although you are allowed to provide the user with options for internationalisation and translation.
Your team, once the coding portion of the code jam is complete, must create a video presentation that showcases and explains your final product. - This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Vimeo, etc.) + This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted YouTube video, Vimeo, etc.). The video can be as simple as a screen recording with annotated text. Teams who do not submit a final video presentation may be disqualified.
diff --git a/pydis_site/templates/events/sidebar/code-jams/8.html b/pydis_site/templates/events/sidebar/code-jams/8.html index fb14d83e..fe65ae2e 100644 --- a/pydis_site/templates/events/sidebar/code-jams/8.html +++ b/pydis_site/templates/events/sidebar/code-jams/8.html @@ -8,8 +8,8 @@
+
+