Skip to content

Commit

Permalink
deploy: fad0903
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 4, 2024
1 parent 9651479 commit a857407
Show file tree
Hide file tree
Showing 147 changed files with 3,553 additions and 3,575 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
68 changes: 34 additions & 34 deletions _notebooks/about_py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "d780e4e2",
"id": "eb86b6be",
"metadata": {},
"source": [
"\n",
Expand All @@ -19,7 +19,7 @@
},
{
"cell_type": "markdown",
"id": "f9e9b958",
"id": "f02d37d0",
"metadata": {},
"source": [
"# About These Lectures\n",
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "markdown",
"id": "edba74ee",
"id": "8a3d2142",
"metadata": {},
"source": [
"## Overview\n",
Expand All @@ -55,7 +55,7 @@
},
{
"cell_type": "markdown",
"id": "c8c26017",
"id": "27f5d389",
"metadata": {},
"source": [
"### Can’t I Just Use ChatGPT?\n",
Expand All @@ -77,7 +77,7 @@
},
{
"cell_type": "markdown",
"id": "82be55c8",
"id": "507182ae",
"metadata": {},
"source": [
"### Isn’t MATLAB Better?\n",
Expand All @@ -96,7 +96,7 @@
},
{
"cell_type": "markdown",
"id": "c8e5a09c",
"id": "e59b7aea",
"metadata": {},
"source": [
"## What’s Python?\n",
Expand All @@ -114,7 +114,7 @@
},
{
"cell_type": "markdown",
"id": "908b91b3",
"id": "3c45ec3f",
"metadata": {},
"source": [
"### Common Uses\n",
Expand Down Expand Up @@ -146,7 +146,7 @@
},
{
"cell_type": "markdown",
"id": "327c57ce",
"id": "36a7d43f",
"metadata": {},
"source": [
"### Relative Popularity\n",
Expand All @@ -171,7 +171,7 @@
},
{
"cell_type": "markdown",
"id": "d0318359",
"id": "f7002ac7",
"metadata": {},
"source": [
"### Features\n",
Expand All @@ -196,7 +196,7 @@
},
{
"cell_type": "markdown",
"id": "66e87d31",
"id": "8d64df1c",
"metadata": {},
"source": [
"### Syntax and Design\n",
Expand All @@ -214,7 +214,7 @@
},
{
"cell_type": "markdown",
"id": "1370e055",
"id": "18c12aee",
"metadata": {
"hide-output": false
},
Expand Down Expand Up @@ -272,7 +272,7 @@
},
{
"cell_type": "markdown",
"id": "95e9ca2c",
"id": "e5bcd5a5",
"metadata": {},
"source": [
"This Java code opens an imaginary file called `data.csv` and computes the mean\n",
Expand All @@ -289,7 +289,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2bfdc70e",
"id": "4a9007c3",
"metadata": {
"hide-output": false
},
Expand All @@ -311,15 +311,15 @@
},
{
"cell_type": "markdown",
"id": "50428602",
"id": "77f838ea",
"metadata": {},
"source": [
"The simplicity of Python and its neat design are a big factor in its popularity."
]
},
{
"cell_type": "markdown",
"id": "3f786bb8",
"id": "18a99af8",
"metadata": {},
"source": [
"### The AI Connection\n",
Expand All @@ -346,7 +346,7 @@
},
{
"cell_type": "markdown",
"id": "3dcf8b96",
"id": "9ef77e37",
"metadata": {},
"source": [
"## Scientific Programming with Python\n",
Expand Down Expand Up @@ -375,7 +375,7 @@
},
{
"cell_type": "markdown",
"id": "7084a840",
"id": "eb79f52f",
"metadata": {},
"source": [
"### NumPy\n",
Expand All @@ -392,7 +392,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "efb44e38",
"id": "9c7bc78c",
"metadata": {
"hide-output": false
},
Expand All @@ -404,7 +404,7 @@
},
{
"cell_type": "markdown",
"id": "ad832f4e",
"id": "9425812f",
"metadata": {},
"source": [
"This array is very small so it’s fine to work with pure Python.\n",
Expand All @@ -422,7 +422,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ddb6833a",
"id": "d3c1c8bb",
"metadata": {
"hide-output": false
},
Expand All @@ -436,7 +436,7 @@
},
{
"cell_type": "markdown",
"id": "5dfc2e40",
"id": "002e7079",
"metadata": {},
"source": [
"Now let’s transform this array by applying functions to it."
Expand All @@ -445,7 +445,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "67a98e90",
"id": "a9d46326",
"metadata": {
"hide-output": false
},
Expand All @@ -457,7 +457,7 @@
},
{
"cell_type": "markdown",
"id": "d1d79e73",
"id": "e33439bc",
"metadata": {},
"source": [
"Now we can easily take the inner product of `b` and `c`."
Expand All @@ -466,7 +466,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7fa027b2",
"id": "7fd799cb",
"metadata": {
"hide-output": false
},
Expand All @@ -477,7 +477,7 @@
},
{
"cell_type": "markdown",
"id": "10405234",
"id": "2566a75c",
"metadata": {},
"source": [
"We can also do many other tasks, like\n",
Expand All @@ -492,7 +492,7 @@
},
{
"cell_type": "markdown",
"id": "4cc1e4c2",
"id": "190762ac",
"metadata": {},
"source": [
"### NumPy Alternatives\n",
Expand All @@ -515,7 +515,7 @@
},
{
"cell_type": "markdown",
"id": "19428881",
"id": "3df2743a",
"metadata": {},
"source": [
"### SciPy\n",
Expand All @@ -530,7 +530,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fba8c60b",
"id": "1a03d8e4",
"metadata": {
"hide-output": false
},
Expand All @@ -546,7 +546,7 @@
},
{
"cell_type": "markdown",
"id": "9e7bca63",
"id": "3c6899fc",
"metadata": {},
"source": [
"SciPy includes many of the standard routines used in\n",
Expand All @@ -566,7 +566,7 @@
},
{
"cell_type": "markdown",
"id": "915e117e",
"id": "37f7765f",
"metadata": {},
"source": [
"### Graphics\n",
Expand Down Expand Up @@ -612,7 +612,7 @@
},
{
"cell_type": "markdown",
"id": "3c35f44b",
"id": "01f15b6c",
"metadata": {},
"source": [
"### Networks and Graphs\n",
Expand Down Expand Up @@ -648,7 +648,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1af366c4",
"id": "39361038",
"metadata": {
"hide-output": false
},
Expand Down Expand Up @@ -683,7 +683,7 @@
},
{
"cell_type": "markdown",
"id": "5c2de5d1",
"id": "7ab0d044",
"metadata": {},
"source": [
"### Other Scientific Libraries\n",
Expand Down Expand Up @@ -718,7 +718,7 @@
}
],
"metadata": {
"date": 1729158861.4619565,
"date": 1730693314.173783,
"filename": "about_py.md",
"kernelspec": {
"display_name": "Python",
Expand Down
Loading

0 comments on commit a857407

Please sign in to comment.