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
The qualifier is a coding challenge that you are required to complete before registering for the code jam.
37
+
This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment.
38
+
</p>
39
+
<pclass="has-text-centered"><aclass="button is-link" href="https://github.com/python-discord/code-jam-qualifier-9/" target="_blank" rel="noopener">View the Qualifier</a></p>
34
40
<p>
35
-
Before being able to join the code jam, you must complete a qualifier which tests your knowledge in Python.
36
-
The qualifier can be found <ahref="https://github.com/python-discord/code-jam-qualifier-9/" title="Code Jam 9 qualifier repository" target="_blank" rel="noopener">on our GitHub</a>
37
-
and once completed you should submit your solution using the <ahref="https://forms.pythondiscord.com/form/cj9-qualifier" target="_blank" rel="noopener">sign-up form</a>.
41
+
Please note the requirements for the qualifier.
42
+
<ul>
43
+
<li>The qualifier must be completed using Python 3.10</li>
44
+
<li>No external modules are allowed, only those available through the standard library.</li>
45
+
<li>The Qualifier must be submitted through the Code Jam sign-up form.</li>
0 commit comments