Skip to content

Commit 64f970f

Browse files
authored
Merge branch 'master' into python-maze-solver
2 parents 873ce39 + d7af94e commit 64f970f

39 files changed

Lines changed: 382 additions & 36819 deletions

numpy-reshape/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Image Repository For Using NumPy reshape() to Change the Shape of an Array
2+
3+
This image repository accompanies [Using NumPy reshape() to Change the Shape of an Array](https://realpython.com/numpy-reshape/). It contains an image that you'll need while exploring the code in the tutorial.
4+
5+
## Image Credit
6+
- poppy.jpg: [Pixabay](https://pixabay.com/photos/poppy-summer-red-nature-flower-2381645/) by [kellepics](https://pixabay.com/users/kellepics-4893063/)

numpy-reshape/poppy.jpg

240 KB
Loading

python-dash/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Develop Data Visualization Interfaces in Python With Dash
2+
3+
This folder contains the source code developed in the tutorial [Develop Data Visualization Interfaces in Python With Dash](https://realpython.com/python-dash/).
4+
5+
The folder [`avocado_analytics_3`](avocado_analytics_3/) shows the final state of the source code.
6+
7+
The tutorial uses [`dash`](https://pypi.org/project/dash/) and [`pandas`](https://pypi.org/project/pandas/). You can install these packages by [creating and activating a virtual environment](https://realpython.com/python-virtual-environments-a-primer/) and then running `pip`:
8+
9+
```console
10+
(venv) $ python -m pip install dash pandas
11+
```
12+
13+
Alternatively, You can get an environment with the exact same versions of dependencies as the tutorial by installing from [`requirements.txt`](requirements.txt):
14+
15+
```console
16+
(venv) $ python -m pip install -r requirements.txt
17+
```
18+
19+
Run the file `app.py` to start your dashboard.
20+
21+
## License
22+
23+
Distributed under the MIT license. See [`LICENSE`](https://github.com/realpython/materials/blob/master/LICENSE) for more information.
-15 KB
Binary file not shown.

python-dash/apps/app_3/avocado.csv

Lines changed: 0 additions & 18250 deletions
This file was deleted.

python-dash/apps/app_4/Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

python-dash/apps/app_4/app.py

Lines changed: 0 additions & 170 deletions
This file was deleted.
-15 KB
Binary file not shown.

python-dash/apps/app_4/assets/style.css

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)