-
Notifications
You must be signed in to change notification settings - Fork 513
Brython in the wild
A list of apps powered by Brython:
-
LiveCodes, a Python playground using Brython, by Hatem Hosny, August 2023. More details here
-
Crear aplicaciones para Android utilizando el Framework Cordova y Brython, by technobillo, August 2021
-
My experience building a Snake game with Brython, by Yakko Majuri, July 2020
-
https://www.freecodecamp.org/news/want-to-learn-python-heres-our-free-4-hour-interactive-course/ A 4-hour, free, interactive Python course on the Scrimba platform, by Olof Paulson (March 2020)
-
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.
-
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
-
https://github.com/CharlesWLudwig/brython_demo "Random Cat Fact Generator"
-
- 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/tangrams/ (An ancient puzzle which originated in China.)
-
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/swx/ An MQTT client smartphone browser app, importing the MQTT.js JavaScript library for WebSockets communication, reporting geolocalised, real-time ionospheric conditions
- 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/tapers/ Structural Analysis of Tapered Elements
- 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://jsdo.it/ohisama1/tnRN (FizzBuzz solved in Brython)
-
http://reeborg.ca/world.html, http://reeborg.ca/docs/begin_py_en/ (Learn Python interactively)
-
- TO-DO app
- A drag&drop puzzle game
- A hangman game
- Changing colours code repo for all of these
-
http://curious-electric.com/brython-playground (A poor man jsfiddle/codepen/... clone, code repo)
-
http://kitakitsune.org/argparse_builder (Python argparse builder, code repo)
-
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.
-
Brython + React.js + Hiccup - library that allows you to create an SPA using React.js library from Facebook and own little Hiccup-like engine. Written by @jedi2light.
-
https://github.com/estarq/i8051emu (Intel 8051 microcontroller emulator made with Brython and React)
-
PyZombis - A python tutorial (in spanish) using brython consoles to run some of the examples.