Skip to content

Instantly share code, notes, and snippets.

View kikocorreoso's full-sized avatar

kikocorreoso

  • Smile Co
  • smileland
View GitHub Profile
@kikocorreoso
kikocorreoso / index.html
Created July 24, 2019 06:30
Brython "AJAX" comments
<!doctype html>
<html>
<head>
<title>Brython ajax example for comments</title>
<meta charset="UTF-8">
<noscript>Please enable Javascript to view this page correctly.</noscript>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.7.4/brython.min.js"></script>
<script type="text/python">
from browser import document as doc, alert, html
@kikocorreoso
kikocorreoso / EvolucionDemandaElectrica(2020-03-30).ipynb
Created March 20, 2020 22:38
Evolución Demanda Eléctrica España (2020-03-20)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kikocorreoso
kikocorreoso / test.html
Last active April 25, 2021 17:32
load js on demand on brython.
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.9.2/brython.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.9.2/brython_stdlib.min.js"></script>
</head>
<body onload="brython()">
<script type="text/python">
from browser import document, window, html