You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field=models.BigIntegerField(help_text='The integer value of the permission bitset of this role from Discord.', validators=[django.core.validators.MinValueValidator(limit_value=0, message='Role permissions cannot be negative.')]),
Each team must create a program with one of <ahref="{% url "events:page" path="code-jams/8/frameworks" %}">the approved frameworks</a> that creates a user interface that is text based.
37
39
For more information of TUIs and what's involved with such an interface, check out <ahref="https://en.wikipedia.org/wiki/Text-based_user_interface">this wikipedia article</a>.
The qualifier is a coding challenge that you are required to complete before registering for the code jam.
44
+
This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment.
45
+
</p>
46
+
<pclass="has-text-centered"><aclass="button is-link" href="https://github.com/python-discord/cj8-qualifier" target="_blank">View the Qualifier</a></p
47
+
<p>
48
+
Please note the requirements for the qualifier.
49
+
<ul>
50
+
<li>The qualifier must be completed using Python 3.9</li>
51
+
<li>No external modules are allowed, only those available through the standard library.</li>
52
+
<li>The Qualifier must be submitted through the Code Jam sign-up form.</li>
53
+
</ul>
54
+
</p>
40
55
<h3id="how-to-join"><ahref="#how-to-join">How to Join</a></h3>
41
-
<p>The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
42
-
when the Qualifier is released you can join us on Discord at <ahref="https://discord.gg/python">discord.gg/python</a>.</p>
56
+
<p>
57
+
To enter into the code jam you must complete <ahref="#qualifier">The Qualifier</a> and submit the sign-up form.
58
+
Don't forget to join us on Discord at <ahref="https://discord.gg/python">discord.gg/python</a>!
59
+
<divclass="has-text-centered"><aclass="button is-link" href="https://form.jotform.com/211714357615050" target="_blank">Sign up for the Code Jam</a></div>
60
+
</p>
61
+
<h3id="prizes"><ahref="#prizes">Prizes</a></h3>
62
+
<p>
63
+
Our Code Jam Sponsors have provided prizes for the winners of the code jam.
64
+
Also, a big thank you to our Patreon patrons for supporting this server and allowing us
Whatever platform or language you work with, JetBrains has a development tool for you.
97
+
We help developers work faster by automating common, repetitive tasks to enable them to stay focused on code design and the big picture.
98
+
We provide tools to explore and familiarize with code bases faster. Our products make it easy for you to take care of quality during all stages of development and spend less time on maintenance tasks.
99
+
</p>
100
+
<p><strong>Prizes</strong><br>
101
+
1-year JetBrain licenses to the members of a winning team.</p>
<strong>This year we'll be running a GitHub Bootcamp on Saturday, June 26th at 4PM UTC.</strong>
17
+
This bootcamp is intended to be an interactive workshop session where we help participants
18
+
get setup with git and using it in a team environment. If you are new to git or would like to brush up on it,
19
+
then this is the perfect event for you.
20
+
</p>
21
+
<p>
22
+
The instructional parts of this bootcamp will be recorded. We'll also be providing a cheatsheet / reference guide to all attendees that will
23
+
be made available here for download.
24
+
</p>
25
+
<h3>Session 1: Setting up Git</h3>
26
+
<p>
27
+
This first session will run for an hour starting at 4PM UTC. It will be focused on installing and setting up git for the first time.
28
+
We'll have helpers available to help you set up git and integrated with your editor of choice.
29
+
Whether it's PyCharm, VSCode, or vim, we can help you get rolling with version control.
30
+
</p>
31
+
<h3>Session 2: Using git and github in a team environment</h3>
32
+
<p>
33
+
This session will run for an hour starting at 5PM UTC. It will be focused on using git and GitHub in a team environment.
34
+
You'll be put in a group with other attendees and use the common git commands for working in a repo.
35
+
You'll learn how to set-up a GitHub repository with other contributors, how to make branches, make commits, pull down changes, and then make pull requests.
36
+
We'll also be going over different strategies for creating branches and best practices for commits and pull requests.
0 commit comments