File tree 23 files changed +2
-196
lines changed 23 files changed +2
-196
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (about_py)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
``` {index} single: python
22
13
```
23
14
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (debugging)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Debugging and Handling Errors
22
13
23
14
``` {index} single: Debugging
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (functions)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Functions
22
13
23
14
``` {index} single: Python; User-defined functions
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (getting_started)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
<!-- TODO: Review this styling -->
22
13
23
14
<style >
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (matplotlib)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# {index}` Matplotlib <single: Matplotlib> `
22
13
23
14
``` {index} single: Python; Matplotlib
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ project:
14
14
url : https://johnstachurski.net
15
15
16
16
bibliography :
17
- - _static/quant-econ.bib
17
+ - ./ _static/quant-econ.bib
18
18
github : https://github.com/QuantEcon/lecture-python-programming.myst
19
19
toc :
20
20
- file : intro.md
@@ -85,4 +85,4 @@ project:
85
85
site :
86
86
parts :
87
87
footer : footer.md
88
- template : https://github.com/curvenote-themes/quantecon/archive/refs/heads/main.zip
88
+ template : https://github.com/curvenote-themes/quantecon/archive/refs/heads/main.zip
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (oop_names)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Names and Namespaces
22
13
23
14
## Overview
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (speed)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Python for Scientific Computing
22
13
23
14
``` {epigraph}
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
- (speed)=
15
- ``` {raw} jupyter
16
- <div id="qe-notebook-header" align="right" style="text-align:right;">
17
- <a href="https://quantecon.org/" title="quantecon.org">
18
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19
- </a>
20
- </div>
21
- ```
22
-
23
14
# Numba
24
15
25
16
In addition to what's in Anaconda, this lecture will need the following libraries:
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (np)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
12
21
13
# {index}` NumPy <single: NumPy> `
22
14
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (oop_intro)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# OOP I: Objects and Methods
22
13
23
14
## Overview
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
- (pd)=
15
- ``` {raw} jupyter
16
- <div id="qe-notebook-header" align="right" style="text-align:right;">
17
- <a href="https://quantecon.org/" title="quantecon.org">
18
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19
- </a>
20
- </div>
21
- ```
22
-
23
14
# {index}` Pandas <single: Pandas> `
24
15
25
16
``` {index} single: Python; Pandas
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
- ``` {raw} jupyter
15
- <div id="qe-notebook-header" align="right" style="text-align:right;">
16
- <a href="https://quantecon.org/" title="quantecon.org">
17
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
18
- </a>
19
- </div>
20
- ```
21
-
22
- (ppd)=
23
14
# {index}` Pandas for Panel Data <single: Pandas for Panel Data> `
24
15
25
16
``` {index} single: Python; Pandas
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (parallel)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
12
21
13
# Parallelization
22
14
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (python_advanced_features)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# More Language Features
22
13
23
14
## Overview
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (python_by_example)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
12
21
13
# An Introductory Example
22
14
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (python_done_right)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Python Essentials
22
13
23
14
## Overview
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (python_oop)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# {index}` OOP II: Building Classes <single: OOP II: Building Classes> `
22
13
23
14
``` {index} single: Python; Object-Oriented Programming
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (sp)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# {index}` SciPy <single: SciPy> `
22
13
23
14
``` {index} single: Python; SciPy
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
- (sympy)=
15
- ``` {raw} jupyter
16
- <div id="qe-notebook-header" align="right" style="text-align:right;">
17
- <a href="https://quantecon.org/" title="quantecon.org">
18
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19
- </a>
20
- </div>
21
- ```
22
-
23
14
# {index}` SymPy <single: SymPy> `
24
15
25
16
``` {index} single: Python; SymPy
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (troubleshooting)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
12
21
13
# Troubleshooting
22
14
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (workspace)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Writing Longer Programs
22
13
23
14
## Overview
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ kernelspec:
9
9
name : python3
10
10
---
11
11
12
- (writing_good_code)=
13
- ``` {raw} jupyter
14
- <div id="qe-notebook-header" align="right" style="text-align:right;">
15
- <a href="https://quantecon.org/" title="quantecon.org">
16
- <img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17
- </a>
18
- </div>
19
- ```
20
-
21
12
# Writing Good Code
22
13
23
14
``` {index} single: Models; Code style
You can’t perform that action at this time.
0 commit comments