|
| 1 | +{% extends "events/base_sidebar.html" %} |
| 2 | + |
| 3 | +{% load static %} |
| 4 | + |
| 5 | +{% block title %}Summer Code Jam 2025{% endblock %} |
| 6 | + |
| 7 | +{% block breadcrumb %} |
| 8 | + <li><a href="{% url "events:index" %}">Events</a></li> |
| 9 | + <li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li> |
| 10 | + <li><a href="{% url "events:page" path="code-jams/12" %}">Code Jam 2025</a></li> |
| 11 | + <li class="is-active"><a href="#">Approved Frameworks</a></li> |
| 12 | +{% endblock %} |
| 13 | + |
| 14 | +{% block event_content %} |
| 15 | + <p> |
| 16 | + Below is the list of pre-approved frameworks that you can use for the code jam. |
| 17 | + Please work with your team to choose a library (or multiple) that everyone can and want to develop with. |
| 18 | + If there is a library not listed below that you think should be here, you're welcome to discuss it with the Events Team over in the Discord server. |
| 19 | + |
| 20 | + </p> |
| 21 | + |
| 22 | + <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks</a></h3> |
| 23 | + |
| 24 | + <div class="card mb-4"> |
| 25 | + <div class="card-content"> |
| 26 | + <div class="content"> |
| 27 | + <p class="subtitle">pyodide</p> |
| 28 | + <p> |
| 29 | + Pyodide is a Python distribution for the browser and Node.js based on WebAssembly. |
| 30 | + </p> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + <div class="card-footer"> |
| 34 | + <a href="https://pyodide.org/en/stable/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 35 | + <a href="https://github.com/pyodide/pyodide" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + |
| 39 | + <div class="card mb-4"> |
| 40 | + <div class="card-content"> |
| 41 | + <div class="content"> |
| 42 | + <p class="subtitle">pyscript</p> |
| 43 | + <p> |
| 44 | + PyScript is an open source platform for Python in the browser. |
| 45 | + </p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + <div class="card-footer"> |
| 49 | + <a href="https://pyscript.net/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 50 | + <a href="https://github.com/pyscript/pyscript" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="card mb-4"> |
| 55 | + <div class="card-content"> |
| 56 | + <div class="content"> |
| 57 | + <p class="subtitle">brython</p> |
| 58 | + <p> |
| 59 | + A Python 3 implementation for client-side web programming |
| 60 | + </p> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + <div class="card-footer"> |
| 64 | + <a href="https://brython.info/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 65 | + <a href="https://github.com/brython-dev/brython" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + |
| 69 | + <div class="card mb-4"> |
| 70 | + <div class="card-content"> |
| 71 | + <div class="content"> |
| 72 | + <p class="subtitle">marimo</p> |
| 73 | + <p> |
| 74 | + marimo is an open-source reactive Python notebook: run a cell or interact with a UI element, |
| 75 | + and marimo automatically runs dependent cells (or marks them as stale), keeping code and outputs |
| 76 | + consistent and preventing bugs before they happen. Every marimo notebook is stored as pure Python (Git-friendly), |
| 77 | + executable as a script, and deployable as an app; while stored as Python, marimo notebooks also have native support for SQL. |
| 78 | + </p> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + <div class="card-footer"> |
| 82 | + <a href="https://docs.marimo.io/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 83 | + <a href="https://github.com/marimo-team/marimo" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + |
| 87 | + <div class="card mb-4"> |
| 88 | + <div class="card-content"> |
| 89 | + <div class="content"> |
| 90 | + <p class="subtitle">jupyterlite</p> |
| 91 | + <p> |
| 92 | + JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions. |
| 93 | + </p> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + <div class="card-footer"> |
| 97 | + <a href="https://jupyterlite.readthedocs.io/en/stable/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 98 | + <a href="https://github.com/jupyterlite/jupyterlite" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + |
| 102 | + <div class="card mb-4"> |
| 103 | + <div class="card-content"> |
| 104 | + <div class="content"> |
| 105 | + <p class="subtitle">nicegui</p> |
| 106 | + <p> |
| 107 | + NiceGUI is an easy-to-use, Python-based UI framework, which shows up in your web browser. You can create buttons, dialogs, Markdown, 3D scenes, plots and much more. |
| 108 | + </p> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + <div class="card-footer"> |
| 112 | + <a href="https://nicegui.io/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 113 | + <a href="https://github.com/zauberzeug/nicegui/" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + |
| 117 | + <div class="card mb-4"> |
| 118 | + <div class="card-content"> |
| 119 | + <div class="content"> |
| 120 | + <p class="subtitle">reflex</p> |
| 121 | + <p> |
| 122 | + Reflex is an open-source framework for quickly building beautiful, interactive web applications in pure Python. |
| 123 | + </p> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + <div class="card-footer"> |
| 127 | + <a href="https://reflex.dev/docs/getting-started/introduction/" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 128 | + <a href="https://github.com/reflex-dev/reflex" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 129 | + </div> |
| 130 | + </div> |
| 131 | + |
| 132 | + <div class="card mb-4"> |
| 133 | + <div class="card-content"> |
| 134 | + <div class="content"> |
| 135 | + <p class="subtitle">rio</p> |
| 136 | + <p> |
| 137 | + Rio is an easy to use framework for creating websites and apps and is based entirely on Python. |
| 138 | + You won't need a single line of HTML, CSS, or JavaScript to create beautiful, modern apps. |
| 139 | + </p> |
| 140 | + </div> |
| 141 | + </div> |
| 142 | + <div class="card-footer"> |
| 143 | + <a href="https://rio.dev/docs" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> |
| 144 | + <a href="https://pypi.org/project/rio-ui/" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> |
| 145 | + </div> |
| 146 | + </div> |
| 147 | + |
| 148 | +{% endblock %} |
| 149 | + |
| 150 | +{% block sidebar %} |
| 151 | + |
| 152 | + {% include "events/sidebar/code-jams/12.html" %} |
| 153 | + |
| 154 | +{% endblock %} |
0 commit comments