-
Notifications
You must be signed in to change notification settings - Fork 514
Brython in the wild
A list of apps powered by Brython:
-
https://www.youtube.com/watch?v=0SlsCa1k2R4 Gravity Cube, a pacman-like game by Aidan Lesh
-
https://pythonspot.com/create-a-chrome-plugin-with-python/ Create a chrome app using brython.
-
http://kerlam.pythonanywhere.com/plugins/game/ A bêta platform test ! By Kerlam Studio ( Code Source : http://kerlam.pythonanywhere.com/media/js/game.py ) [Broken links?]
-
https://github.com/jsbueno/browser_invaders Browser Invaders ! by João Sebastião de Oliveira Bueno
-
https://academy.cs.cmu.edu/ Carnegie Mellon University using Brython
-
- http://codepen.io/juancarlospaco/pen/gFweq/right Brython Loves Python, ASCII-Art
- http://codepen.io/juancarlospaco/pen/zGJam/right?editors=101 CIDR IP Address Calculator
- http://codepen.io/juancarlospaco/pen/bDnwg/top?editors=100 Brython Giant A, ASCII-Art
-
http://brython.info/gallery/gallery_en.html (the official Brython gallery)
-
http://mathsanswers.org.uk/demos/norbinpo/ (Compare graphs of Binomial, Poisson and Normal Distributions)
-
http://mathsanswers.org.uk/games/squares/ (Game - Place counters to form a square before your opponent does)
-
http://mathsanswers.org.uk/games/dominate/ (Game - Place dominoes so that the totals in each row and column are correct)
-
http://mathsanswers.org.uk/investigations/tessmaker/ (Design and save tessellations in the style of M C Escher)
-
- https://hamwaves.com/qoil/ RF Inductance Calculator; This calculator solves a number of transcendental equations using numerical zero finders.
- https://hamwaves.com/lpda/ Log-Periodic Dipole Array Calculator
- https://hamwaves.com/zc.circular/ Parallel Circular Conductor Transmission Line Calculator
- https://hamwaves.com/zc.square/ Parallel Square Conductor Transmission Line Calculator
- https://hamwaves.com/zc.star_quad/ Star Quad Transmission Line Calculator
-
http://raspberry-python.blogspot.fr/2013/08/a-python-interactive-console-in-my-blog.html (Do you want an interactive console in your blog?)
-
http://alexstroubleshooting.blogspot.com.es/2013/11/two-way-data-binding-in-brython.html (Brython meets Knockout.js)
-
http://www.ifsc.usp.br/~htpoligo/about.html (A primer design tool for high-throughput gene cloning and site-directed mutagenesis) [Broken link?]
-
http://jsdo.it/ohisama1/tnRN (FizzBuzz solved in Brython)
-
http://reeborg.ca/world.html, http://reeborg.ca/docs/begin_py_en/ (Learn Python interactively)
-
- https://googledrive.com/host/0B4OEtv-kAaTBSllJM19hdkpCeTQ/todo_bootstrapped.html (TO-DO app, code repo)
- https://googledrive.com/host/0B4OEtv-kAaTBSllJM19hdkpCeTQ/puzzle_bootstrapped.html (A drag&drop puzzle game, you should reload the page to see it in action, code repo)
- https://googledrive.com/host/0B4OEtv-kAaTBSllJM19hdkpCeTQ/hangman_bootstrapped.html (A hangman game, code repo)
- https://googledrive.com/host/0B4OEtv-kAaTBSllJM19hdkpCeTQ/colors_bootstrapped.html (Click to see the magic, code repo)
- [googledrive links broken, github repos OK]
-
http://curious-electric.com/brython-playground (A poor man jsfiddle/codepen/... clone, code repo)
-
http://kikocorreoso.bitbucket.org/pyfiddle (Another poor man jsfiddle/codepen/... clone, code repo) [Broken link?]
-
http://kitakitsune.org/argparse_builder/argparse_builder.html (Python argparse builder, code repo) [Broken link?]
-
http://pilas-editor.com.ar (Learn programming online with Python and videogames. Spanish) [Broken link?]
-
https://github.com/daGrevis/pong-py (Pong game made with Brython showed at Python Latvia)
-
http://www.mclibre.org/consultar/python/ Introducción a la programación con Python : course in Spanish, introduction to Brython and a few examples, eg SVG graphics
-
https://chfw.github.io/pyecharts.js/ is a Brython port of pyecharts, bringing Python binding for ECharts.js, which does interactive charting and visualization for browsers. pyecharts.js is packed up by brython-pack.
-
Webpage Templating with Python - 5 min interactive screencast : example of use of the template module.
-
Runpython.org is a site for editing and executing Brython code, supporting Github as a backend for storing user code. Runpython also supports ggame, a simple graphics library for educational use (see ggame documentation for details). Some examples of runpython and ggame in action:
- Conway's Game of Life
- Sandbox Platformer Game
- Spacewar Clone
- A mini-course on rocket science using runpython.org, ggame, and Brython.
- An introductory Python course using runpython.org, ggame, and Brython.