Skip to content

Commit

Permalink
deploy: 912c7df
Browse files Browse the repository at this point in the history
  • Loading branch information
abadoni5 committed Mar 31, 2024
1 parent bf45f84 commit c9f40d0
Show file tree
Hide file tree
Showing 370 changed files with 764 additions and 792 deletions.
48 changes: 17 additions & 31 deletions 355/_sources/poc/poc_en.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,39 +28,25 @@ A Brython environment can not run this code, but PyScript can.

.. code:: python
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib.tri as tri
import numpy as np
# First create the x and y coordinates of the points.
n_angles = 36
n_radii = 8
min_radius = 0.25
radii = np.linspace(min_radius, 0.95, n_radii)
angles = np.linspace(0, 2 * np.pi, n_angles, endpoint=False)
angles = np.repeat(angles[..., np.newaxis], n_radii, axis=1)
angles[:, 1::2] += np.pi / n_angles
x = (radii * np.cos(angles)).flatten()
y = (radii * np.sin(angles)).flatten()
z = (np.cos(radii) * np.cos(3 * angles)).flatten()
# Create the Triangulation; no triangles so Delaunay triangulation created.
triang = tri.Triangulation(x, y)
# Mask off unwanted triangles.
triang.set_mask(np.hypot(x[triang.triangles].mean(axis=1),
y[triang.triangles].mean(axis=1))
< min_radius)
fig1, ax1 = plt.subplots()
ax1.set_aspect('equal')
tpc = ax1.tripcolor(triang, z, shading='flat')
fig1.colorbar(tpc)
ax1.set_title('tripcolor of Delaunay triangulation, flat shading')
display(fig1)
# Sample data
data = {
'Year': [2010, 2011, 2012, 2013, 2014],
'Sales': [1000, 1500, 1800, 2000, 2100]
}
# Create DataFrame
df = pd.DataFrame(data)
# Plotting using Pandas and Matplotlib
df.plot(x='Year', y='Sales', kind='line', marker='o', color='skyblue')
plt.title('Sales Over Years')
plt.xlabel('Year')
plt.ylabel('Sales ($)')
plt.grid(True)
display(plt)
.. raw:: html
:file: ./_static/component.html
2 changes: 1 addition & 1 deletion 355/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '851033b098a735aa1678d3e2a9b595df0b35fc93-aayush/POC',
VERSION: '401c97f30888666af218843183b7089011594f0a-aayush/POC',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto01.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reto Ahorcado &#8212; PyZombis aayush/POC@851033b</title>
<title>Reto Ahorcado &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto01_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hangman Challenge &#8212; PyZombis aayush/POC@851033b</title>
<title>Hangman Challenge &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto02.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reto Pergamino &#8212; PyZombis aayush/POC@851033b</title>
<title>Reto Pergamino &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -91,7 +91,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto03.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reto Pygame -Tirador de zombies &#8212; PyZombis aayush/POC@851033b</title>
<title>Reto Pygame -Tirador de zombies &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto03_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pygame Challenge - Zombie Shooter &#8212; PyZombis aayush/POC@851033b</title>
<title>Pygame Challenge - Zombie Shooter &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto04.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ejercicio de nombres de bebés de Google &#8212; PyZombis aayush/POC@851033b</title>
<title>Ejercicio de nombres de bebés de Google &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto04_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google babynames exercise &#8212; PyZombis aayush/POC@851033b</title>
<title>Google babynames exercise &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto05.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reto PyMaze &#8212; PyZombis aayush/POC@851033b</title>
<title>Reto PyMaze &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/Reto05_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PyMaze &#8212; PyZombis aayush/POC@851033b</title>
<title>PyMaze &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/_static/baby1990.html.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@851033b</title>
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -88,7 +88,7 @@

<a class="navbar-brand" href="../../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/_static/baby1996.html.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@851033b</title>
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -88,7 +88,7 @@

<a class="navbar-brand" href="../../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/challenges/_static/baby2002.html.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@851033b</title>
<title>&lt;no title&gt; &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -88,7 +88,7 @@

<a class="navbar-brand" href="../../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
Binary file modified 355/doctrees/environment.pickle
Binary file not shown.
Binary file modified 355/doctrees/lectures/TWP38/TWP38_2.doctree
Binary file not shown.
Binary file modified 355/doctrees/lectures/TWP38/TWP38_2_en.doctree
Binary file not shown.
Binary file modified 355/doctrees/poc/poc_en.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions 355/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; PyZombis aayush/POC@851033b</title>
<title>Index &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -88,7 +88,7 @@

<a class="navbar-brand" href="index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bienvenido a PyZombis &#8212; PyZombis aayush/POC@851033b</title>
<title>Bienvenido a PyZombis &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -89,7 +89,7 @@

<a class="navbar-brand" href="#" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to PyZombis &#8212; PyZombis aayush/POC@851033b</title>
<title>Welcome to PyZombis &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/index_es.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bienvenido a PyZombis &#8212; PyZombis aayush/POC@851033b</title>
<title>Bienvenido a PyZombis &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/lectures/TWP05/TWP05_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1. Primer programa &#8212; PyZombis aayush/POC@851033b</title>
<title>1. Primer programa &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 355/lectures/TWP05/TWP05_10.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>10. Expresiones lógicas &#8212; PyZombis aayush/POC@851033b</title>
<title>10. Expresiones lógicas &#8212; PyZombis aayush/POC@401c97f</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/matrixeq.css?v=58BC228F" />
Expand Down Expand Up @@ -90,7 +90,7 @@

<a class="navbar-brand" href="../../index.html" aria-label="index-page">

PyZombis aayush/POC@851033b
PyZombis aayush/POC@401c97f
</a>
</div>
</div>
Expand Down
Loading

0 comments on commit c9f40d0

Please sign in to comment.